/* CSS Document@iso-8859-1 */ 

body {
	margin: 18px 0 18px 0;
	background-color: #8F9EBE;
}
body, td, input, select, textarea, option, p, div, ul, li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
p, form, div {
	margin: 0px;
	padding: 0px;	
}

/* DESIGN */
#content {
	margin: auto;
	width: 780px;
	background-color: #C8D0E0;
	background-image: url(images/con_bg.gif);
	background-repeat: repeat-y;
}
div.navi {
	width: 135px;
	background-image: url(images/navtop.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 19px;
	padding-top: 140px;
	padding-bottom: 20px;
}
#right {
	float: right;
	background-color: #FFE8A8;
	width: 606px;
	border-bottom: 3px solid #FFE8A8;
	line-height: 15px;
}
ul {
	list-style-type: circle;
}
ul#navigation {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	list-style-type: none;
}
ul#navigation li {
	padding: 3px 0px;
}
#navigation li a {
	color: #3F4F70;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
}
/*#navigation li a#active,*/
#navigation li a:hover {
	color: #FFEEBF;
	text-decoration: none;
	font-weight: bold;
}
a.erz {
	text-decoration: underline;
	color: #3F4F70;
}
a.erz:hover {
	text-decoration: none;
	color: #8A0200;
}
.blau {
	color: #254A70;
	font-size: 13px;
}
.copy {
	padding: 0px 0px 10px 19px;
	background-image: url(images/copy_bg.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
.copy a {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #919FBF;
}
div.data {
	margin: 0px 50px;
	text-align: left;
}
label.conlabel {
	float: left;
	clear: both;
	width: 87px;
	padding-top: 9px;
}
label.reslabel {
	float: left;
	clear: both;
	width: 95px;
	padding-top: 9px;
}
.text {
	width: 233px;
	margin-top: 6px;
}
input.button {
	margin-left: 83px;
	background-color: #C8D0E0;
	color: #3F4F70;
	font-weight: bold;
	border: #3F4F70 1px solid;
}
input.resbutton {
	margin-left: 95px;
	background-color: #C8D0E0;
	color: #3F4F70;
	font-weight: bold;
	border: #3F4F70 1px solid;
}


/* LINKS */
a {
	text-decoration: underline;
	color: #000000;
}

a:hover {
	text-decoration: none;
	color: #000000;
}
h1 {
	color: #8A0200;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	text-align: center;
	font-size: 15px;
}
h2 {
	margin: 0px;
	padding: 20px 0px 10px 0px;
	line-height: 20px;
	text-align: center;
	background-image: url(images/trenner.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
h3 {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.rot {
	color: #FF0000;
}
.small {
	font-size: 11px;
}