body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	background-color: #F6F6F6;
	color: #666666;
}
/* Header Schriftgroesse */
h1 {
	font-size: 1.2em;
	font-weight: bold;
	color: #CC0000;
	vertical-align: middle;
} 
h2 {
	font-size: 1.1em;
	font-style: normal;
	font-weight: bold;
	color: #bd1029;
}
h3 {
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	color: #bd1029;
}

/* Verweise */
a {
	color: #bd1029;
}
a:hover {
	color: #003399;
	background-color: #FFFF66;
}
a:focus {
	color: #003399;
	background-color: #FFFF66;
}
a:active {
	color: #0000FF;
	background-color: #003399;
}
/* a:visited {
	color: #666666;
} */

/* Beginn der neuen Styles für das barrierefreie Template */

.rahmen {
	width: 1000px;
}

.seitekopfrand {
	background-color: #bd1029;
	position: static;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 10px;
}

.seitekopfunten {
	background-color: #F2F2F2;
	position: static;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #bd1029;
	color: #000000;
}

.kopf {
	background-color: #089c8c;
	position: static;
	height: 100px;
}
#kopftitel {
	font-size: 1.0em;
	padding: 10px;
	color: #FFFFFF;
}
.hauptnav {
	background-color: #E0E0E0;
	position: relative;
	margin-right: 200px;
	margin-left: 200px;
	text-align: center;
	color: #000000;
	height: 22px;
}
.rubrik {
	background-color: #E0E0E0;
	position: static;
	margin-right: 200px;
	margin-left: 200px;
	font-size: 0.7em;
	padding: 5px;
	text-align: center;
}
.inhalt {
	margin-left:200px;
	margin-right: 200px;
	background-color: #FFFFFF;
	position: static;
	padding: 10px;
	border-right-color: #E0E0E0;
	border-right-style: solid;
	border-right-width: medium;
	border-left-color: #E0E0E0;
	border-left-style: solid;
	border-left-width: medium;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-top-color: #E0E0E0;
	border-bottom-color: #E0E0E0;
	border-top-style: solid;
	border-top-width: medium;
	border-bottom-style: solid;
	border-bottom-width: medium;
	vertical-align: top;
	color: #000000;
}

.bildunterschrift {
	font-size: 0.8em;
	color: #999999;
}

.bereichenavtitel {
	background-color: #999999;
	border: 1px solid #999999;
	width: 100%;
	position: relative;
	left: 5%;
	right: 5%;
	color: #bd1029;
	font-weight: normal;
	margin: 2px;
	padding: 5px;
}

.bereichenav {
	background-color: #CCCCCC;
	border: 1px solid #999999;
	width: 80%;
	position: relative;
	left: 5%;
	right: 5%;
	color: #bd1029;
	font-weight: normal;
	margin: 2px;
	padding: 5px;
	display: block;
}

a.bereichenav {
	color: #333399;

}
a.bereichenav:hover {
	color: #FFFFFF;
	background-color: #bd1029;
	text-decoration: underline;
}
a.bereichenav:focus {
	color: #FFFFFF;
	background-color: #bd1029;
	text-decoration: underline;
}

a.bereichenav:active {
	color: #bd1029;
	background-color: #CCCCFF;
	}

.fuss {
	margin-left: 200px;
	margin-right: 200px;
	background-color: #CCCCCC;
	font-size: 0.8em;
	padding: 2px;
	position: relative;
	/*width: 60%; */
	text-align: center;
}

/* Seitenblöcke */
.blocklinks1 {
	background-color: #F6F6F6;
	position: absolute;
	width: 200px;
	float: left;
	vertical-align: top;
}

.blocklinks {
	background-color: #F6F6F6;
	position: absolute;
	width: 200px;
	float: left;
	vertical-align: top;
	/* min-height: 100%; */
	top: 520px;
}
.blockrechts {
	position: static;
	width: 200px;
	float: right;
	vertical-align: top;
	background-color: #F6F6F6;
	margin-top: 0px;
}

.blocktitel {
	background-color: #089c8c;
	border: 1px solid #666666;
	/* width: 100%; */
	position: relative;
	/* left: 5%;
	right: 5%; */
	color: #F6F6F6;
	font-weight: bold;
	margin: 2px;
	padding: 5px;
}
.blocktext {
	background-color: #F6F6F6;
	border: 1px solid #CCCCCC;
	/* width: 100%; */
	position: relative;
	/* left: 5%;
	right: 5%; */
	margin: 2px;
	padding: 5px;

}

/* Erste Ebene der Navigation   */

.navigation {
	position: relative;
	color: #333399;
	font-weight: bold;
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #FFFFCC;
	text-decoration: none;
	border-top-color: #999999;
	border-top-style: solid;
	border-top-width: 1px;
	padding-left: 10px;
	padding-right: 10px;
	text-indent: 1px;
}
a.navigation {
	color: #333399;
	}

a.navigation:hover {
	color: #FFFFFF;
	background-color: #bd1029;
	text-decoration: underline;
}
a.navigation:focus {
	color: #FFFFFF;
	background-color: #bd1029;
	text-decoration: underline;
}

a.navigation:active {
	color: #bd1029;
	background-color: #CCCCFF;
}


/* Zweite Ebene der Navigation */

.subnavigation {
	position: relative;
	color: #333399;
	font-weight: normal;
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #FFFFCC;
	text-decoration: none;
	border-top-color: #999999;
	border-top-style: solid;
	border-top-width: 1px;
	padding-left: 20px;
	padding-right: 10px;
}
a.subnavigation {
	color: #333399;

}
a.subnavigation:hover {
	color: #FFFFFF;
	background-color: #bd1029;
	text-decoration: underline;
}
a.subnavigation:focus {
	color: #FFFFFF;
	background-color: #bd1029;
	text-decoration: underline;
}

a.subnavigation:active {
	color: #bd1029;
	background-color: #CCCCFF;
	}


/* Formulare */
input {
	background-color: #CCCCCC;
	color: #333399;
}
textarea {
	background-color: #CCCCCC;
	color: #333399;
}
