html, body { 
	margin:0px; 
	background-color:#666666;
	color:#CCCCCC;
	font-family:Arial, Verdana, Helvetica, sans-serif;  
	font-size:13px;
	height:100%;
	line-height:15px;
}

div.contentMainDesign {
	position:absolute;
	left:0px;
	top:0px;
	width:974px;
	height:100%;
}

div.row_top {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:138px;
	background-color:#FFFFFF;
}

div.header_logo {
	position:absolute;
	top:66px;
	left:687px;
	width:76px;
	height:66px;
}

div.content {
	position:absolute;
	top:208px;
	left:82px;
	width:870px;
	min-height:251px;
	/*margin-left:112px;
	margin-top:50px;
	_margin-top:50px;*/
}

div.global_navigation {
	position:absolute;
	left:806px;
	top:120px;
	_top:121px;
}

div.global_nav {
	width:50px;
	float:left;
}

div.navigation {
	position:absolute;
	left:0px;
	top:0px;
	width:525px;
	height:40px;
	margin-top:120px;
	_margin-top:121px;
	margin-left:82px;
}

div.main_nav {
	width:75px;
	float:left;
}

main_nav_active{
	clear:left;
}

div.sub_nav {
	position:absolute;
	top:22px;
	/*_margin-left:-70px;*/
	width:650px;
	max-height:12px;
	height:12px;
}

div.sub_nav_active {
	width:75px;
	float:left;
}

div.sub_nav_inactive {
	width:75px;
	float:left;
}

p, .tree {
	line-height:			16px;
	margin:0px;
	margin-bottom:			10px;
	font-size:13px;
}

h1 {
	font-size:       		16px;
	color:					#CCCCCC;
	margin:					0px;
	margin-bottom:			2px;
}

h2 {
	font-size:       		15px;
	color:					#CCCCCC;
	margin:					0px;
	margin-bottom:			2px;
}

h3 {
	font-size:       		14px;
	color:					#CCCCCC;
	margin:					0px;
	margin-bottom:			2px;	
}

.bold {
	font-weight:			bold;
}

input, textarea, select {
	margin-bottom:5px;
}

/* Standardlinks */
a:link, a:visited {
	font-weight: bold;
	color:#CCCCCC;
	text-decoration:none;
}

a:hover, a:active {
	font-weight: bold;
	color:#FF3300;
	text-decoration:underline;
}

/* Hauptmenupunkt Links */
a.main_link, a.main_link:link, a.main_link:visited{
	color:					#666666;
	text-decoration:		none;
	font-size:				13px;
	font-weight:			bold;
}

a.main_link:hover, a.main_link:active{
	color:					#FF3300;
	text-decoration:		none;
	font-size:				13px;
	font-weight:			bold;
}

/* Submenupunkt Links */
a.sub_link, a.sub_link:link, a.sub_link:visited{
	color:					#CCCCCC;
	text-decoration:		none;
	font-size:				13px;
	font-weight:			bold;
}

a.sub_link:hover, a.sub_link:active{
	color:					#FF3300;
	text-decoration:		none;
	font-size:				13px;
	font-weight:			bold;
}

/* Formatierungen Startseite*/
	div.home_container {
		position:relative;
		top:0px;
		left:0px;
	}
	
	div.home_title {
		width:436px;
		height:23px;
		background-image:url(../layout/home_title.gif);
		background-repeat:no-repeat;
	}
	
	div.home_line_container {
		position:absolute;
		top:85px;
		left:0px;
		width:900px;
		height:6px;
		background-image:url(../layout/line_repeat.gif);
		background-repeat:repeat-x;
	}
	
	div.home_img_container {
		position:absolute;
		top:63px;
		left:170px;
	}
	
	div.home_img {
		float:left;
		display:inline;
		margin-right:10px;
	}
	
	/************ SEO *************/
	img.noscript {
		width:1px;
		height:1px;
	}
	
	div.goHContent {
		position:absolute;
		top:10px;
		left:10px;
		display:none;
	}
