
body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background: #cccccc;
}

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

form {
	margin: 0;
	padding: 0;
}
				
input, input:hover input:focus{
	font-family: Arial,sans-serif;
	border-width: 1px;
}

input {
	background-color: #fff;   /*weiß*/
	border-color: #ccc;       /*grau*/	
}

input #pwd {
	width:80px;
}

input #senden {
	width:100px;
}

input:hover, textarea:hover {
	background-color: #FF9;    /*hell gelb*/
	border-color: #F99;         /*hell orange*/
}

input:focus, textarea:focus {
	background-color: #FFC;    /*heller gelb*/
	border-color: #F9C;         /*heller orange*/
}

#mainContent{
	position:relative;
	top: 10px;
	left: 2%;
	right: 2%;
	width:95.6%;
	background-color: #F3F3F3;
}

#header{
	position: relative;
	top: 0px;
	left: 2%;
	right: 2%;
	width:95.6%;
	border-bottom-style: double;
	border-bottom-color: #FFFFFF;
	
}

#content{
	padding: 0px 10px 0px 0px;
	margin:0px 30px 0px 0px;
	border-left: 1px solid #ccd2d2;
}

.feature{
	padding-left:10px;
	font-size: 80%;
}

.feature h3{
	font: bold 175% Arial,sans-serif;
	color: #005FA9;
	padding: 5px 0px 5px 0px;
	margin:0px;
}

.story {
	padding: 2px 0px 0px 10px;
	font-size: 80%;
}

.story h3{
	font: bold 125% Arial,sans-serif;
	color: #334d55;
}

#footer{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: small;
	/*color: #999999;*/
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}

#SectionLinks a:link, #SectionLinks a:visited {
	margin: 0px;
	border-bottom: 1px solid #cccccc;
	display: block;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	font-weight: bold;
	padding: 5px 0px 5px 10px;
	color: #21536A;
	width: 130px;
}

#SectionLinks a:hover{
	margin: 0px;
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	background-color: #DDEEFF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
	width: 130px;
}

#fehlerMeldung h3{
	margin: 0px;
	padding: 5px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
	background-color: #F00;
	width: 420px;
}

.ueberschrift {
	color: #ffffff;
	font-size: 36px
}

.daten {
                    width: 200px;
                    clear: both;
                    padding: 4px;
                    text-align: left;
 }