	
	
/*------------------------------- SEITE --------------------------------------*/

html, body
{
	height: 100%;
	margin: 0;
	padding: 0;
	text-align:center;
	background-attachment: fixed;
	background-image: url(../img/stardelay_bg.jpg);
	background-repeat: no-repeat;
	background-color: #000000;

}

/*----------------------------CONTAINER--------------------------------------------*/

div#all {
	width:806px;
	height:auto;
	margin:auto;
	margin-top:0px;
	background:#000000;
}


div#header {
	width:806px;
	height:380px;
	margin-top:0px;

}

div#menue {
	width:806px;
	height:77px;
	margin:auto;
	margin-top:0px;
}


div#content {
	width:806px;
	height:auto;
	text-align:center;
	background:#000000;
}

div#text {
	width:670px;
	height:auto;
	text-align:left;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	background:#000000;
}



div#unten {
	width:300px;
	height:30px;
	text-align:center;
	background:#000000;
	margin: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}





/*----------------------------BODYTEXT-----------------------------------------*/

.bodytext {
	font-family: verdana;
	font-size: 11px;
	line-height: 19px;
	color: #ffffff;
	padding-left:0px;
	padding-right:20px;
	padding-top:0px;
	text-align: left;

}

.bodyfett {
	font-family: verdana;
	font-size: 11px;
	line-height: 19px;
	color: #ffffff;
	padding-left:0px;
	padding-right:20px;
	padding-top:0px;
	font-weight:bold;

}

.bodytext a:link { 
	color: #F9B305; 
	font-size: 11px; 
	font-family: Verdana;
		line-height: 19px; 
	text-decoration: none;
	}
	
.bodytext a:visited { 
	color: #F9B305; 
	font-size: 11px; 
	font-family: Verdana;
		line-height: 19px;  
	text-decoration: none;
	}
	
.bodytext a:active { 
	color: #F9B305; 
	font-size: 11px; 
	font-family: Verdana; 
		line-height: 19px; 
	text-decoration: none;
	}

.bodytext a:hover { 
	color: #F9B305; 
	font-size: 11px; 
	font-family: Verdana; 
	line-height: 19px; 
	text-decoration: underline;  
	}
	
/*------------------------------ ÜBERSCHRIFT--------------------------------*/


h1 {
	margin-top:0px;
 	color: #ffffff;
 	font-size: 14px;
 	font-family: "Trebuchet MS";
 	text-decoration: none;
 	font-weight: normal;
 	padding-left:0px;
 	padding-top:0px;
 	letter-spacing: 0.3em;
}

h2 {
	margin-top:0px;
 	color: #ffffff;
 	font-size: 12px;
 	font-family: "Trebuchet MS";
 	text-decoration: none;
 	font-weight: bold;
 	padding-left:0px;
 	padding-top:0px;
 	letter-spacing: 0.3em;
	text-align:left;
}

	
	
/*------------------------------- Unten --------------------------------------*/


.unten a:link { 
	color: #ffffff; 
	font-size: 11px; 
	font-family: Verdana;
	line-height: 19px; 
	text-decoration: none;
	}
	
.unten a:visited { 
	color: #ffffff; 
	font-size: 11px; 
	font-family: Verdana;
		line-height: 19px;  
	text-decoration: none;
	}
	
.unten a:active { 
	color: #ffffff; 
	font-size: 11px; 
	font-family: Verdana; 
		line-height: 19px; 
	text-decoration: none;
	}

.unten a:hover { 
	color: #ffffff; 
	font-size: 11px; 
	font-family: Verdana; 
	line-height: 19px; 
	text-decoration: underline;  
	}
	
a img { border:0px; }
