/* ------------------------------------------------------------------------------------------------------------------ Body */

body {
	background-color: #D3D3D3;
	/* background-image: url(bilder/background.jpg); */
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial;
	font-size: 11px;
	text-align: center;
	vertical-align: middle;	
}


/* -------------------------------------------------------------------------------------------------------- Überschriften */

h1 {
	font-family: Verdana, Arial;
	font-size: 23px;
	font-weight: bold;
	text-align: center;
	color: #000000;
	padding-top: 44px;
	padding-left: 0px;
	padding-bottom: 24px;
}

h2 {
	font-family: Verdana, Arial;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	color: #000000;
	padding-top: 3px;
	padding-left: 0px;
	padding-bottom: 12px;
}

h3 {
	font-family: Verdana, Arial;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	color: #000000;
	padding-top: 10px;
	padding-left: 0px;
	padding-bottom: 0px;
}


/* -------------------------------------------------------------------------------------------------------- Links */

a:link {
	color: #000000;
	text-decoration: none;
	font-weight:bold;
}
a:visited {
	color: #000000;
	text-decoration: none;
	font-weight:bold;
}
a:hover {
	color: #000000;
	text-decoration: underline;
	font-weight:bold;
}
a:active {
	color: #000000;
	text-decoration: none;
	font-weight:bold;
}


/* -------------------------------------------------------------------------------------------------------- Hauptmenu */

a.menu1 {
	display:block;
	margin: 0px 0px 0px 0px;
	text-align: center;
	width: 100%;
        border-style: solid;
	border-width: 0px;
	padding: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-decoration:none;
	font-weight:normal;
}

a.menu1:link {
	color: #000000;
	text-decoration: none;
	font-size: 14px;
	font-weight:normal;
	padding-top: 3px;
	padding-bottom: 3px;
}

a.menu1:visited {
	color: #000000;
	text-decoration: none;
	font-size: 14px;
	font-weight:normal;
	padding-top: 3px;
	padding-bottom: 3px;
}

a.menu1:hover {
	color: #000000;
	text-decoration: none;
	font-size: 14px;
	background-color: #d3d3d3;
	font-weight:normal;
	padding-top: 3px;
	padding-bottom: 3px;
}

a.menu1:active {
	color: #000000;
	text-decoration: none;
	font-size: 14px;
	font-weight:normal;
	padding-top: 3px;

}


/* ------------------------------------------------------------------------------------------------------------------- Inhalt */

p.inhalt {
	font-family: "Verdana", "Arial";
	font-size: 11px;
	color: #000000;
	text-align: left;
	line-height: 150%;
	font-style: none;
	padding-left:  0px;
	padding-right:  0px;
}

p.fusszeile{
	font-family: "Verdana", "Arial";
	font-size: 11px;
	color: #000000;
	text-align: center;
	line-height: 150%;
	font-style: none;
	padding-left: 20px;
	padding-right: 20px;
}

p.menu1 {
	font-family: "Verdana", "Arial";
	font-size: 14px;	
	display:block;
	margin: 0px 0px 0px 0px;
	text-align: center;
	width: 100%;
        border-style: solid;
	border-width: 0px;
	padding: 3px;
	text-decoration:none;
}

.bilder1 {
	border: 1px;
	border-style: solid;
	border-color: #000000;
	padding-left: 0px;

}

.bilder2 {
	border: 1px;
	border-style: solid;
	border-color: #CC9999;
	padding-left: 0px;
}

.haupttb{
	border-left: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	border-right: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	border-top: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background-color: #CC9999;
	padding-top: 0px;
}

.fusstb{
	border-top: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	border-bottom: 0px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding: 2px;
}

.navigationtb{
	border-top: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}