/* CSS Document */
/* start */
html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	background-color: #FFFFFF;
}
#all {
	margin: 0px;
	padding: 0px;
	background-image: url(../layout/bg_wdh.jpg);
	background-repeat: repeat-x;
	height: 100%;
	width: 100%;
	}
/* start header */
#bg {
	margin: 0px;
	padding: 0px;
	display: inline;
	height: auto;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 400px;
	font-weight: 900;
	color: #f3f3f3;
	top: 100px;
	position: absolute;
	}
/* end header */
/* start navi */
#navi_box_main {
	width: 480px;
		}
#navi_box {
	height: 380px;
	width: 801px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #2b2b2b;
	font-weight: bold;
	position: absolute;
	top: 100px;
	float: left;
	display: inline;
	}
#main_navi {
	display: inline;
	height: 59px;
	width: 381px;
	margin-left: 21px;
	clear: both;
	}
#vertikal_nav {
	display: inline;
	height: 280px;
	width: 100px;
	margin-left: 20px;
	margin-top: 20px;
	float: left;
		}	
.year{
	height: 20px;
	width: 101px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #2b2b2b;
	vertical-align: bottom;
	}
#content_box{
	height: 400px;
	width: 650px;
	float: left;
	display: inline;
	}
.projekt_box{
	display: inline;
	height: 250px;
	width: 425px;
	margin-left: 30px;
	margin-bottom: 10px;
	margin-top: 20px;
	float: left;
	}
.projekt_zeile {
	height: 17px;
	width: 255px;
	float: left;
	display: inline;
	}
.projekt_art {
	height: 17px;
	width: 165px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #2b2b2b;
	float: left;
	display: inline;
	}
#bild {
	float: left;
	height: 350px;
	width: 165px;
	margin-left: 15px;
	display: inline;
	}
/* end navi */
/* start conti */	
#flash_box {
	height: 382px;
	width: 456px;
	position: absolute;
	left: 600px;
	top: 92px;
	}
.small_10 {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #2b2b2b;
	float: left;
	height: 15px;
	width: 55px;
	}
.Stil2 {
	color: #fff;
	background-color: #6bae21;
	}
.Stil2_12 {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #6bae21;
	}
/* end conti */
/* start footer */	
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #2b2b2b;
	font-weight: bold;
	float: left;
	display: inline;
	position: absolute;
	left: 100px;
	top: 400px;
	} 
 /* end footer */
/* start links */
a:link {
	color: #2b2b2b;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
a:visited {
	color: #2b2b2b;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
a:hover {
	color: #6bae21;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
a:active {
	color: #6bae21;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
