/* Schriftart */



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

}

/* normaler Text Schriftgroesse*/

/* Verweise */
a {
	color: #CC003D;
}

/* a:link  a:active  a:visited vorerst wie oben */
a:hover {
	text-decoration: underline;
	color: #0033CC;
}
a:active{
	color: #0000FF;
	background-color: #CCCCCC;
}
a:visited{
	color: #0033CC;
}


/* sind Reste aus dem alten Stylesheet und sollten vorerst noch integriert bleiben */

.tablenav {
	border: 1px outset #CCCCCC;
	background-color: #f3f3f3;
	text-align: left;
	display: block;
	text-indent: 5pt;
	vertical-align: top;
	font-weight: bold;
}
.block {
	border: medium solid #F7F7F7;
	background-color: #FFFFFF;

}
.blockhead {
	background-color: #F7F7F7;
	border: thin none #cc3300;
	font-weight: bold;
	color: #CC003D;
	text-decoration: none;
/* Beginn der neuen Styles für das barrierefreie Template */
}
.kopf {
	background-color: #B4C4D4;
	position: static;
	height: 80px;
	width: 100%;
	font-size: 1em;
	border-top-style: solid;
	border-top-width: thin;
	border-top-color: #CC003D;
}
/* .hauptnav {
	background-color: #FEFAEB;
	position: static;
	z-index: 1;
	height: 5px;
	border-bottom-color: #84BCE6;
	border-bottom-style: solid;
	border-bottom-width: thin;
} */

.rubrik {
	background-color: #FEFAEB;
	position: static;
	margin-left: 180px;
	font-size: 0.7em;
	padding: 5px;
	border-right-color: #84BCE6;
	border-right-style: solid;
	border-right-width: thin;
	border-left-color: #84BCE6;
	border-left-style: solid;
	border-left-width: thin;
}
.inhalt {
	margin-left:180px;
	background-color: #FEFAEB;
	position: static;
	z-index: 3;
	padding: 10px;
	border-right-color: #84BCE6;
	border-right-style: solid;
	border-right-width: thin;
	border-left-color: #84BCE6;
	border-left-style: solid;
	border-left-width: thin;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-bottom-color: #84BCE6;
	border-bottom-style: solid;
	border-bottom-width: thin;
	vertical-align: top;
}
.fuss {
	background-color: #B4C4D4;
	font-size: 0.7em;
	padding: 5px;
	position: static;
	z-index: 6;
	text-align: center;
}
.blocklinks {
	background-color: #F6F6F6;
	position: static;
	width: 180px;
	float: left;
	vertical-align: top;
	z-index: 4;

}
.blockrechts {
	position: static;
	width: 20%;
	float: right;
	vertical-align: top;
	height: 100%;
	background-color: #F6F6F6;
	z-index: 5;
}
/* .seitekopfrand {
	background-color: #FEFAEB;
	position: static;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 2px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #CC003D;
} */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	border: 84BCE6;
}
.seitekopfunten {
	background-color: #F2F2F2;
	position: static;
	height: 22px;
	color: #CC003D;
	text-indent: 10px;
	border-bottom-color: #84BCE6;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-top-color: #FEFAEB;
	border-top-style: solid;
	border-top-width: thin;
} 
.blocktitel {
	background-color: #B4C4D4;
	border: 1px solid #B4C4D4;
	width: 80%;
	position: relative;
	left: 5%;
	right: 5%;
	color: #CC003D;
	font-weight: bold;
	margin: 2px;
	padding: 5px;
}
.blocktext {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	width: 80%;
	position: relative;
	left: 5%;
	right: 5%;
	margin: 2px;
	padding: 5px;

}

/* Erste Ebene der Navigation   */

.navigation {
	width: 80%;
	position: relative;
	color: #CC3333;
	font-weight: bold;
	margin: 2px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-style: dashed;
	border-top-color: #666666;
	border: 1px;
	padding-left: 10px;
	margin-left: 10px;
}
a.navigation {
	color: #CC3333;
	border-left-color: #CC3333;
	border-left-style: outset;
	border-left-width: 3px;

}
a.navigation:hover {
	color: #003399;
	border-left-color: #666666;
	border-left-style: outset;
	border-left-width: 3px;	

}
a.navigation:active {
	color: #0000FF;
	border-left-color: #66CC33;
	border-left-style: outset;
	border-left-width: 3px;

}


/* Zweite Ebene der Navigation */

.navigation2 {
	width: 80%;
	position: relative;
	color: #CC3333;
	font-weight: bold;
	margin: 2px;
	font-size: 0.7em;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	margin-left: 10px;
}
a.navigation2 {
	color: #CC3333;
	border-left-color: #CC3333;
	border-left-style: outset;
	border-left-width: 3px;

}
a.navigation2:hover {
	color: #003399;
	border-left-color: #CCCCCC;
	border-left-style: outset;
	border-left-width: 3px;	

}
a.navigation2:active {
	color: #0000FF;
	border-left-color: #66CC33;
	border-left-style: outset;
	border-left-width: 3px;

}
p {
	margin: 0 0 0 0;
	padding-bottom: 0.5em;
}

