@charset "UTF-8";
/* 
schrift dunkel: #64612e
schrift hell: #9d9d81
background: #f5f5eb
 */

body	{
	background: url(../images/back.jpg) repeat top left #e3d7cd;
	margin: 0;
	padding: 0;
	text-align: center;
/*	font-family: 'Unna', serif;  */
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #64612e;
	line-height: 12pt;
	}
	
#wrapper	{
	margin: 0 auto;
	position: relative;
	width: 770px;
	height: 100%;
	text-align: left;
	}

#inline	{
	padding: 50px auto;
	float: left;
	width: 770px;
	min-height: 800px;
	height: auto;
	background-color: #f5f5eb;
    -webkit-box-shadow:  0px 0px 5px 1px #64612e;      
    box-shadow:  0px 0px 5px 1px #64612e;
	}

.logo	{
	float: left;
	width: 300px;
	margin: 30px auto 30px 30px;	
	}
  
.shoplink {
	float: right;
	width: 300px;
	margin: 90px auto 30px 30px;	
	}

.content	{
	float: left;
	margin: 0 0 0 196px;
	width: 550px;
	}

.left	{
	float: left;
	width: 200px;
	}

.right	{
	float: left;
	width: 350px;
	}
	
.clear	{clear: both}

h1	{font-size: 12pt; font-weight: normal; letter-spacing: 1px}
h2	{font-size: 10pt; font-weight: normal; letter-spacing: 1px; color: #9d9d81; text-transform: uppercase}

p		{font-size: 10pt}

.green	{color: #9d9d81}

a, a:link, a:visited	{color: #64612e; text-decoration: underline}
a:focus, a:hover, a:active		{color: #9d9d81; text-decoration: underline}

img, a img	{border: none}