#container {
	width: 760px;
	position:absolute;
	left: 50%;
	width: 760px;
	margin-left: -380px;
	font-family:Verdana, Arial;
	font-size: 11px;
}
#head {
	background-image: url(../images/head.jpg);
	width: 760px;
	height:263px;
}
#content {
	padding-top:15px;
	padding-bottom:15px;
	border-top-width: 1px;
	border-top-style: outset;
 border-top-color: # e4e4e4;
}



#content a {
	text-decoration:none;
	color:#818181;
}
#content a:hover {
	text-decoration:underline;
	color:#000000;
}

.ueberschrift1{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: bold;
}

#footer {
	width: 760px;
	height:30px;
	border-top-width: 1px;
	padding-top:5px;
	border-top-style: outset;
 border-top-color: # e4e4e4;
}
#sub_navi {
	color: #666666;
	float: right;
}
#sub_navi a {
	text-decoration: none;
	color: #666666; /*666666*/
}
#sub_navi a:hover {
	color: #000000;
}
#sub_navi li {
	display: inline;
}
