/* Standard-CSS für www.projektname.de */

/* Wichtige Farben
Weiß		= #FFFFFF
Grün		= #8AAE0F
*/

/* Hier werden alle html-Tags auf "Null" gesetzt und eine Standard-Schriftart vergeben */
html, body, div, p, h1, h2, h3, ul, ol, span, a, table, td, form, img, li {
   margin: 0;
   padding: 0;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   text-align: justify;
   color: #000;
}

/* Hier allgemeingültige Formatierungen */
a:link, a:active {
	text-decoration: none;	
}
a:hover {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
html {
	width: 100%;
	height: 100%;
	}
body {
	width: 100%;
	height: 100%;
	font-size: 11px;
}
h1 {
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica;
	text-align: right;
}
h2 {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica;
	text-align: right;
}
h3 {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica;
	text-align: right;
	font-weight: normal;
}

/* Sektionsweite Formatierungen */

#main_dif{
	width: 970px;
	position: relative;
	background-color:#000000;
	}

#hollenberger {
	height: 50px;
	width: 300px;
	position: absolute;
	left: 75px;
	top: 50px;
	}
	
#nav_01	{
	height: 50px;
	width: 405px;
	position: absolute;
	left: 445px;
	top: 50px;
	font-size: 14px;
	font-weight: bold;
	}

#content_dif	{
	height: 400px;
	width: 775px;
	position: absolute;
	left: 75px;
	top: 154px;
	}
		
#nav_02	{
	width: 100px;
	float: left;
	font-size: 12px;
	font-weight: normal;
	}
	
#image	{
	height: 136px;
	width: 200px;
	position: absolute;
	left: 187px;
	float: left;
	}
	
#image_right	{
	height: 136px;
	width: 200px;
	position: absolute;
	left: 592px;
	float: left;
	}
	
#content	{
	width: 405px;
	position: absolute;
	left: 367px;
	float: left;
	top: 2px;
	}
	
#content_left	{
	height: 400px;
	width: 405px;
	position: absolute;
	left: 167px;
	float: left;
	top: 2px;
	}	
	
#pixel_box	{
	height: 392px;
	width: 588px;
	position: absolute;
	left: 187px;
	float: left;
	}
/* Navigationsebene 3 - beschreibt sowohl die dritte als auch die vierte Navigationsebene - da beide gleich*/

/* kleinkram */

/* schwarzer span für Projektüberschriften */

.txt_black {
	color: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica;
}
