body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	background-color: #F4F3E8;
}

table {
	empty-cells:show;
	width:100%;
}

th {
	text-align: left;
}

th.list {
	width:20%;
	border-bottom: 1px black solid;
	padding-left: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
}
tr.list0 {
	background-color:#e5e5e5;
}

tr.list1 {
	background-color: #cacaca;
}
td.list {
	padding-left: 15px;
	padding-top: 13px;
	padding-bottom: 13px;
}

td.bottomLine {
	padding-left: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: normal;
	color:#aaaaaa;
	border-top: 1px lightgrey solid
}

.menu{
	background-color: #E6E6E6;
} 
.menu a:link {
	color: #010066;
	font-weight: bold;
	text-decoration: none;
}
.menu a:visited {
	color: #010066;
	text-decoration: none;
	font-weight: bold;
}
.menu a:hover {
	color: red;
	text-decoration: none;
	font-weight: bold;
}
.menu a:active {
	color: #010066;
	text-decoration: none;
	font-weight: bold;
}

.designDiv{
	margin:0;
	border:0;
	padding:0;
	float:left;
}

.content {
	min-height: 400px;
	height:auto !important;  /* für moderne Browser */
	height:400px;  /*für den IE */
	margin-top: 10px;
}

.content a:hover {
	color: red;
	text-decoration: none;
}
.content a:visited {
	color: blue;
}


.general{
	width: 100%;
	background-color: #000080;
}
.general a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.general a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.general a:hover {
	color: #FFCC00;
	text-decoration: none;
}
.general a:active {
	color: #FFFFFF;
	text-decoration: none;
}

.background {
	background-image:url(images/background.gif);
}


h3 {
	font-weight: 700;
	font-size: 12pt;
}

.error{
	font-size:20px;
	background-color:#FFCC00;
	text-align:center;
}

.error a:visited {
		color: black;
		text-decoration: none;
}

.error a:hover {
	color: red;
	text-decoration: none;
}

.tableLink {
	color:  #010066;
}
form{
	margin:0;
}

td, select, textarea
   {
	font-size:13px;
	font-family:Verdana,sans-serif;
}
.Bereich, .Feld
   { width:300px; }
.Auswahl
   { background-color:#FFCC00; width:300px; border:6px solid #DDDDDD; }
.Check, .Radio
   { background-color:#DDFFFF; border:1px solid #DDDDDD; }
.Button
   { background-color:#AAAAAA; color:#FFFFFF; width:200px; border:6px solid #DDDDDD; }
   
.bottom {
	color: #FFFFFF;
}
