/* Header Schriftgroesse */
h1 {
	font-size: 1.2em;
	font-weight: bold;
	color: #333399;
	vertical-align: middle;
	font-style: italic;
} 
h2 {
	font-size: 1.1em;
	font-style: normal;
	font-weight: bold;
	color: #333399;
}
h3 {
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	color: #333399;
}

/* .rahmen {
	width: 98%;
} */

/* Verweise */
a {
	color: #333399;
}
a:hover {
	color: #FFFFCC;
	background-color: #6C9C9C;
}
a:active {
	color: #0000FF;
	background-color: #CCCCCC;
}
/* a:visited {
	color: #666666;
} */

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

.seitekopfrand {
/*	background-color: #312878; */
	position: static;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 10px;
	top: 0px;
	background-image: url(images/theme/head_background.gif);
}

.kopf {
	background-color: #333399;
	position: static;
	padding-left: 20px;
	padding-top: 0px;
	margin-top: 0px;
	height: 100px;
	top: 10px;
	background-image: url(images/theme/head_background.gif);
}

.kopftitel {
	color: #FFFFFF;
	font-size: 1.3em;
}

.kopfuntertitel {
	color: #FFFFFF;
	font-size: 1.3em;
}

.hauptnav {
	background-color: #6C9C9C;
	position: static;
	height: 5px;
}
.rubrik {
	background-color: #E0E0E0;
	position: static;
	margin-right: 20%;
	margin-left: 20%;
	font-size: 0.7em;
	padding: 5px;
}
.inhalt {
	margin-left:20%;
	margin-right: 20%;
	background-color: #FFFFFF;
	position: static;
	padding: 5px;
	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: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	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;
}

.fuss {
	background-color: #CCCCCC;
	font-size: 0.7em;
	padding: 5px;
	position: static;
	margin-left:20%;
	margin-right: 20%;
	text-align: center;
}
.blocklinks {
	background-color: #F2F2F2;
	position: static;
	width: 20%;
	float: left;
	vertical-align: top;
	height: 100%;
}
.blockrechts {
	position: static;
	width: 20%;
	float: right;
	vertical-align: top;
	height: 100%;
	background-color: #F2F2F2;
}
 

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #F2F2F2;
}
.seitekopfunten {
	background-color: #F2F2F2;
	position: static;
	height: 22px;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #333399;
}
.blocktitel {
/*	background-color: #6C9C9C; */
	position: relative;
	background-color: #333399;
	color: #FFFFCC;
	font-weight: bold;
	padding: 5px;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.blocktext {
/*	width: 80%; */
	position: relative;
	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;
	font-size: 0.9em;
	padding-left: 10px;
	padding-right: 10px;
	text-indent: 1px;
}
a.navigation {
	color: #333399;
	}

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

a.navigation:active {
	color: #990000;
	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;
	font-size: 0.9em;
	padding-left: 20px;
	padding-right: 10px;
}
a.subnavigation {
	color: #333399;

}
a.subnavigation:hover {
	color: #FFFFFF;
	background-color: #333399;
	text-decoration: underline;
}
a.subnavigation:active {
	color: #990000;
	background-color: #CCCCFF;
	}


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