
body {
	font-family:arial;
	font-size:0.8em;
	background-color: #e4e4e4;
	text-align:center;
 	}

#container {
	margin:0px auto;
	width:900px;
	margin-top:20px;
	margin-bottom:25px;
	text-align:left; 
	}

#border {
	background: url(format_FILES/bg.gif);
	width:900px;
	height:1107px;
	border:solid 1px rgb(150,150,150);
	}


#header {
	height:112px;
	background: url(format_FILES/header.gif);
	}


#logo {
	float:left;
	width:165px;
	padding-left: 15px;
	padding-top:10px;
	padding-bottom:10px;
	}


#banner {
	float:left;
	padding-top:10px;
	padding-right:10px;
	padding-bottom:10px;
	}


#hauptmenu {
	clear:both;
	height:50px;
	margin-bottom:35px;
	padding-left: 180px;
	background: url(format_FILES/menu.gif);
	border-top:solid 1px rgb(150,150,150);
	border-bottom:solid 1px rgb(150,150,150);
	}

	

#hauptmenu a { 
	text-decoration:none;
	color:#4E4C4C;
	}

	

#menu_links {
	background: url(format_FILES/menu_links.gif);
	float:left;
	width:140px;
	height:250px;
	margin-right: 40px;
	overflow:hidden;
	}



#content {
	float:left;
	background-color:#ffffff;
	height: 877px;
	width: 680px;
	overflow:hidden;

	}

#footer {
	clear:both;
	text-align:right;
	height:21px;
	background: url(format_FILES/footer.gif);
	border-top:solid 1px rgb(150,150,150);
	padding-right: 18px;
	padding-top: 9px;
	}

a {
	color:black;
	text-decoration:none;
}

a:visited {
	
	color:black;
	text-decoration: none;

}

a:hover {

	color:#E9150B;
	text-decoration: none;

}

