@charset "utf-8";
/* CSS Document */

body {
	background-image:url(_pix/_back_flamme.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center top;
	overflow: scroll;
	min-height:101%; /*Scrollbar immer anzeigen*/
		}

p {
	font-family:Verdana;
	font-size:12px;
	color: #666;
	line-height:120%;
		
		}
		
li {
	font-family:Verdana;
	font-size:12px;
	color: #666;
	line-height:120%;
		
		}
	
.main {		
		width:600px;
		background:#FFF;
		margin:auto;
	}
	
.header {		
		width:575px;
		height:154px;
		background-image:url(_pix/head_1.png);
		line-height:28px;
		font-family:Verdana;
		font-size:24px;
		font-stretch:expanded;
		text-align:right;
		color:#FFF;
		padding-top:60px;
		padding-right:25px;
		margin:auto;
	}
	
.fett {		
		font-weight:bold;
		font-family:Verdana;
	}
	
.superfett {		
		font-weight:bold;
		font-family:Verdana;
		font-size:14px;
	}
	
.rot {		
		color:#C00;
		font-family:Verdana;
	}
	
.link {		
		font-family:Verdana;
		text-decoration:underline;
		color:#F90;
	}	
	
.navi {		
		width:83px;
		height:250px;
		background-image:url(_pix/navi_verlauf.png);
		margin-left:34px;
		padding:18px;
		float:left;
	}

.logos {		
		width:134px;
		margin-left:-27px;
		margin-top:50px;
		text-align:center;
	}
	
.navi_text {
	font-family:Verdana;
	font-size:12px;
	color:#333;
	text-decoration:none
	}
	
	
.content {		
		font-family:Verdana;
		font-size:12px;
		color:#000;
		width:360px;
		padding-left:200px;
		padding-top:15px;
		padding-right:40px;
		padding-bottom:30px;
		float:none;
	}
	
.footer {
		font-family:Verdana;
		font-size:11px;
		color:#999;
		width:520px;
		margin:auto;
		float:none;
		padding:20px;
		text-align:center;
}

sup {vertical-align:top; font-size:0.8em; line-height:100%;}
sub {vertical-align:bottom; font-size:0.8em; line-height:100%;}