html {
	height:100%;
	margin: 0px;
	padding: 0px;
}

body {
	height:100%;
	overflow:-moz-scrollbars-vertical;
	background-color: #FDFCE9;
	margin: 0px;
	padding: 0px;
	text-align:center;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	background-image: url(../img/layout/layout_schatten.gif);
	background-repeat: repeat-y;
	background-position: center;
}

.none {
	display: inline !important;
	border: none !important;
}

a {
	color: #939393;
	text-decoration: none;
}

a:hover {
	color: #505050;
}

a img {
	border: none;
}


span {
	clear: both;
}

h1 {
	font-size: 18px;
	color: #782926;
	margin-bottom: 25px;
}

h2 {
	font-size: 18px;
	color: #782926;
}

h3 {
	font-size: 11px;
	color: #2684BA;
	margin: 0px;
	padding: 0px;
}

h4 {
	font-size: 13px;
	color: #2684BA;
	margin: 0px;
	padding: 0px;
}

.fixfloat {
	clear: both;
	float: none;
	display: block;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
	padding: 0px;
}

/* GESAMT */

#gesamt {
	text-align: left;
	margin: 0px auto; /* auto wird für Browser außer IE benötigt, um Element horizontal zu zentrieren */
	width: 1000px;
	min-height: 100%; /* Minimale Höhe für den Contaier -> funktioniert nicht im IE */
}

* html #gesamt {
	height: 100%; /* Nur für IE: Höhe für globalen Container. Wichtig: 100% auch im html und body Element angeben */
}

/* HEAD */

#header .oben {
	height: 69px;
	background-color: #fff;
}

#header .oben img {
	float: left;
	margin: 11px 0px 0px 23px;
}

#header .oben .navigation {
	float: right;
	margin: 43px 10px 0px 0px;
}

#header .oben .navigation ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#header .oben .navigation ul li {
	display: inline;
	margin: 0px;
}

#header .oben .navigation ul li a {
	padding: 0px 10px 0px 10px;
	border-right: 1px solid #BFBFBF;
}

#header .oben .navigation ul .last a {
	border-right: none;
}

#header .unten {
	padding: 0px;
	margin: 0px;
}

#header .unten img {
	padding: 0px;
	margin: 0px;
	float: left;
}

/* CONTENT */

/* LINKS */

#content .links {
	width: 200px;
	background-image: url(../img/layout/navigationsverlauf.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 400px;
	float: left;
}

#content .links #login {
	margin: 11px 0px 0px 20px;
}

#content .links #login .falsch {
	font-size: 11px;
}

#content .links #login form {
	margin: 0px 0px 0px 0px !important;
	padding: 0px 0px 0px 0px !important;
	height: auto !important;
}

#content .links #login h3 {
	font-family: Verdana, Arial, Tahoma;
	font-size: 12px;
	color: #43687D;
	margin: 0px 0px 5px 0px;
	padding: 2px 0px 2px 15px;
	background-image: url(../img/layout/login_mann.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

#content .links #login .textfeld {
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	border-right: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
	font-size: 11px;
	width: 110px;
	font-family: Tahoma, Arial, Verdana;
	padding: 1px 3px 1px 3px;
	float: left;
}

#content .links #login .button {
	margin: 0px 0px 0px 2px;
}

#content .links #login .mitgliedWerden {
	font-size: 11px;
	font-family: Verdana, Tahoma, Arial;
	margin-top: 10px;
}

#content .links #login .mitgliedWerden a {
	float: left;
}

#content .links #login .mitgliedWerden img {
	margin: 0px 0px 0px 3px;
}

.mitgliedWerdenPDF {
	font-size: 11px;
	font-family: Verdana, Tahoma, Arial;
	margin-top: 10px;
	background: #43687d;
	margin: 30px 0px 0px 22px;
	padding: 4px 6px;
	width: 137px;
}

.mitgliedWerdenPDF a {
	float: left;
	margin: 0px;
	padding: 0px;
	color: #fff;
}

.mitgliedWerdenPDF img {
	margin: 0px 0px 0px 5px;
	padding: 0px;
}

#content .links .navigation {
	clear: both;
	margin: 20px 0px 0px 0px;
}

#content .links .navigation ul {
	margin: 0px 0px 0px 22px;
	padding: 0px;
	list-style: none;
	width: 150px;
	background-image: url(../img/layout/punkte.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

#content .links .navigation ul li {
	clear: both;
	background-image: url(../img/layout/punkte.gif);
	background-repeat: repeat-x;
	background-position: top;
}

#content .links .navigation ul li img {
	margin: 0px 5px 1px 0px;
	padding-left: 3px;
}

#content .links .navigation ul li a {
	color: #43687D;
	font-weight: bold;
	font-family: Verdana, Tahoma, Arial;
	padding: 13px 0px 10px 0px;
	width: 100%;
	display: block;
}

#content .links .navigation ul .aktiv a {
	color: #782926;
}


#content .links .navigation ul li a:hover {
	color: #782926;
}

#content .links .navigation ul li ul {
	margin: 0px 0px 0px 15px;
	padding: 0px;
	list-style: none;
	width: auto;
	background: none;
}

#content .links .navigation ul li ul li {
	clear: both;
	padding: 0px 0px 0px 10px;
	background-image: url(../img/layout/subnavigation_listpoint.gif);
	background-repeat: no-repeat;
	background-position: 2px 6px;
}

#content .links .navigation ul li ul li a {
	color: #43687D !important;
	font-size: 11px;
	font-weight: normal;
	font-family: Verdana, Tahoma, Arial;
	padding: 0px 0px 9px 0px;
	width: 100%;
	display: block;
}

#content .links .navigation ul li ul li a:hover {
	color: #782926 !important;
}

#content .links .navigation ul li ul .aktiv a {
	font-weight: bold;
	color: #782926 !important;
}

/* RECHTS */

#content .rechts {
	width: 800px;
	background-image: url(../img/layout/contentverlauf.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #fff;
	height: 400px;
	float: left;
}

#content .rechts #inhalt {
	padding: 20px 25px 35px 25px;
}

* html #content .rechts #inhalt {
	padding: 30px 25px 25px 25px;
}

#content .rechts p {
	line-height: 17px;
}

#content .rechts ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#content .rechts ul li {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 15px;
	background-image: url(../img/layout/list_point.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
}

#content .rechts .contentLinks {
	width: 350px;
	float: left;
	margin: 0px 20px 0px 0px;
	padding: 0px 0px 10px 0px;
}



#content .rechts .contentRechts {
	width: 340px;
	float: left;
	padding: 0px 0px 10px 35px;
	background-image: url(../img/layout/punkte_vertikal.gif);
	background-repeat: repeat-y;
	background-position: left;
	margin: 0px 0px 0px 0px;
}

#content .rechts .unten {
	color: #898989;
	font-size: 18px;
	display: block;
	padding-top: 19px;
	background-image: url(../img/layout/punkte.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px 25px 15px 25px;
}

#content .rechts .unten strong {
	color: #43687D;
	font-size: 20px;
}

#content .rechts .unten img {
	position: absolute;
	margin: -35px 0px 0px 3px;
}

html>body #content .rechts .unten img {
	margin: -35px 0px 0px 8px;
}

*+html #content .rechts .unten img {
	margin: -35px 0px 0px 4px !important;
}

/* HIGHLIGHTS */

#content .rechts .highlights {
	width: 100%;
}

#content .rechts .highlights .highlightBox {
	float: left;
	width: 335px;
	margin-bottom: 10px;
}

#content .rechts .highlights #boxRechts {
	margin-left: 30px;
}

#content .rechts .highlights .highlightBox img {
	float: left;
}


#content .rechts .highlights .highlightBox .text {
	float: left;
	background-color: #F5FBFE;
	width: 150px;
	height: 179px;
	border-top: 1px solid #E8E8E8; 
	border-right: 1px solid #E8E8E8; 
	border-bottom: 1px solid #E8E8E8; 
	font-size: 11px;
	padding: 13px;
}

#content .rechts .highlights .highlightBox .text h3 {
	font-size: 11px;
	color: #2684BA;
	margin: 0px;
	padding: 0px;
}

#content .rechts .highlights .highlightBox .text .galerie {
	display: block;
	margin: 14px 0px 0px 0px;
}

#content .rechts .highlights .highlightBox .text .galerie img {
	margin: -2px 5px 0px 0px;
}

#content .rechts .highlights .galerieLinks {
	padding-right: 20px;
	float: left;
	background-image: url(../img/layout/punkte_vertikal.gif);
	background-repeat: repeat-y;
	background-position: right;
	width: 450px;
}

#content .rechts .highlights .galerieLinks img {
	display: block;
}

#content .rechts .highlights .galerieRechts {
	padding-left: 20px;
	float: left;
}

#content .rechts .highlights .galerieRechts a {
	font-weight: bold;
	color: #43687D;
}

#content .rechts .highlights .galerieRechts a {
	font-weight: bold;
	color: #43687D;
	margin: 0px 5px 0px 5px;
}

#content .rechts .highlights .galerieRechts em {
	font-style: normal;
	margin: 0px 5px 0px 5px;
}

#content .rechts .highlights .galerieRechts p {
	font-size: 11px;
	color: #898989;
	margin: 0px;
	padding: 0px;
}

#content .rechts .highlights .highlightsBilder {
	float: left;
	margin-right: 15px;
}

#content .rechts .highlights .highlightsBilder img {
	margin-bottom: 15px;
}

/* AKTUELLES */

#content .rechts .aktuelles {
	width: 100%;
}

#content .rechts .aktuelles .aktuellesBilder {
	width: 280px;
	float: left;
	margin-right: 25px;
}

#content .rechts .aktuelles .aktuellesBilder img {
	margin-bottom: 10px;
}

#content .rechts .aktuelles .aktuellesText {
	width: 440px;
	float: left;
}

/* MITGLIEDER */

#content .rechts .mitglieder {
	width: 100%;
}

#content .rechts .mitglieder .spalte p {
	display: block;
	padding: 4px 0px 3px 0px;
	margin: 0px;
	padding-left: 15px;
	background-repeat: no-repeat;	
	background-image: url(/img/layout/strich_mitglieder.gif);
	background-position: 2px 11px;
}

#content .rechts .mitglieder .spalte a {
	display: block;
	padding: 4px 0px 3px 0px;
	margin: 0px;
	background-repeat: no-repeat;	
}

#content .rechts .mitglieder .spalte .link {
	padding: 0px 0px 0px 15px;
	background-image: url(/img/layout/pfeil_mitglieder.gif);
	background-position: 2px 10px;
	background-color: #fff;
}

#content .rechts .mitglieder .spalte a {
	color: #3E82D5;
}

#content .rechts .mitglieder .spalte a.homepage {
	text-decoration: underline;
}

#content .rechts .mitglieder .spalte a img {
	margin-left: 10px;
}

#content .rechts .mitglieder .spalte a:hover {
	text-decoration: none;
}

#content .rechts .mitglieder .spalte {
	display: inline;
	float: left;
	margin-right: 35px;
	padding: 4px 30px 10px 0px;
	border-right: 1px solid #E4E4E4;
	line-height: 13px;
}

#content .rechts .mitglieder #letzte_spalte {
	margin-right: 0px;
	padding-right: 0px;
	border: none;
}

#content .rechts .mitglieder .detail {
	border: 1px solid #E4E4E4;
}

#content .rechts .mitglieder .detail .logo {
	border: 1px dashed #CBCBCB;
	border-top: none;
	border-left: none;
	padding: 35px 30px 35px 30px;
	margin-right: 20px;
	display: inline;
	float: left;
}

#content .rechts .mitglieder .detail .profil {
	display: inline;
	float: left;
	margin: 23px 0px 0px 20px;
}

#content .rechts .mitglieder .detail .profil p {
	margin: 12px 0px 12px 0px;
	padding: 0px;
	line-height: 17px;
}

#content .rechts .mitglieder .detail .profil strong {
	color: #43687D;
}

#content .rechts .mitglieder .detail .profil em {
	font-style: normal;
	width: 70px;
	display: block;
	float: left;
}

#content .rechts .mitglieder .detail .foto {
	margin: 70px 0px -70px 0px;
}

#content .rechts .mitglieder .detail .foto img {
	border: 1px solid #E4E4E4;
	border-right: none;
	border-bottom: none;
	padding: 8px;
	float: right;
}

#content .rechts .mitglieder .beschreibung {
	border: 1px solid #E4E4E4;
	border-top: none;
	background-color: #F8F8F8;
	padding: 25px 25px 10px 25px;
}

#content .rechts .mitglieder .zurueck {
	float: right;
}

#content .rechts .mitglieder .zurueck a {
	border: 1px solid #E4E4E4;
	border-top: none;
	padding: 10px 10px 10px 10px;
	display: block;
	width: 130px;
	color: #939393;
}

#content .rechts .mitglieder .zurueck a:hover {
	color: #43687D;
}

#content .rechts .mitglieder .zurueck a strong {
	font-size: 14px;
	float: left;
	font-family: Tahoma, Arial, Verdana;
	margin: -1px 5px 0px 0px;
}

/* CHRONIK */

#content .rechts .chronik {
	width: 100%;
}

#content .rechts .chronik .ereignis {
	margin-bottom: 13px;
}

#content .rechts .chronik .ereignis strong {
	float: left;
	width: 150px;
}

#content .rechts .chronik .ereignis p {
	float: left;
	width: 550px;
	margin: 0px !important;
	padding: 0px !important;
}

/* STRUKTUR - AUFGABEN */

#content .rechts .struktur {
	width: 100%;
}

#content .rechts .struktur .strukturBox {
	float: left;
	width: 335px;
	margin-bottom: 10px;
}

#content .rechts .struktur #boxRechts {
	margin-left: 30px;
}

#content .rechts .struktur .strukturBox img {
	float: left;
}


#content .rechts .struktur .strukturBox .text {
	float: left;
	background-color: #F5FBFE;
	width: 150px;
	height: 179px;
	border-top: 1px solid #E8E8E8; 
	border-right: 1px solid #E8E8E8; 
	border-bottom: 1px solid #E8E8E8; 
	font-size: 11px;
	padding: 13px;
}

#content .rechts .struktur .strukturBox .text h3 {
	font-size: 11px;
	color: #2684BA;
	margin: 0px;
	padding: 0px;
}

#content .rechts .struktur .strukturBox .text .galerie {
	display: block;
	margin: 14px 0px 0px 0px;
}

#content .rechts .struktur .strukturBox .text .galerie img {
	margin: -2px 5px 0px 0px;
}

/* STRUKTUR - VEREIN */

#content .rechts .struktur h2 {
	color: #2684BA;
	font-size: 14px;
	margin: 0px 0px 3px 0px;
}

#content .rechts .struktur .reiter {
	width: 31px;
	float: left;
}

#content .rechts .struktur #vorstand {
	width: 701px;
	border: 1px solid #E8E8E8;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	background-color: #F5FBFE;
	float: left;
}

#content .rechts .struktur #vorstand p{
	width: 152px;
	border: 1px solid #E8E8E8;
	margin: 8px 10px 8px 10px;
	padding: 7px 0px 7px 0px;
	text-align: center;
	float: left;
	display: inline;
	background-color: white;
}

#content .rechts .struktur #vorstand strong{
	display: block;
	color: #2684BA;
}

#content .rechts .struktur #vorstand .background {
	width: 697px;
	display: block;
	border: 2px solid #fff;
	background-image: url(../img/struktur/vorstand_background.gif);
	background-repeat: repeat-x;
}

#content .rechts .struktur #beisitzende  {
	width: 701px;
	float: left;
	border: 1px solid #E8E8E8;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	font-size: 11px;
	background-color: #F5FBFE;
}

#content .rechts .struktur #beisitzende p {
	float: left;
	width: 142px;
	border: 1px solid #E8E8E8;
	margin: 9px 10px 9px 10px;
	padding: 5px 5px 5px 5px;
	text-align: center;
	display: inline;
	background-color: white;
}

#content .rechts .struktur #beisitzende strong {
	display: block;
	color: #2684BA;
	font-size: 12px;
}

#content .rechts .struktur #beisitzende .background {
	width: 697px;
	height: 119px;
	display: block;
	border: 2px solid #fff;
	background-image: url(../img/struktur/beisitzer_background.gif);
	background-repeat: repeat-x;
}

#content .rechts .struktur #mitglieder {
	width: 732px;
	clear: both;
	border: 1px solid #E8E8E8;
	margin: 10px 0px 0px 0px;
	text-align: center;
}

#content .rechts .struktur #mitglieder img {
	margin-top: 15px;
}

#content .rechts .struktur #mitglieder .background {
	width: 728px;
	height: 54px;
	display: block;
	border: 2px solid #fff;
	background-image: url(../img/struktur/mitglieder_background.gif);
	background-repeat: repeat-x;
}

/* KONTAKT */

#content .rechts .kontakt {
	width: 100%;
}

#content .rechts .kontakt form label {
	width: 150px;
	display: block;
	float: left;
	margin: 4px 0px 0px 0px;
}

#content .rechts .kontakt form input {
	font-size: 12px;
	font-family: Arial, Verdana, Tahoma;
	padding: 2px;
	width: 220px;
	margin: 0px 0px 2px 0px;
}

#content .rechts .kontakt form .checkbox {
	width: 20px;
}

* html #content .rechts .kontakt form .checkbox {
	margin: 0px 0px -1px 0px;
}

#content .rechts .kontakt form textarea {
	font-size: 12px;
	font-family: Arial, Verdana, Tahoma;
	padding: 2px;
	width: 375px;
	margin: 0px 0px 2px 0px;
}

#content .rechts .kontakt form select {
	font-size: 12px;
	font-family: Arial, Verdana, Tahoma;
	margin-bottom: 2px;
}

#content .rechts .kontakt form .buttons {
	font-size: 12px;
	font-family: Arial, Verdana, Tahoma;
	background-color: #fff;
	border: 1px solid #E4E4E4;
	width: auto;
}

/* IMPRESSUM */

#content .rechts .impressum {
	width: 100%;
}

/* VEREIN - ORGANISATION */

#content .rechts .organisation {
	font-size: 11px;
}

#content .rechts .organisation p {
	line-height: normal;
}

#content .rechts .organisation h3 {
	margin-bottom: 5px;
}

#content .rechts .organisation .contentLinks {
	width: auto;
}

#content .rechts .organisation .contentRechts {
	width: auto;
}


#content .rechts .organisation .spalte1 {
	float: left;
	margin-right: 20px;
}

#content .rechts .organisation .spalte2 {
	float: left;
}

/* MITGLIEDERBEREICH */

#content .rechts .mitgliederbereich {
	width: 100%;
}

#content .rechts .mitgliederbereich .download a {
	display: block;
	margin: 5px 0px 5px 0px;
}

#content .rechts .mitgliederbereich .download a img {
	margin: 0px 5px -2px 0px;
}

#content .rechts .mitgliederbereich .download .spalte1 {
	float: left;
	margin-right: 40px;
}

#content .rechts .mitgliederbereich .download .spalte2 {
	float: left;
}

#content .rechts .mitgliederbereich .download .bereich {
	margin: 20px 0px 0px 0px;
}

#content .rechts .mitgliederbereich .download .bereich h3 {
	font-size: 12px;
	margin: 0px 0px 0px 0px;
}

#content .rechts .mitgliederbereich .download em {
	margin: 0px 0px 0px 6px;
	font-size: 11px;
	font-style: normal;
}

#content .rechts .mitgliederbereich .download .bereich p {
	margin: 0px 0px 10px 0px;
}

#content .rechts .mitgliederbereich #winzip {
	margin-top: 20px;
}

#content .rechts .mitgliederbereich #winzip a img {
	float: left;
	margin-right: 10px;
}
