/* CSS Document */
body{
	background-color:#b3a677;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#533608;	
	margin:0 0 0 0;
}

#maintable{
	background-color:#ffffff;
	height:100%;
}	

#border_l{
	width:15px;
	background-image:url(../img/shadow_r.gif);
	background-repeat:repeat-y;
}

#border_r{
	background-image:url(../img/shadow_l.gif);
	background-repeat:repeat-y;
	width:15px;
	background-position:right;
}

.up_bar{	
	position:relative;
	top:0px;
	width:100%;
	height:40px;
	background-color:#FF0000;
	background-image:url(../img/bar_up.gif);
	background-repeat:repeat-x;
}

.tops{
	padding-left:20px;
	font-size:9px;
	border-right: 1px solid #e0dac0;
	padding-right:15px;
}

a.toplink:hover,a.toplink:visited,a.toplink:link,a.toplink:active{	
	text-decoration:none;
	color:#533608;
}
a.toplink:hover{
	text-decoration:underline;
	color:#533608;
}




#logo{
	float:left;
	background-color:#ffffff;
	height:238px;
}

#logo_header{
	background-color:#ffffff;
	height:238px;
}

#header{
	background-color:#ffffff;
}

#menuebar{
	background-color:#382f17;
	height:30px;
	width:100%;	
	background-image:url(../img/menue_left.gif);
	background-repeat:no-repeat;
	background-position:left;
}
a.mainmenue,a.mainmenue:visited,a.mainmenue:link,a.mainmenue:active,
a.mainmenuefr,a.mainmenuefr:visited,a.mainmenuefr:link,a.mainmenuefr:active {
      display:block;
      color:#efecde;
      width:120px;
      font-size:14px;
	  font-weight:bold;
	  padding-left:20px;
      text-decoration:none;
      text-align:left;
      margin-left:10px;
      background-image:url(../img/screw.gif);
	  background-repeat:no-repeat;
	  background-position:left;
	  float:left;
	  border: 0px #ffffff solid ;
      }
 a.mainmenue:hover {
	  background-image:url(../img/screw_ani.gif);
      display:block;
      font-weight:bold;
	  color:#ffca00;
      }
a.mainmenuefr,a.mainmenuefr:visited,a.mainmenuefr:link,a.mainmenuefr:active {
      font-size:14px;
      }
 a.mainmenuefr:hover {
	  background-image:url(../img/screw_ani.gif);
      display:block;
      font-weight:bold;
	  color:#ffca00;
      }

#sidebar{
	background-color:#e0dac0;
	width:191px;
}

#menueCar{
	background-color:#e0dac0;
	width:191px;
	height:76px;
}
div.linkmenue{
	background-color:#e0dac0;
	
	border-bottom:1px #efecde solid;
}
a.submenue:hover,a.submenue:visited,a.submenue:link,a.submenue:active{
	padding-left:10px;
	padding-top:10px;
	padding-bottom:10px;
	text-decoration:none;
	color:#533608;
	width:181px;
	display:block;
}
a.submenue:hover{
	font-weight:bold;
	background-image:url(../img/arrow.gif);
	background-position:right;
	background-repeat:no-repeat;
	color:#be5d00;
	background-color:#efecde;
}

a.submenueACT,a.submenueACT:hover,a.submenueACT:visited,a.submenueACTlink,a.submenueACT:active {
	padding-left:10px;
	padding-top:10px;
	padding-bottom:10px;
	text-decoration:none;
	width:181px;
	display:block;
	font-weight:bold;
	background-image:url(../img/arrow.gif);
	background-position:right;
	background-repeat:no-repeat;
	color:#be5d00;
	background-color:#efecde;
}

#contentwrapper{
	background-color:#efecde;
	width:621px;
	<!--height:450px-->;
	background-image:url(../img/ecke_content.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
}

#content{
	position:relative;
	margin:5px;	
	height: 350px;
}

.down_bar{
	width:100%;
	height:40px;
	background-color:#FF0000;
	background-image:url(../img/bar_down.gif);
	background-repeat:repeat-x;
}
#copyright{
	padding-right:20px;
	font-size:9px;
}
/*






*/


