/* 
- - - - - FARBEN - - - - 
#006AB3 - blau
#003393 - dunkelblau
#131313 - schwarz
#E0EAFD - hellblau

*/



#imageContainer {
	position: relative;
	margin: 0;
	width: 135px;
}

#imageContainer {
	height: 35px;
}

#imageContainer img {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}





body {
	margin: 30px 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #373737;
	background: #F6E5C9;
	text-align: center;
}

.blau {
	color: #006AB3;
	font-size: 10px;
}

hr {
	height: 0px;
        border-top: 0px;
        border-bottom: 1px dashed #bbb;
}

.orange-farbe {
	color: #EE7F01;
}


.blau-farbe {
	color: #006AB3;
}

a:link, a:visited {
	text-decoration: none;
	color: #EF7D00;
}

a:hover {
	color: #003393;
}



a.blau-bold:link, a.blau-bold:visited {
	color: #006AB3;
	font-weight: bold;
}

a.blau-bold:hover {
	color: #000;
	font-weight: bold;
}


a.schwarz-normal:link, a.schwarz-normal:visited {
	color: #373737;
}

a.schwarz-normal:hover {
	color: #000;
}



p {
	margin: 0 0 20px 0;
}

.clear {
	clear: both;
}

.clear-klein {
	clear: both;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
}

.ausblenden {
	display: none;
}

/* = = = = = = = = = GRUNDGERUEST = = = = = = = = */

#template {
	margin: 0 auto;
	text-align: left;
	border-top: 1px solid #006AB3;
	border-right: 1px solid #006AB3;
	border-left: 1px solid #006AB3;
	border-bottom: 4px solid #006AB3;
	width: 950px;
	background: #FBF2E7
				url(images/bg.gif);
}


.template-box {
	float: left;
	text-align: left;
	margin: 2px 2px 17px 13px;
	padding: 10px;
	width: 850px;
	border: 1px #acacac solid;
	background-color: #eee; 
}

.template-hg-bilder {
	float: left;
	border-right: 1px #000 solid;
	width: 165px;
}


#content {
	background: url(images/hg-1-gr.jpg)
				no-repeat
				left top;
}


#content-01 {
	background: url(images/hg-1-gr.jpg)
				no-repeat
				left top;
}

#content-02 {
	background: url(images/hg-2-gr.jpg)
				no-repeat
				left top;
}

#content-03 {
	background: url(images/hg-3-gr.jpg)
				no-repeat
				left top;
}

#content-04 {
	background: url(images/hg-4-gr.jpg)
				no-repeat
				left top;
}

#content-05 {
	background: url(images/hg-5-gr.jpg)
				no-repeat
				left top;
}

#content-06 {
	background: url(images/hg-6-gr.jpg)
				no-repeat
				left top;
}

#content-07 {
	background: url(images/hg-7-gr.jpg)
				no-repeat
				left top;
}

#content-08 {
	background: url(images/hg-8-gr.jpg)
				no-repeat
				left top;
}

#content-09 {
	background: url(images/hg-9-gr.jpg)
				no-repeat
				left top;
}

#content-10 {
	background: url(images/hg-10-gr.jpg)
				no-repeat
				left top;
}




#inhalt {
	margin: 200px 0 30px 20px;
	width: 424px;

}


.unsere-partner {
	font-weight: bold;
	color: #006AB3;
	font-size: 10px;
	margin: 0 0 4px 0;
}

/* = = = = = = = = = LINKS ANFANG = = = = = = = = */

#links {
	border-top: 4px solid #006AB3;
	float: left;
	width: 218px;
}

.logo {
	margin: 20px 0 40px 9px;
}


/* - - - - - NAVIGATION ANFANG - - - - - - - */

.navi {
	width: 217px;
	border-right: 1px solid #006AB3;
	border-top: 1px solid #006AB3;
	border-bottom: 1px solid #006AB3;
	background: #fff
				url(images/bg-navi.gif)
				repeat-y
				20px 0;
	font-size: 10px;
}

.navi ul {
	margin: 0 0 0 21px;
	list-style: none;
	padding: 10px 0 20px 0;
}

.navi li {
	list-style: none;
	display: inline;
}

.navilink, a.navilink:link, a.navilink:visited {
	color: #006AB3;
	display: block;
	width: 176px;
	padding: 3px 0 3px 20px;
}

a.navilink:hover, a.navilinkaktiv:link, a.navilinkaktiv:visited {
	color: #003393;
	display: block;
	width: 176px;
	padding: 3px 0 3px 20px;
	font-weight: bold;
	background: #E0EAFD;
}

.navi ul ul{
	margin: 0 0 10px 0;
	padding: 0;
	background: #E0EAFD;
}


.sublink, a.sublink:link, a.sublink:visited {
	color: #006AB3;
	display: block;
	padding: 3px 0 3px 30px;
}

a.sublink:hover, .sublinkaktiv, a.sublinkaktiv:link, a.sublinkaktiv:visited {
	background: #BED3FC;
	font-weight: bold;
	display: block;
	color: #006AB3;
	padding: 3px 0 3px 30px;
}

.susubblink, a.subsublink:link, a.subsublink:visited {
	color: #006AB3;
	display: block;
	padding: 3px 0 3px 40px;
}

.subsublinkaktiv, a.subsublinkaktiv:link, a.subsublinkaktiv:visited, a.subsublink:hover {
	color: #006AB3;
	display: block;
	padding: 3px 0 3px 40px;
	font-weight: bold;
	background: #D2E0FD;
}

.sublink-ebene04, a.sublink-ebene04:link, a.sublink-ebene04:visited {
	color: #006AB3;
	display: block;
	padding: 3px 0 3px 60px;
}

.sublink-aktiv-ebene04, a.sublink-aktiv-ebene04:link, a.sublink-aktiv-ebene04:visited, a.sublink-aktiv-ebene04:hover {
	color: #006AB3;
	display: block;
	padding: 3px 0 3px 60px;
	font-weight: bold;
}


/* - - - - - NAVIGATION ENDE - - - - - - - */

.adresse {
	margin: 20px 20px 20px 40px;

}

/* = = = = = = = = = LINKS ENDE = = = = = = = = = */




/* = = = = = = = = = MITTE ANFANG = = = = = = = = */

#mitte {
	width: 465px;
	float: left;
}

.subline {
	font-weight: bold;
	padding: 2px 0px;
	margin: 0 0 20px 0;
/*	background: #0f0; */
}



.achtung {
	font-weight: bold;
	padding: 2px 0px;
      	font-size: 11px;
	margin: 0 0 20px 0;
        color: #E90000;
}


.sublinerechts {
	background: #d4e6f2;
	font-weight: bold;
	margin: 0 22px 22px 22px;
	padding: 2px 2px 2px 181px;
}

.ganzebreite {
	padding: 0 0 20px 0;
	width: 424px;
}



.abstand-halb {
	float: left;
	width: 22px;
}

.halbhalb {
	width: 201px;
	padding: 0 0 20px 0;
	float: left;
}


.box-3-1-links {
	width: 311px;
	padding: 0 0 20px 0;
	float: left;
}

.box-3-1-rechts {
	width: 91px;
	padding: 0 0 20px 0;
	float: left;
}


.img {
	border: 1px solid #0D2B50;
}

.kommentar-bild {
	font-size: 10px;
	font-weight: bold;
}


#inhalt li {
        margin-left: -17px;
}



/* - - - - - - - POPUP - - - - - - - */
.zoom {
	text-align: right;
	background: url(images/popup.gif)
                    right
                    no-repeat
                    #fff;
	font-size: 10px;
	border-left: 1px solid #0D2B50;
	border-right: 1px solid #0D2B50;
	border-bottom: 1px solid #0D2B50;
}

.zoom a:link, .zoom a:visited, a.zoom:link, a.zoom:visited {
	color: #0D2B50;
	padding: 0 35px 0 0;
	font-size: 10px;
}
/* = = = = = = = = = MITTE ENDE = = = = = = = = = */



/* = = = = = = = = = NEWSLISTING / DETAILS ANFANG = = = = = = = = */

.newslisting-datum {
	float: left;
	width: 85px;
	font-weight: bold;
}

.newslisting-text {
	float: left;
	width: 300px;
}

.mehr-button {
	float: right;
	width: 45px;
	font-weight: bold;
}


.veranstaltung-datum {
	float: left;
	width: 85px;
	color: #006AB3;
}


.links {
	float: left;
	width: 55px;
	font-weight: bold;
}
.rechts {
	float: right;
	width: 55px;
	font-weight: bold;
}

.news-ueberschrift {
	float: left;
	width: 430px;
	font-weight: bold;
	color: #006AB3;
}

.bildaktuell {
	float: left;
	padding: 4px 20px 15px 0;
}




/* = = = = = = = = = NEWSLISTING / DETAILS ENDE = = = = = = = = */



/* = = = = = = = = = mitarbeiterseite-bild-text.tmpl = START = = = = = = = */

.mitarbeiter-links {
	width: 151px;
	padding: 0 0 20px 0;
	float: left;
}

.mitarbeiter-rechts {
	width: 251px;
	padding: 0 0 20px 0;
	float: left;
}

.tel-email {
	width: 50px;
	float: left;
}

.tel-email2 {
	width: 190px;
	float: left;
}

/* = = = = = = = = = mitarbeiterseite-bild-text.tmpl = ENDE = = = = = = = */





/* = = = = = = = = = RECHTS ANFANG = = = = = = = = */

#rechts {
	border-top: 4px solid #006AB3;
	float: left;
	width: 266px;
}

.chg {
	background: #fff;
	border-left: 1px solid #006AB3;
	border-bottom: 1px solid #006AB3;
	padding: 0 0 0 80px;
	height: 52px;
}

.themenbild {
	float: right;
}

.linie {
	position: absolute;
	margin: 0 0 0 71px;
}

.news {
	background: #fff
					url(images/linie-news.gif)
					no-repeat
					71px 0;
	clear: both;
	border-bottom: 1px solid #006AB3;
	border-left: 1px solid #006AB3;
	border-top: 1px solid #006AB3;
}

.termine {
	background: #fff
					url(images/linie-news.gif)
					no-repeat
					71px 0;
	border-bottom: 1px solid #006AB3;
	border-left: 1px solid #006AB3;
}


.headlinerechts {
	background: #006AB3
					url(images/pfeil-weiss.gif)
					no-repeat
					56px 0;
	color: #fff;
	margin: 0;
	padding: 2px;
	font-size: 10px;
	width: 67px;
	float: left;
	font-weight: bold;
}


#rechts a:link, #rechts a:visited {
	font-size: 10px;
}

.verlinkungenrechts {
	margin: 10px 0 0 15px;
	float: left;
	width: 170px;
}

.weitere-news {
	margin: 3px 0 0 86px;
	font-size: 10px;
}
/* = = = = = = = = = RECHTS ENDE = = = = = = = = = */



/* = = = = = = = = = = = = VEREINSSEITE ANFANG = = = = = = = = = = = = */

.vereinsort {
	float: left;
	width: 100px;
}

.vereinslink {
	float: left;
}

/* = = = = = = = = = = = FORMULAR ANFANG = = = = = = = = = = = */


.bezeichnung {
	float: left;
	width: 100px;
	margin: 0 0 8px 0;
}

.clear-klein {
	clear:both;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
}

.beschreibung-klein {
	float: left;
	width: 80px;
	margin: 0 0 8px 0;
}


.kommentar-editmode {
	font-size: 10px;
	color: red;
}

.feld {
	width: 180px;
	margin: 0 0 8px 0;
	font-size: 11px;
	border: 1px solid #006AB3;
}

.feld-klein {
	width: 112px;
	margin: 0 0 8px 0;
	font-size: 11px;
	border: 1px solid #006AB3;
}

.inputselected {
	width: 180px;
	margin: 0 0 8px 0;
	font-size: 11px;
	border: 1px dotted #006AB3;
	background: #FBF2E7;
}

.inputselected-klein {
	width: 112px;
	margin: 0 0 8px 0;
	font-size: 11px;
	border: 1px dotted #006AB3;
	background: #FBF2E7;
}

.textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 180px;
	height: 120px;
	margin: 0 0 8px 0;
	border: 1px solid #006AB3;
}

.textarea-klein {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 197px;
	height: 180px;
	margin: 0 0 8px 0;
	border: 1px solid #006AB3;
}

.textareaselected {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 180px;
	height: 120px;
	margin: 0 0 8px 0;
	border: 1px dotted #006AB3;
	background: #FBF2E7;
}

.textareaselected-klein {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 197px;
	height: 180px;
	margin: 0 0 8px 0;
	border: 1px dotted #006AB3;
	background: #FBF2E7;
}

.spalte01 {
	float: left;
	width: 120px;
}


.spalte01-gross {
	float: left;
	width: 160px;
}


.feld2 {
	width: 80px;
	font-size: 11px;
	border: 1px solid #006AB3;
}

.inputselected2 {
	width: 105px;
	margin: 0 10px 8px 0;
	font-size: 11px;
	border: 1px dotted #006AB3;
	background: #FBF2E7;
}

.select {
	width: 170px;
	margin: 0 10px 8px 0;
	font-size: 10px;
	border: 1px solid #006AB3;
}

.select-gross {
	width: 180px;
	margin: 0 10px 8px 0;
	font-size: 11px;
	border: 1px solid #006AB3;
}


.feldklein {
	width: 80px;
	margin: 0 0 8px 0;
	font-size: 11px;
	border: 1px solid #006AB3;
}

.feldkleinselected {
	width: 80px;
	margin: 0 0 8px 0;
	font-size: 11px;
	border: 1px dotted #006AB3;
	background: #FBF2E7;
}

label { 
	margin: 0 0 0 -4px;
	padding: 0;
}

/* = = = = = = = = = = = FORMULAR ENDE = = = = = = = = = = = */



/* = = = = = = = = = = = VERANSTALTUNGEN AUSLESEN START = = = = = = = = = = = */

.termin-auslesen-box {
	background: #E0EAFD;
	border: 1px solid #006AB3;
	padding: 10px 3px 3px 10px;
	margin: 0 0 20px 0;
	font-size: 10px;
}
/* = = = = = = = = = = = VERANSTALTUNGEN AUSLESEN ENDE = = = = = = = = = = = */

/* = = = = = = = = = = = NORDIC WALKATHON AUSLESEN START = = = = = = = = = = = */

.rot {
	color: #E61E1E;
}

.bezeichnung-ausgabe {
	float: left;
	width: 120px;
	margin: 0 0 8px 0;
	color: #006AB3;
}


.bezeichnung-ausgabe2 {
	float: left;
	width: 120px;
	margin: 0 0 8px 0;
}

.nordic-auslese-box {
	border: 1px dashed #006AB3;
	padding: 10px 3px 3px 10px;
	margin: 0 0 20px 0;
}
/* = = = = = = = = = = = NORDIC WALKATHON AUSLESEN ENDE = = = = = = = = = = = */



/* - - - - - - newsletter start - - - - - - */

.newsletter_ueberschrift {
	width : 420px;
	float : left;
	border-top: 1px solid #006AB3;
	border-left: 1px solid #006AB3;
	background: #fff;
	margin: 0 0 25px 0;
	padding: 3px;
	color: #006AB3;
	font-weight: bold;
}


.newsletter_eindrittel {
	width : 130px;
	float : left;
	margin: 0 20px 0 0;
}


.newsletter_zweidrittel {
	width : 270px;
	float : left;
}

/* - - - - - - newsletter ende - - - - - - */

