body {
    margin: 			0;
	padding:			0;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size: 			11px;
	color:				#666;
	background-image:	url(../img/metal_bg.jpg);
	background-attachment:	fixed;  
    }

#rahmen {
	height: 			100%;
	position: 			absolute;

	
	}

#inhalt {
	position:			relative;
	float:				left;
	left:				187px;
	width:				671px;
	padding-left:		30px;
	padding-bottom:		138px;
	padding-top:		210px;	
	background-image:	url(../img/content_bg.jpg);
	line-height:		1.4;
	}

.left {
	float:				left;
	width:				290px;
	padding-right:		60px;
	text-align:			justify;
	}

.right {
	width:				290px;
	float:				left;
	text-align:			justify;
	}

#fixedbox_head{
	position:			absolute;
	line-height:		1.5;
    top:				0;
	width:				701px; 
	height: 			140px;
	z-index:			6;
	left: 				0;
	}

@media screen {
  body>#fixedbox_head {
    position: 			fixed;
	}
  }

#fixedbox {
    position:			absolute;
	line-height:		1.5;
    bottom: 			-1px;
	width:				701px; 
	text-align:			left;
	height: 			60px;
	z-index:			6;
	background-image:	url(../img/content_bg.jpg);
    left: 				187px;
	}
	
@media screen {
  body>#fixedbox {
    position: 			fixed;
	}
  }

#logo {
	position: 			relative;
	float:				left;
	height:				119px;
}

#logo_left {
	position:			absolute;
	left:				9px;
	top:				220px;
	width:				171px;
	z-index:9;
	}
	
@media screen {
  body>#logo_left {
    position: 			fixed;
	}
  }

#logo_left img{
	margin-bottom:		10px;
	border: 			1px solid #0099cc;
	}

#top_leiste {
	position:			relative;
	left: 				0px;
	height:				20px;
	background-color:	#0099cc;
	width:				888px;
}
#top_navi {
	position:			relative;
	left: 				670px;
	top:				3px;	
	width:				200px;
	}

  #top_navi a {
	font-size:			10px;
 	color:				#fff;
 	text-decoration:	none;
 	}

#top_navi a:hover {
	color:				#006699;
	text-decoration: 	underline;
 	}

#top_navi li {
	float:				left;
	position:			relative;
	color:				#fff;
	border-right: 		solid 1px #fff;
	padding-left:		6px;	
	padding-right:		6px;
	white-space:		nowrap;
 	}

#top_navi ul {
	list-style: 		none;
	padding: 			0;
	margin: 			0;
 	}

#flash {
	position:			relative;
	float:				left;
	height:				119px;
	}
#head {
	position:			relative;
	float:				left;
	height:				119px;
	width:				888px;	

	}
	

.schatten_top {
	position:			relative;
	width: 				888px;
	height:				10px;
	background-image:	url(../img/schatten.jpg);
	background-repeat:	no-repeat;
	clear:				both;
	overflow:			hidden;
}

#info {
	position:			absolute;
	width:				670px;
	text-align:			left;
	padding-left:		30px;
	padding-top:		10px;
	padding-bottom:		10px;
	left:				0;
}

#footer {
    position:			absolute;
	width:				701px;
	line-height:		1.7;
    bottom: 			0; 
	color: 				#fff;
	text-align:			center;
	font-size:			10px;
	height: 			18px;
	background-color:	#0099cc;
	left:				0;
}

#inhalt ul {
	padding-left:		0px;
	margin-left:		20px;

}
 
.title {
	position:			relative;
	font-weight:		bold;
	font-size: 			11px;
	color:				#0099cc;
	margin-bottom:		15px;
	
}

.subtitle {
	position:			relative;
	font-size: 			14px;
	font-weight:		bold;
	color:				#0099cc;
	margin-bottom:		15px;
}


.img {
	padding:			3px;
	border:				1px solid #0099cc;
}

ol{
	list-style-type: 	decimal;
}	

a {

	color:				#666;
}

a:hover {
	color:				#000;
}



.bleifrei {
	font-weight:		bold;
	color: 				#009900;
}

sup a {
font-size:				10px;
line-height:			0px;
text-decoration:		none;
}



.blau {
	font-weight:		bold;
	color: 				#0099cc;
}

.nobr {
	white-space:		nowrap;
	}

.textalign_left {
	text-align:			left;
	}
