body {
    color: White;
    background-color: #1B3652;
    font-family: Verdana, serif;
    text-align: left;
    font-size: 11px;
}

a {
	color: #A8BFD7;
	text-decoration: none;
}

a:hover {
	color: White;
	text-decoration: none;
}

.menue {
    font-family: Verdana, serif;
    padding-left: 10px;
    font-size: 10pt;
    color: #ffffff;
    text-decoration: none;
}

.menue:hover {
    padding-left: 10px;
    font-size: 10pt;
    color: #A8BFD7;
    text-decoration: none;
}

.rahmen {
	border-left-color : #508Ac5;
	border-left-style : solid;
	border-left-width : 1px;
	border-right-style : none;
	border-bottom-color : #508AC5;
	border-bottom-width : 1px;
	border-bottom-style : solid;
	border-top-color : #508AC5;
	border-top-width : 1px;
	border-top-style : solid;
	padding-left : 10px;
	padding-right : 10px;
	padding-top : 5px;
	padding-bottom : 10px;
	background: #316398;
	font-size: 11px;
}
.rahmen2 {
	background: #316398;
	font-size:11px;
	font-weight: bold;
	text-align: center;
}

p {
	font-family: Verdana, serif;
	font-size: 11px;
	font-style: normal;
}

li {
	font-family: Verdana, serif;
	font-size: 11px;
	font-style: normal;
}

input {
	border: 1px;
	border-color: white;
	font-family: Verdana, serif;
	font-size: 11px;
	border-style: solid;
	background-color: #31619C;
	color: white;
}

select {
	border: 1px;
	border-color: white;
	font-family: Verdana, serif;
	font-size: 11px;
	border-style: solid;
	background-color: #31619C;
	color: white;
}

textarea {
	border: 1px;
	border-color:white;
	font-family: Verdana, serif;
	font-size: 11px;
	border-style: solid;
	background-color: #31619C;
	color: white;
}


.tabelle1 {
	background: #183452;
	border-color: #ffffff;
	border-style: solid;
	border-width: 1px
}
.tabelle2 {
	background: #336699;
	border-color: #ffffff;
	border-style: solid;
	border-width: 1px
}

.uberschrift {
	font-family: Verdana, serif;
	font-size : 11px;
	font-weight : bold;
	layout-flow : horizontal;
	color :white;	
}

.fehler {
	font-family: Verdana, serif;
	font-size : 11px;
	font-weight : bold;
	layout-flow : horizontal;
	color :red;	
}

hr {
	height: 1px;
	color: #528AC6;
	border : solid;
}