a:link { text-decoration:underline; font-weight:bold; color:#404040; }
a:visited { text-decoration:underline; font-weight:bold; color:#404040; }
a:hover { text-decoration:none; font-weight:bold; color:black;}
a:active { text-decoration:none; font-weight:bold; color:#0000FF;} 

body{ 	
		margin: 0;
		padding: 0;
		font: 85% arial, hevetica, sans-serif;
		text-align: center;
		color: #505367;
		background-color:#CCCCCC;
		background-image:url(images/Hintergrund.gif);
		background-position:center;
		background-repeat:repeat-y;
}

#container{
		margin: auto;
		width: 770px;
		text-align: left;
}

#logo{
		float: left; 
		background-image:url(images/logo.gif);
		width:150px;
		height:150px;
		margin:10px 5px 10px 10px;
}

#header{
	float: right;
	background-color:#FFFFFF;
	width: 580px;
	height:90px;
	font-weight: 600;
	text-align: right;
	padding: 5px;
	margin: 10px 10px 5px 5px;
}

   Navigation   
#nav_o{
		background-color:#999999;
		width: 580px;	
}
#nav_o_point a:link,
#nav_o_point a:visited {
		text-decoration:none;
		float:left;
		width: 180px;
		height: 30px;
		background-color:#999999;
		padding:5px;
		margin:5px 5px 10px 5px;
}
#nav_o_point a:hover {

		height: 30px;
		background-color:#FFFFFF;
		text-decoration:none;
		padding:5px;
}

#nav_l{
		float:left;
}
#nav_l_year {
		float:left;
		width: 140px;
		height: 100%;
		background-color:white;
		color:#000000;
		font-weight:900;
		padding:5px;
		margin:0px 0px 10px 10px;
		clear:both;
}
#nav_l_point a:link,
#nav_l_point a:visited {
		text-decoration:none;
		float:left;
		width: 140px;
		height: 100%;
		background-color:#999999;
		padding:5px;
		margin:0px 0px 10px 10px;
		clear:both;
}
#nav_l_point a:hover {
		background-color:#FFFFFF;
		text-decoration:none;
		padding:5px;
}

#content{
		float:right;
		width:580px;
		height:100%;
		background-color:#FFFFFF;
		margin:0px 10px 10px 0px;
		padding:5px;
}
#content_headline{
		font-size: 2em;
		font-weight: 900;
		float:left;
		width:570px;
		margin:0px 10px 10px 0px;
		padding:5px;
}
#content_2,
#content_1{
		float:left;
		border:thin;
		border-color:#000000;
		width:270px;
		margin:0px 10px 10px 0px;
		padding:5px;
}
#content_3{
		float:right;
		border:thin;
		border-color:#000000;
		width:560px;
		margin:0px 10px 10px 0px;
		padding:5px;
}
#footer{
		clear: both;
		height: 15px;
		margin:0px 10px 10px 10px;
		padding:5px;
		
		font-family:Arial, Helvetica, sans-serif;
		text-align:center;
		font-size:0.8em;
		font-weight:200;
}
h1 {
	font-size: 1.5em;
	font-weight: 900;
}

