/*
----------------------------------------------------------
Werftverein Site
----------------------------------------------------------
*/

* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	line-height: 120%;
	background-color: #999999;
	text-align: justify;
}



#container {
	width: 1000px;
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url(../images/logo.jpg);
}

#kopfzeile {
	height: 163px;
	color: #FFFFFF;
	line-height: 163px;
	margin-right: 10px;
}

#navigation {
	border-bottom: 4px solid #FF6600;
	border-top: 4px solid #FF6600;
	background-color: #FFCC00;
	padding-bottom: 5px;
	padding-top: 5px;

}
#navigation ul {
	list-style-type: none;
}

#navigation li {
	display: inline;
}

#navigation a {
	color: #333333;
	padding-right: 10px;
	padding-left: 15px;
	text-decoration: none;
}
#navigation a:hover {
	color: #FF0000;
}




#haupttext {
	background-color: #FFFFFF;
	text-decoration: none;
	padding: 15px;
	padding-right: 15px;
}

#fusszeile {
	text-align: center;
	background-color: #FFFFFF;
	border-top: 2px solid #999999;
	padding: 10px;
}


#nav_res {
	width: 190px;
	padding-left: 10px;
	display: block;
	background-color: #FFFFFF;
}

#nav_res a {
	text-decoration: none;
	color: #000000;
}

#nav_res a:hover {
	background-color: #FF0000;
}

#nav_res ul {
	list-style-type: none;
}

