/* CSS Document */


/* LAYOUT */

body {
	background-color: #F0F0F0;
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #725126;
}

#master {
	width:950px;
	height: 706px;
	border: 1px solid #725126;
	position:absolute;
	top: 50px;
	left:50%;
	margin-top: 0;
	margin-left:-475px;
	background-image:url(pix/layout_pfade_950px.jpg);
	background-color:#F1ECE2;
	background-repeat:no-repeat;
}



#navi {
	position: absolute;
	left:28px;
	top:53px;
	background-color: transparent;
	padding: 0;
	margin: 0;
	font-size:14px;
	font-weight: bold;
	/* border: 1px solid #725126; */
	width: 865px;
   }


#navi UL {
   background-color: transparent;
   padding: 0;
   margin: 0;
   }


#navi LI {
   background-color: transparent;
   padding: 0;
   margin: 0;
   list-style: none;
   display: inline;
   white-space:nowrap;
   }

#navi A {
   font-weight: bold;
   text-decoration: none;
   padding: 3px 12px;
   display: block;
   float:left;
   }
   
   
#navi a{
text-decoration: none;
}

#navi a:link{
color:#B48B63;
}

#navi a:visited{
color:#B48B63;
}

#navi a:hover, #navi a:active{
color:#725126;
}   
   
#navi a.aktiv{
color:#725126;
}  
   

.zweitenaviul {
	clear:left; 
	border-top: 1px solid #725126; 
	margin-top: 3px; 
	padding-top: 3px;
}


#countryselector {
	float: right;
	margin: 0 550px 0 0;
}

#countryselector a{
   padding: 3px 1px;
  }

#countryselector a:hover{
   padding: 3px 1px;
   background: none;
  }

#copy {
	position: absolute;
	left:572px;
	top:137px;
	width:378px;
	height:211px;
}

#copypadder{
	margin: 25px 25px 0 13px;
}

#copypadder h2{
line-height: 1.5em;
}

#copypadder li, #copypadder ul{
line-height: normal;
}


#movie{
	position: absolute;
	left:0px;
	top:133px;
	width:572px;
	height:220px;
}

#lu{
	position: absolute;
	left:0px;
	top:353px;
	width:316px;
	height:314px;
}

#lupadder{
margin: 25px 25px 0px 25px;
}



#ru{
	position: absolute;
	left:325px;
	top:353px;
	width:625px;
	height:314px;
}

#rupadder{
margin: 25px 25px 0px 25px;
}


#footer{
	position: absolute;
	left:0px;
	top:667px;
	width:950px;
	height:39px;
	font-size:9px;
	text-align:center;
	line-height:10px;
}

#footerpadder{
margin-top:2px;
}

#kalender {
	height: 250px;
	overflow:scroll
}


/* GENERIC */


h1 {
	font-size:17px;
	font-weight: bold;
	margin: 0px 0 0.7em 0;	
}


h2 {
	font-size:12px;
	font-weight: bold;
	margin: 0px 0 0.5em 0;	
}

li {
	margin-left: -1em;
}

ul {
	margin-top: 0;
	margin-bottom: 1em;
}



p{margin: 0 0 1.0em 0}


a{
text-decoration: underline;
}

a:link{
color:#735225;
}

a:visited{
color:#6F5024;
}

a:hover, a:active{
color:#725126;
background-color:#F0ECE1;
}



/* CUSTOM */

#produktauswahlstart{
margin-top:30px;
}

#produktauswahlstart a:hover, #produktauswahlstart a:active{
background-color: #8FD7F5;
}

#produktauswahlstart td img{
display:block;
}



.links{
float: left;
margin: 0 1em 0.5em 0;
}

.rechts{
float: right;
margin: 0 0 0.5em 1em;
}

.newsteaser{ color:black; font-style:italic;}

