/* CSS Document
html { 
    height: 100% 
} 

body { 
    min-height: 101%; 
}

 */
html { -webkit-text-size-adjust: none; }


a:focus {
	  outline: none;
}

a>img { vertical-align: bottom; }

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: rgb(255,248,237) url(../grafiken/hg.jpg) repeat-y 50% 0;
	overflow-y: scroll; 

}
#anmeldung{
	margin: 0px;
	border: 0px;
	background-color: #D9F4FF;
	width: 69px;
	height: 13px;
	padding-left: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: normal;
	line-height: 14px;	
}

#newsletter{
	margin: 0px;
	border: 0px;
	background-color: #D9F4FF;
	width: 180px;
	height: 13px;
	padding-left: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: normal;
	line-height: 14px;	
}

.text_grau {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 21px;
	font-weight: normal;
	color: #666666;
}
.text_blau {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #42B3E2;
}
.text_weiss {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}

.text_klein_grau {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #666666;
}

.text_klein_blau {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #42B3E2;
}

a {  font-weight: bold; color: #42B3E2}
a {  text-decoration: none}



.text_blau a:hover {
	color: #FFF8ED;
	background: #42B3E2;
	text-decoration: none;	}
	
.text_weiss a:hover {
	color: #42B3E2;
	background: #FFF8ED;
	text-decoration: none;	}
	
	.text_weiss a {
	color: #FFFFFF;
	text-decoration: none;	}
	
	
.text_klein_grau a:hover {
	/*color: #FFF8ED;*/
	background: #d9f4ff;
	text-decoration: none;	}
	
	
.text_klein_grau a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #666666;
}		

