html, body {
  	height: 100%; /* wichtig */
	margin:0px;	
}
.box{
    min-height: 100%;
  	height:auto !important; /* moderne Browser */
  	height:100%; /* IE */
	position: relative;
	background-color:#adaec6;
}

.stern {
	background-attachment: fixed;
	background-image: url(bilder/text3.gif);
	background-repeat: no-repeat;
	background-position: center center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding:10px;

}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.form {
	font-size: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.us {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #63698C;
	line-height: 16px;

}
.auflistung {
	list-style-type: disc;
	list-style-image: url(bilder/listenpunkt2.gif);
	list-style-position: outside;
}
.textklein {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	line-height: 15px;

}
.textblock {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: justify;

}
.textbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #EFEBEF;
	height: auto;
	width: 200px;
}
.textboxm {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #EFEBEF;
	height: auto;
	width: 200px;
}
a{  
    font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #63698C;
}

a:link, a:visited 
	{
	
	text-decoration: underline;
    
}
 
a:hover, a:active {
    text-decoration: none;
	
}
a.menu:link, a.menu:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	font-size: 12px;
	background-color: #ADAEC6;
}

a.menu:hover, a.menu:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	background-color: #ADAEC6;
}

.border_bottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #63698C;
	
	
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #63698C;

}

.border_left {

	
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #63698C;


}
