@charset "utf-8";
/* CSS Document */

body {
	background-color: #ec7600;
	background-image: url(img/hg_800.jpg);
	margin: 0; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
	padding: 0;
	text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	height:100%;
	margin-top:1px;
	overflow: visible;
}

p{
font-size: 85%;	
}

a {
color: rgb(0, 0, 51);	
text-decoration: none;



}



ol{
font-size: 85%;	
}

a:hover {
	color: #FFECC4;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

h2 {
	padding:2px;
	font-variant:small-caps;
	
	color: #D4C3A9;
	background-color:#000033;
	width:100%;
}

h2 a {
	color: #D4C3A9;
	background-color:#020356;
}

h3{
	font-size:small;

}

hr{
	border:solid;
	color:#000033;
}

.nav{

	padding:5px;
	padding-left:14px;
	background-image:url(img/extern.gif);
	background-repeat:no-repeat;
	background-position:left;
	background-color:#020356;
	font-variant:normal;
	font-size:small;
	letter-spacing:0.7px;
	font-weight:bold;
	vertical-align:middle;
	color: #D4C3A9;
	width:60%;



}

.oneColFixCtr #container {
	width: 950px;  /* Mit einer Breite, die 20 Pixel unter der vollen Breite von 970 Pixel liegt, können Sie dem Browser-Chrome Rechnung tragen und gleichzeitig eine horizontale Bildlaufleiste vermeiden. */
	margin: 0 auto; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
	padding-top: 20px;
	overflow: visible;
	
}
.oneColFixCtr #mainContent {
	margin-top: 0;
	margin-right: 175px;
	margin-bottom: 0;
	padding:5px;
	overflow: visible;

}

.oneColFixCtr #menu {
	width: 160px;
	float: right;
	padding:5px;
	padding-top:0px;

}

.oneColFixCtr #links {
	width: 210px;
	float: left;
	margin-left:5px;
	padding: 5px 2px 5px 2px;	
	text-align:center;

}

.oneColFixCtr #logo {
	padding:5px;
	padding-bottom:20px;
}

.oneColFixCtr #titelbild{
	padding: 0px;	
}

.bildunterschrift {
	
	font-size:x-small;
	color: #000033;
}

.datum {
	font-size:small;
	color: #000033;
	
}
.texte {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: #030457;
}



.termintab{
	
	
	
}
td{
	font-size:85%;
}
.termintab th{
	background-color: rgb(0, 0, 51);
	font-weight: bold;
	font-variant:small-caps;
	font-size:medium;
	color: #D4C3A9;
	text-align:left;
	padding:4px;
	
}

.termintab td{
	font-weight: bold;
	font-size:85%;
	text-align:left;
	height:22px;
	vertical-align:top;
	text-align:left;
	
	
}
.float {
	float: right;
}

textarea, input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:95%;
}

.bullet
{
	padding-left:14px;
	background-image:url(img/extern.gif);
	background-repeat:no-repeat;
	background-position:left;
	
}
.textefett {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: #030457;
	font-weight: bold;
}
.texteXXL {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	color: #030457;
	font-weight: lighter;
}
.texteXXL2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-style: inherit;
	line-height: normal;
	font-weight: bold;
	color: #030457;
	text-decoration: blink;
}
