body {
	margin: 0px;
	padding: 0px;
	background-color: #bfc6d9;
	font-family: arial;
	font-size: 12px;
}

A.topLink:link {
	color:#fff;
	font-size:17px;
}

A.topLink:visited {
	color:#fff;
	font-size:17px;
}

A.topLink:hover {
	color:#fff;
	font-size:17px;
	text-decoration: underline;
}

A.topLink:active {
	color:#fff;
	font-size:17px;
}


#navTab ul {
	padding-left:0px;
	margin:0px;
	list-style-type: square;
	list-style-position:inside;
}
#navTab li {
	color: #cf3037;
	line-height: 17px;
	list-style-position:inside;
	list-style-type: square;
	padding-left: 5px;
}

#contentTab {
	line-height: 17px;
}

#contentTab h1 {
	margin-top: 0px;
	color: #546992;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 22px;
}

#contentTab h2 {
	margin-top: 0px;
	color: #546992;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 19px;
}

#contentTab h3 {
	margin-top: 0px;
	color: #546992;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 15px;
}

a:link, a:active, a:visited {
    color: #586392;
	text-decoration: none;
}

a:hover {
	color: #e61810;
}

.textFeld {
	border: 1px solid #7f88c1;
}

.meldung {

}

.fehlermeldung {
	color: #fb7922;
}

.button {
	padding: 3px;
	color: #ffffff;
	background: #273671;
}

.imTitel {
	font-weight: bold;
	font-size: 13px;
	background: #0b2e7c;
	width: 150px;
	padding: 2px;
	color: #ffffff;
	margin-bottom: 3px;
}


#contentTab ul {
	/* margin-bottom: 20px; */
}

.fieldset {
	padding:10px;
	width: 545;
}

.legende {
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	color: #546992;
}

.switch_dunkel{
	background:#eeeeee;
}

.tabBezeichner {
    background:#0b2e7c;
	color:#fff;
	margin-bottom:10px;
	font-weight:bold;
}

.subBezeichner {
	padding-top:10px;
}

.rand {
	border-top:0px;
	border-left:0px;
	border-right:1px solid #666;
	border-bottom:1px solid #666;
	padding:2px;
	background:#e0edfe;
}

textarea {
	border-top:0px;
	border-left:0px;
	border-right:1px solid #666;
	border-bottom:1px solid #666;
	padding:2px;
	background:#e0edfe;
}

select {
	background:#e0edfe;
}

ul {
	list-style-type: square;
}

li{
	padding: 1px;
}

.fehler {
	background: #ffff00;
	color:#000000;
	font-weight:bold;
	margin-bottom: 20px;
}

/* textcaptcha */
.s { color: black; background-color: #272671; font-size:7px; line-height:7px;}
.w { color: white; background-color: #ffffff; font-size:7px; line-height:7px;}
