@charset "utf-8";
/* CSS Document */

body{
	background-color:#eaeade;
	font-family:Verdana;
	font-size:13px;
	line-height:18px;
	color:#000000;
	}
		
	a:link{color:#4e021c; text-decoration:none;}
	a:visited{color:#4e021c; text-decoration:none;}
	a:hover{color:#4e021c; text-decoration:none;}
	a:activ{color:#4e021c; text-decoration:none;}
	
	
/*---------container------------*/

#container{
	background-color:#c6c6a2;
	width:900px;
	margin: 0px auto;
	border-top: 0px solid #4e021c;
	border-right:0px solid #4e021c;
	border-bottom:0px solid #4e021c;
	border-left: 0px solid #4e021c;
	}

/*---------head---------*/

#header{
	background-color:#4e021c;
	background-image:url(../Bilder/head_neu.jpg);
	background-repeat:no-repeat;
	background-position:center;
	width:900px;
	height:110px;
	margin:0px auto;
	padding: ;
	border-bottom:1px solid #4e021c;
	}
	
/*---------menue---------*/

#menue{
	background-color:#c6c6a2;
	background-image:url( .jpg);
	background-repeat: ;
	background-position: ;
	width:170px;
	height:315px;
	margin: 0px;
	padding:25px;
	font-weight:bold;
	line-height:30px;
	border-right:0px solid #4e021c;
	}
	
/*--------content--------*/

#content{
	background-color:#ffffff;
	width:629px;
	min-height:335px;
	margin-top:-365px;
	margin-left:220px;
	padding:25px;
	border-left: 1px solid #4e021c;
	}
	
	
/*---------foot---------*/

#footer{
	background-color:#4e021c;
	background-image:url(../Bilder/bg-foot.jpg);
	background-repeat:no-repeat;
	background-position:center;
	width:870px;
	height:40px;
	padding-right:15px;
	padding-left:15px;
	border: 0px solid #000000;
	}
