
.body {
	padding:50px 0 0 50px;
	background-color:#F2E7CD;
}


/*  CSS Layout
----------------------------------------------- */
#logo {
	position:absolute;
	left:768px;
	top:156px;
	width:160px;
	z-index:76;
}


#container {
	width:850px;
}
	
#header {
	font-size: 11px;
	width:850px;
	padding:10px 10px 10px 20px;
	color: white;
	background-color: #560000;
	border-bottom:18px solid #F2E7CD;
}

#header a {
	color: white;
}

#main {
	background-image: url(http://www.willow-wren.de/img/left-bg.gif);
	background-repeat: repeat-y;
	background-position:top left;
	clear:both;
}

#left {
	float:left;
	width:220px;
	color:white;
}

#left p,
#left td,
#left a {
	color:white;
	font-size: 11px;
}


#right {
	float:left;
	width:560px;
	margin-left:40px;	
}

#right a { color: #333; }
#right a:link {color:#333;}
#right a:visited {color:#666;}
#right a:hover {
	background-color:#666;
	background-color:#EEE;
}

#footer {
	clear:both;
	margin-left:260px;
}


#footer a { color: #333; }
#footer a:link {color:#333;}
#footer a:visited {color:#666;}
#footer a:hover {
	background-color:#666;
	background-color:#EEE;
}


.kontaktbox {
	float:left;
	width:220px;
}



/*  Bildereffekt -> Profifunktion
----------------------------------------------- */

.imgeffect {
	border: 10px solid white;
}


/* 
* sitespec Einstellungen
*/

.sitespec_bild_emotion {
	border-bottom: 1px solid white;
	padding:0;
}

div.emotionspec { padding-bottom: 16px; }

div.hover_emotionspec {
	background-color: #F5F7F7;
	padding-bottom: 15px;
	border-bottom: 1px solid #E0DFE3;
}

.imgleft {
  float:left;
  margin:4px 30px 4px 0;
}

.imgright {
  float:right;
  margin:4px 0 4px 25px;
}


/*  Newsletter
-----------------------------------------------*/ 
#newsHeader {
	color:white;
}

#newsRahmen {
	color:black;
	width:150px;
}

.newsletterInput {
	width:130px;
}





/* Navigation */ 


ul.mainNav1,
ul.mainNav2,
ul.mainNav3
{
	text-align:left;
	margin:0;
	padding: 0;
}

ul.mainNav1
{
	width:219px;
	border-top:1px solid white;
}


ul.mainNav1 li,
ul.mainNav2 li,
ul.mainNav3 li
{
	display: inline;
	margin: 0;	
	padding: 0;
}


ul.mainNav1 li a,
ul.mainNav1 li a:visited
{
	display: block;
	border-bottom:1px solid white;
	background-color:#560000;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: white;
	text-decoration: none;
}


ul.mainNav2 li a,
ul.mainNav2 li a:visited,
ul.mainNav3 li a,
ul.mainNav3 li a:visited
{
	display: block;
	border-bottom:1px solid white;
	background-color:#560000;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:white;
	text-decoration: none;
}


ul.mainNav1 li a, ul.mainNav1 li a:visited { padding:5px 0 5px 10px; }
ul.mainNav2 li a, ul.mainNav2 li a:visited { padding:5px 0 5px 20px; }
ul.mainNav3 li a, ul.mainNav3 li a:visited { padding:5px 0 5px 30px; }




ul.mainNav1 li a:hover,
ul.mainNav2 li a:hover,
ul.mainNav3 li a:hover
{
	font-weight:normal;
	color: white;
	background-color: #853333;
}



ul.mainNav1 li a.current,
ul.mainNav2 li a.current,
ul.mainNav3 li a.current
{ 
	font-weight:normal;
	color: white;
	background-color: #853333;
}