/*
#FFCC80 orange
#000066 blau
#000080 blau in überschriften
#BAC7D7 hellblau hintergrund
#E6E6E6 hellgrau hintergrund
*/
body {
	background-color: #BAC7D7;
	font-family: Arial, Helvetica, sans-serif;
}
#rahmen {
	margin: auto;
	width: 760px;
	background-color: white;
	border: 1px solid #000080;
}

#header {
	margin: auto;
	width: 750px;
	padding: 5px;
	text-align: right;
	background-color: #BAC7D7;
}
#ueberschrift h1 {
	background-color: #000066;
	color: white;
	font-size: 18px;
	padding-left: 5px; padding-right: 5px;
	margin-top: 0; padding-top:0;
	text-align: right;
}
#inhalt{
	margin: auto;
	width: 750px;
	background-color: white;
	color: #00008B;
	text-align: left;
	font-size: 12px;
	padding: 5px;
}
#inhalt h1 {
	font-size: 14px;
	background-color: #BAC7D7;
}
#inhalt h2 {
	font-size: 14px;
	font-weight: normal;
	background-color: #BAC7D7;
}
#inhalt table {
	width: 740px;
}
#inhalt td, #inhalt li {
	vertical-align: top;
	font-size: 12px;
}

#footer {
	margin: auto;
	width: 750px;
	font-size: 12px;
	text-align: center;
	background-color: white;
	color: #000088;
	border-top: 1px solid #000088;
	padding: 5px;
}

A.aha {
	color : #A80028;
}

A:ACTIVE.aha,A:HOVER.aha {
	background : #A80028;
	color : #FFFFFF;
}
input, checkbox {
	background: transparent;
	border: 1px dashed #BAC7D7;
	color: #1F1F1F;
	border-bottom-style: dashed;
	border-bottom-color: #000080;
	border-bottom-width: 1px;
}
.auswahl, textarea, select {
	background: transparent;
	border: 1px dashed #BAC7D7;
	color:  #1F1F1F;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000080;
}

.knopf {
	background-color: transparent;
	color: #424542;
	border-bottom-width: 1px;
	border-bottom-color: #000080;
	border-bottom-style: solid;
	border-left-color: #000080;
	border-left-width: 1px;
	border-left-style: solid;
	border-right-color: #BAC7D7;
	border-right-width: 1px;
	border-right-style: solid;
	border-top-color: #BAC7D7;
	border-top-width: 1px;
	border-top-style: solid;
}
table.liste {
	background-color: white;
	border: 1px solid #BAC7D7;
}
th {
	text-align: left;
	border-bottom: 1px solid #000080;
}
tr.liste-odd {
	background-color: white;
}
tr.liste-even {
	background-color: #E6E6E6;
}
.right {
	text-align: right;
}
.mitte {
	text-align: center;
}