body
{ background: #4F504A url(../images/pattern.png) repeat;
  color: #555;
}

h1, h2, h3{color: #463E28;}

.left, .right{border-color: #F8F9F1;}

blockquote{border-color: #E29C22;}


ul#garantien
{
	border-left:8px solid;
	margin:0;
	padding:0;
	margin:20px 40px 20px 0;
	border-color: #E29C22;
	list-style:none;
	list-style-position:inside;
	padding-left:20px;
}


#main, .sidebaritem
{ background: #FFF;
  color: #555;
}

#logo
{ 
	border-color: #FFF; 
	position:relative;
}

#logo img
{
	width:760px;
	height:200px;
	position:relative;
	top:0;
	left:0;
	border:0;
}

	#logo h1
	{ 
		padding:0;
		margin:0;
		background: #FFEEEE;
		border: 4px solid #FFDDCC;
		padding:10px;
		filter:alpha(opacity=80);
		-moz-opacity: 0.80;
		opacity: 0.80;
		-khtml-opacity: 0.80;
		position:absolute;
		right:15px;
		top:15px;
	}
	
		#logo h1 a
		{
			color: #FF8844;
			font-weight:bold;
			text-decoration:none;
		}
		
			#logo h1 a:hover
			{
				border-bottom:1px solid #FF8844;
			}

#menubar{background: #7B846E url(../images/menu.png) repeat;} 

ul#menu li a 
{ background: transparent;
  color: #954713;
  border-color: #FF8833;
} 

ul#menu li a:hover, ul#menu li a.current, ul#menu li a.current:hover
{ background: #646B5C url(../images/menu_sel.png) repeat;} 


.sidebaritem ul, .sidebaritem li{border-color: #D6D9C9;}

.sidebaritem li a, .sidebaritem li a:hover
{ background: transparent url(../images/arrow.png) no-repeat left center;
  color: #555;  
} 

.sidebaritem li a.current, .sidebaritem li a:hover, .sidebaritem li a.current:hover
{ background: transparent url(../images/arrow_select.png) no-repeat left center;} 

h4, #content a, #content a:hover, #footer a, #footer a:hover
{ background: transparent;
  color: #555;
}

#content a
{
	background: #FFDDEE;
}

#content a:hover
{
	background: #FFEEFF;
}

#content h4
{
	padding:4px;
	background:#FFFFCC;
}

#footer
{ background: #FFF;
  color: #555;
  border-color: #CCD0BA;
}

/* sNews */
fieldset, .comment, .commentsbox
{ background: transparent; 
  color: #444;
}

fieldset, .date{border-color: #D6D9C9;}

.comment
{ background: #FFF; 
  color: #444;
}


/* tagesmutterdetailtabelle */
#details table {
	border-collapse:collapse;
	border:1px solid #FFCA5E;
	margin-top:30px;
	width:100%;
	margin-bottom:20px;
}

#details tbody tr {
background: url(../images/bg_td1.jpg) repeat-x top;
}
#details tbody tr.odd {
	background: #FFF8E8 url(../images/bg_td2.jpg) repeat-x;
}

#details td {
	font-size: 1.0em;
	line-height: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	color: #777777;
	padding: 10px 7px;
	border-top: 1px solid #FFCA5E;
	border-right: 1px solid #DDDDDD;
	text-align: left;
}
#details td.description
{
	font-weight:bold;
	width:130px;
	vertical-align:top;
	font-size: 1.1em;
}
#details a {
	color: #777777;
	font-weight: bold;
	text-decoration: underline;
}
#details a:hover {
	color: #F8A704;
	text-decoration: underline;
}

