@charset "utf-8";

			/* ------------------------------ Allgemeine CSS */
html, body {
	background: #fdfdff url(../images/bg/bg_top.jpg) repeat-x 0 0;
    color: #555; 
    font-size: 8pt;
    font-family: Arial, Helvetica, sans-serif;
	text-align: left;
    margin: 0; 
	padding: 0;
    min-width: 41em; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
}

			/* ------------------------------ Allgemeine CSS - HTML-Tags */
fieldset {
	border: 0;
}
h1 {
	color: #68952C;
    font-size: 16pt;
    margin-top: 0;
}
h2 {
	color: #68952C;
    font-size: 14pt;
    margin-top: 0;
}
h3 {
	color: #68952C;
    font-size: 12pt;
    margin-top: 0;
}
h4 {
	color: #68952C;
    font-size: 11pt;
    margin-top: 0;
}
h4 a {
	color: #68952C;
    font-size: 11pt;
    margin-top: 0;
}
h5 {
	color: #68952C;
    font-size: 10pt;
    margin-top: 0;
}
h6 {
	color: #68952C;
    font-size: 8pt;
    margin-top: 0;
}
p {
	color: #555;
    font-size: 8pt;
    margin-top: 0;
}


a {
	color: #555;
	text-decoration: none;
}
#content-inner a {
	font-weight: bold;
}
a:hover {
	color: #68952C;
}
a.active {
	color: #68952C;
}
img {
	border: 0;
}

/*
img:hover {
	border: 1px solid #ccc;
}
.highslide img {
	border: 0;
}
*/
.clearfloat { /* Diese Klasse sollte in einem div- oder break-Element platziert werden und das letzte Element vor dem Schließen eines Containers sein, der wiederum einen vollständigen Float enthalten sollte. */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}



.korpsbild {
	text-align: center;
}


#fullcontainer { 
	width: 1000px;  /* Mit einer Breite, die 20 Pixel unter der vollen Breite von 800 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. */
	border: 0;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
	font-size: 10pt;
	text-decoration: none;
} 





/* Unterschiedliche Header */

#headerbg {
	background-position: right top;
	margin: 0;
	height: 250px;
}

.head_main {
	background: url(../images/bg/header_svs.png) no-repeat 0 0;
}
.head_koenige {
	background: url(../images/bg/header_koenige.png) no-repeat 0 0;
}
.head_korps {
	background: url(../images/bg/header_svs.png) no-repeat 0 0;
}
.head_gk {
	background: url(../images/bg/header_gk.png) no-repeat 0 0;
}
.head_sk {
	background: url(../images/bg/header_sk.png) no-repeat 0 0;
}
.head_damen {
	background: url(../images/bg/header_damen.png) no-repeat 0 0;
}
.head_jugend {
	background: url(../images/bg/header_jugend.png) no-repeat 0 0;
}
.head_spz {
	background: url(../images/bg/header_spz.png) no-repeat 0 0;
}
.head_bogen {
	background: url(../images/bg/header_bogen.png) no-repeat 0 0;
}
.head_kurz {
	background: url(../images/bg/header_kurz.png) no-repeat 0 0;
}





/* Navigation */

#navi {
	height: 60px;
	padding: 0;
    margin: 0; 
    text-align: left;
}

#navi ul, #navi li {
	margin: 0;
	padding: 0;
}


/* Globale Navigation */

#globalnavi {
	padding: 5px 5px 5px 5px;
	width: 1000px;
	float: right;
	position:absolute;
}
#globalnavi ul {
	float: left;
}
#globalnavi ul li {
	display:inline;
	list-style: none;
}
#globalnavi a {
	color: #5f5f5f;
	padding-right: 6px;
	font-size: 8pt;
	text-decoration: none;
}
#globalnavi a:hover {
	color: #92bd41;
	padding-right: 6px;
}
#globalnavi ul li.active a {
	color: #92bd41;
}



/* Tab Navigation */

#tabnavi {
	padding: 29px 0 0 540px;
}
#tabnavi ul li {
	display: inline;
	list-style: none;
}
#tabnavi a {
	color: #FFF;
	text-transform: uppercase;
	text-decoration: none;
	float:left;
	padding-left: 14px;
	font-size:12px;
	height:31px;
	background: url(../images/bg/navl_grey.jpg) no-repeat 0 1px;
}
#tabnavi a span {
	text-transform:uppercase;
	float:left;
	padding-right: 14px;
	font-size:12px;
	height:31px;
	line-height:35px;
	background: url(../images/bg/navr_grey.jpg) no-repeat 100% 1px;
}
#tabnavi ul li.active a {
	background: url(../images/bg/navl_green.jpg) no-repeat 0 1px;
}
#tabnavi ul li.active a span {
	background: url(../images/bg/navr_green.jpg) no-repeat 100% 1px;
}
#tabnavi ul li.active a:hover {
	opacity:1;
	-moz-opacity:1;
}
#tabnavi a:hover {
	opacity:0.85;
	-moz-opacity:0.85;
}



/* Suche */
#suche {
	text-align: right;
	float: right;
}
input.cleardefault {
	width:150px;
	background: url(../images/bg/searchfield.png) no-repeat 0 0;
	height:19px;
	border:0;
	padding: 0px 5px 3px 23px;
	margin-left: -50px;
	margin-top: -3px;
	font-size:11px;
	color: #666;
}
.ajaxSearch_result a {
	color: #68952C;
}



/* Breadcrumb */

#breadcrumb {
	font-size: 8pt;
	color: #ccc;
	padding: 4px 0 0px 16px;
	margin: 0;
}
#breadcrumb a {
	color: #ccc;
	text-decoration: none;
}
#breadcrumb a:hover {
	color: #6A8A2F;
}



/* Container */

#container {
}

/* Container-Top */
#container-top {
	background: url(../images/bg/container_top.png) repeat-x 100% 0;
	background-position: bottom;
}
#container-corner-ol {
	background: url(../images/bg/containerol.jpg) no-repeat 0 0;
	background-position: bottom;
	height: 12px;
	width: 12px;
	float: left;
}
#container-corner-or {
	background: url(../images/bg/containeror.jpg) no-repeat 0 0;
	background-position: bottom;
	height: 12px;
	width: 12px;
	margin-left: auto;
}

/* Container-Middle */
#container-left {
	background: url(../images/bg/container_left.png) repeat-y 0 0;
	background-position: left;
	margin-left:2px;
}
#container-right {
	background: url(../images/bg/container_right.png) repeat-y 0 0;
	background-position: right;
	margin-right:2px;
}
#bgmargin-container {
	margin: 0 4px 0 4px;
	background: #fafcfd;
}
#containerbg{
	padding: 0;
	background: url(../images/bg/containerbg.jpg) repeat-x 0 0;
	background-position: top;
}


/* Right Area */
/* Content Area */

/* Container-Bottom */
#container-bottom {
	background: url(../images/bg/container_bottom.png) repeat-x 100% 0;
	background-position: top;
}
div#container-corner-ul {
	background: url(../images/bg/containerul.jpg) no-repeat 0 0;
	height: 12px;
	width: 12px;
	float: left;
}
div#container-corner-ur {
	background: url(../images/bg/containerur.jpg) no-repeat 0 0;
	height: 12px;
	width: 12px;
	margin-left: auto;
}




/* -------------------------------- Rechte Spalte*/


div#right {
	float: right;
	width: 234px;
	margin: 0 4px 0 0;
}
div#right-top {
	background: url(../images/bg/right_top.png) repeat-x 100% 0;
}
div#right-bottom {
	background: url(../images/bg/uvz_bottom.png) repeat-x 100% 0;
	background-position: bottom;
}
div#right-right {
	background: url(../images/bg/uvz_right.png) repeat-y 0 0;
	background-position: right;
}

div#right-left {
	background: url(../images/bg/uvz_left.png) repeat-y 0 0;
	background-position: left;
}

div#right-corner-ol {
	background: url(../images/bg/right_cornerol.png) no-repeat 0 0;
	height: 33px;
	width: 16px;
	float: left;
}
div#right-corner-ol span {
	position: relative;
	color: #fff;
	font-weight: bold;
	padding: 0 0 0 16px;
	bottom: -10px;
}
div#right-corner-or {
	background: url(../images/bg/right_corneror.png) no-repeat 0 0;
	height: 33px;
	width: 16px;
	margin-left: auto;
}
div#right-corner-ul {
	background: url(../images/bg/uvz_cornerul.jpg) no-repeat 0 0;
	height: 12px;
	width: 16px;
	float: left;
}
div#right-corner-ur {
	background: url(../images/bg/uvz_cornerur.jpg) no-repeat 0 0;
	height: 12px;
	width: 16px;
	margin-left: auto;
	margin-right: -1px;
}
div#bgmargin-right {
	margin: 0 5px 0 5px;
	background: #fafcfd;
}
div#right-inner {
	padding: 10px 0px 10px 0px;
	background: url(../images/bg/uvz_inner.jpg) repeat-x 0 0;
	background-position: bottom;
	text-align: justify;
}
div#right-inner .headline {
	padding: 0px 5px 0px 5px;
	color: #68952C;
    font-size: 11pt;
	font-weight: bold;
}
div#right-inner .content {
	padding: 10px 10px 10px 10px;
}

/* div#right h2 {
	color: #68952C;
    font-size: 9pt;
	text-decoration: none;
    margin: 0;
}

div#right h2 a {
	color: #68952C;
    font-size: 9pt;
	text-decoration: none;
    margin: 0;
}

div#right p {
    font-size: 8pt;
    margin: 0.3em 0 1.3em 0;
}

div#right a p {
    color:  #5f5f5f;
}

a b.arrow {
	color: #0b569c;
	background: url(../images/but/pfeil_blau.gif) no-repeat 4px .3em;
	padding-left: 20px;
	display: block;
	font-size: 8pt;
	float: right;
}
a b.arrow:hover {
	background: url(../images/but/pfeil_orange.gif) no-repeat 4px .3em;
	color:#ff7700;
} */

.seperator {
	margin-bottom: 5px;
	clear:both;
	width: auto;
	border-bottom: 1px solid #ccc;
}



/* Content */

* html div#Content, * html div#NavContent, * html div#OffContent {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
}
div#Content {
	position: relative;
	margin: 0 240px 0 4px;
	z-index: 1;
	font-size: 8pt;
	color:#555;
}
/* Content-Top */
div#content-top {
	background: url(../images/bg/uvz_top.png) repeat-x 100% 0;
	background-position: bottom;
}
div#Content div#content-corner-ol {
	background: url(../images/bg/uvz_cornerol.jpg) no-repeat 0 0;
	background-position: bottom;
	height: 16px;
	width: 16px;
	float: left;
}
div#content-corner-or {
	background: url(../images/bg/uvz_corneror.jpg) no-repeat 0 0;
	background-position: bottom;
	height: 16px;
	width: 16px;
	margin-left: auto;
}



/* Content-Middle */
div#content-left {
	background: url(../images/bg/uvz_left.png) repeat-y 0 0;
	background-position: left;
}
div#content-right {
	background: url(../images/bg/uvz_right.png) repeat-y 0 0;
	background-position: right;
}
div#bgmargin {
	margin: 0 5px 0 5px;
	background: #fafcfd;
}
div#content-inner {
	padding: 0 10px 0 10px;
	background: #fff url(../images/bg/uvz_inner.jpg) repeat-x 0 0;
	background-position: bottom;
	text-align: justify;
	min-height: 266px;
}



/* Content-Bottom */
div#content-bottom {
	background: url(../images/bg/uvz_bottom.png) repeat-x 100% 0;
	background-position: bottom;
}
div#content-corner-ul {
	background: url(../images/bg/uvz_cornerul.jpg) no-repeat 0 0;
	height: 12px;
	width: 16px;
	float: left;
}
div#content-corner-ur {
	background: url(../images/bg/uvz_cornerur.jpg) no-repeat 0 0;
	height: 12px;
	width: 16px;
	margin-left: auto;
	margin-right: -1px;
}

div#Content img#right, div#NavContent img#right, div#OffContent img#right {
	margin: 10px 0 10px 10px;
	float:right;
}

div#Content img#left, div#NavContent img#left, div#OffContent img#left {
	margin: 10px 10px 10px 0;
	float: left;
}



div#Content, div#NavContent, div#OffContent {
	position: relative;
	margin: 0 240px 0 4px;
	z-index: 1;
	font-size: 8pt;
	color:#555;
}
div#OffContent {
	margin: 0 4px 0 4px;
}
div#NavContent {
	margin: 0 240px 0 200px;
}
div#Content img#right, div#NavContent img#right, div#OffContent img#right {
	margin: 10px 0 10px 10px;
	float:right;
}
}
div#Content img#left, div#NavContent img#left, div#OffContent img#left {
	margin: 10px 10px 10px 0;
	float: left;
}
div#content-top {
	background: url(../images/bg/uvz_top.png) repeat-x 100% 0;
	background-position: bottom;
}
div#content-bottom {
	background: url(../images/bg/uvz_bottom.png) repeat-x 100% 0;
	background-position: bottom;
}
div#content-right {
	background: url(../images/bg/uvz_right.png) repeat-y 0 0;
	background-position: right;
}

div#content-left {
	background: url(../images/bg/uvz_left.png) repeat-y 0 0;
	background-position: left;
}

div#Content div#content-corner-ol {
	background: url(../images/bg/uvz_cornerol.jpg) no-repeat 0 0;
	background-position: bottom;
	height: 16px;
	width: 16px;
	float: left;
}
div#NavContent div#content-corner-ol {
	background: url(../images/bg/uvz_cornerol.jpg) no-repeat 0 0;
	height: 16px;
	margin-left: -4px;
	width: 16px;
	float: left;
}
div#OffContent div#content-corner-ol {
	background: url(../images/bg/uvz_cornerol.jpg) no-repeat 0 0;
	height: 16px;
	width: 16px;
	float: left;
}
div#content-corner-or {
	background: url(../images/bg/uvz_corneror.jpg) no-repeat 0 0;
	background-position: bottom;
	height: 16px;
	width: 16px;
	margin-left: auto;
}
div#content-corner-ul {
	background: url(../images/bg/uvz_cornerul.jpg) no-repeat 0 0;
	height: 12px;
	width: 16px;
	float: left;
}
div#content-corner-ur {
	background: url(../images/bg/uvz_cornerur.jpg) no-repeat 0 0;
	height: 12px;
	width: 16px;
	margin-left: auto;
	margin-right: -1px;
}
div#bgmargin {
	margin: 0 5px 0 5px;
	background: #fafcfd;
}
div#content-inner {
	padding: 0 10px 10px 10px;
	background: #fff url(../images/bg/uvz_inner.jpg) repeat-x 0 0;
	background-position: bottom;
	text-align: justify;
}

/*
div#Content h1, div#NavContent h1, div#OffContent h1 {
	color: #68952C;
    font-size: 16pt;
    margin: 0 0 10px 0;
}

div#Content h2, div#NavContent h2, div#OffContent h2 {
	color: #68952C;
    font-size: 12pt;
    margin: 0;
}

div#Content p, div#NavContent p, div#OffContent p {
    font-size: 8pt;
    margin: 0 0 10px 0;
}
*/





/* Navigation im Contentbereich */

div#Navigation {
	position: relative;
	width: 196px;
    float: left;  
	padding: 0;
	margin: 8px 0 0 8px;
	background: url(../images/bg/menu.jpg) repeat-y 0 0;
	background-position: right;
	z-index: 2;
}
div#navcornerol {
	background: url(../images/bg/navcornerol.jpg) no-repeat 0 0;
	background-position: left top;
}
div#navcornerul {
	background: url(../images/bg/navcornerul.jpg) no-repeat 0 0;
	background-position: left bottom;
}
ul#Navigation {
    font-size: 9pt;
	list-style-type:none;
	display: block;
	width: 196px;
	margin: 0;
	padding-top: 4px;
	padding-bottom: 8px;
	padding-left: 0px;
}
ul#Navigation a {
	text-decoration: none;
	padding: 7px 5px 2px 26px;
	line-height: 14px;
    display: block;
    font-weight: bold;
	background: url(../images/but/pfeil_weiss.gif) no-repeat 12px 10px;
}
ul#Navigation a:link {
    color: #fff;
	text-decoration:none;
}
ul#Navigation a:visited {
    color: #fff;
}
ul#Navigation a:hover {
    color: #ffa200; 
	background: url(../images/but/pfeil_orange.gif) no-repeat 12px 10px;
}
div#Navigation p {
	font-size: 0.83em;
	width: 200px;
	margin: 0;
	padding: 0.5em;
}



/* ------------------------------- Navigations CSS aus WE */

div#Navigation ul#Navigation li {
	display:block;
	padding-bottom:0;
	padding-top:0;
	margin:0;
	height:auto;
	font-size:12px;
	line-height:14px;
}
div#Navigation ul#Navigation li.active {
	background: url(../images/bg/menu_li_akt.jpg) no-repeat 0 100%;
	margin: 0 0 -5px 0;
}
div#Navigation ul#Navigation li.active a, div#Navigation ul#Navigation li.active a:hover {
	background: url(../images/bg/menu_a_akt.jpg) no-repeat 0 0;
	padding:7px 5px 7px 26px;
	color: #5f8c27;
}

div#Navigation ul#Navigation ul.submenu {
	border-bottom:none;
	background:none;
	list-style-type:none;
	padding:0px 0 10px 10px;
	margin:0;
	display:block;
	width:125px;
	position:relative;
	left:10px;
}

div#Navigation ul#Navigation ul.submenu a {
	color:#5f8c27;
	background: url(../images/but/pfeil_gruen.gif) no-repeat 2px .4em;
	padding:2px 5px 2px 16px;
	margin:0;
	display:block;
	font-size:11px;
	line-height:14px;
}
div#Navigation ul#Navigation ul.submenu a:hover, div#Navigation ul#Navigation ul.submenu a.active {
	background:  url(../images/but/pfeil_grau.gif) no-repeat 2px .4em;
	color:#afafaf;
	padding:2px 5px 2px 16px;
}
div#Navigation ul#Navigation ul.submenu a.active {
	background:  url(../images/but/pfeil_orange.gif) no-repeat 2px .4em;
	color:#ffa200;
}
div#Navigation ul#Navigation ul.submenu li {
	display:block;
	padding-bottom:0;
	padding-top:0;
	margin:0;
	height:auto;
	font-size:11px;
	line-height:13px;
	width:176px;
}








/* ----------------------------- Ditto CSS für NewsPublishing */
/* 						Zuständig für die Seitenanzeige unterhalb der News*/
#ditto_pages {
	margin: 5px 0 0 0;
	text-align: center;
}
.ditto_paging {
    border-top: 1px solid #ccc;
    padding: 10px;
    font-size: 86%;
    color: black;
}
#ditto_pages .ditto_currentpage {
    border: 1px solid #555;
    padding: 1px 5px 2px;
    margin-right: 1px;
    background-color: #bbb;
    color: #555;
}
#ditto_pages .ditto_off {
    border: 1px solid #ccc;
    padding: 1px 5px 2px;
    margin-right: 1px;
    color: #ccc;
}
#ditto_pages a, #ditto_pages a:link, #ditto_pages a:visited {
    border: 1px solid #000;
    padding: 1px 5px 2px;
    margin-right: 1px;
    text-decoration: none !important;
    color: black;
}
#ditto_pages a:hover {
    background-color: #555;
    color: #000;
}




			/* News 2-5 */
#News {
	width: 49%;
	float: left;
	padding: 3px;
}
#News h2 {
    margin-top: 0;
	padding: 0 5px 0 5px;
	border-bottom: #68952C 1px solid;
}
#News h2 a {
	color: #68952C;
    font-size: 10pt;
	text-decoration: none;
}
#News p {
	font-size:8pt;
	color: #555;
	margin: 10px 0;
	padding: 0 5px 0 5px;
	text-align:justify;
}
#News .info {
	font-size:8pt;
	color: #777;
	margin: 2px 0;
	padding: 0 5px 0 5px;
	text-align:right;
}
#News img {
	margin: -12px 5px 5px 0;
}
#News .newsbild {
	float:left;
}
#News .weiterlesen {
	text-align:right;
}
#News .weiterlesen a {
	text-decoration: none;
	color: #68952C;
	font-weight: bold;
}


			/* Anzeige der News im Infobereich */
#RightNews {
}
#RightNews h2 {
    margin: 2px 0;
	padding: 0;
}
#RightNews h2 a {
	color: #68952C;
    font-size: 9pt;
	text-decoration: none;
}
#RightNews img {
	margin: 5px 5px 5px 0;
}
#RightNews .newsbild {
	float:left;
}
#RightNews .weiterlesen {
	text-align:right;
}
#RightNews .weiterlesen a {
	text-decoration: none;
	color: #68952C;
	font-weight: bold;
}


			/* Erste News in der Vorschau */
#FirstNews h2 {
    margin: 0;
	padding: 0;
}
#FirstNews h2 a {
	color: #68952C;
    font-size: 12pt;
	text-decoration: none;
}
#FirstNews .info {
	font-size:8pt;
	margin: 0;
	padding: 0;
	text-align:right;
}
#FirstNews p {
	font-size:8pt;
	padding: 0;
	text-align:justify;
}
#FirstNews img {
	margin: 0 10px 10px 0;
}
#FirstNews .newsbild {
	float:left;
}
#FirstNews .weiterlesen {
	text-align:right;
}
#FirstNews .weiterlesen a {
	text-decoration: none;
	color: #68952C;
	font-weight: bold;
}


			/* Anzeige der ausgewählten News (Artikelansicht) */
#ShowNews h2 {
    margin: 0;
	padding: 0;
}
#ShowNews .info {
	font-size:8pt;
	margin: 0;
	padding: 0;
	text-align:right;
}
#ShowNews p {
	font-size:8pt;
	padding: 0;
	text-align:justify;
}
#ShowNews img {
	margin: 0 10px 10px 0;
}
#ShowNews .newsbild {
	float:left;
}


.newsbild-links {
	float: left;
	margin: 0 8px 8px 0;
}

.newsbild-rechts {
	float: right;
	margin: 0 0 8px 8px;
}





			/* Könige */

/* Erster König in der Übersicht */

#FirstKoenige .box {
	padding: 5px 0 0 0;
}
#FirstKoenige .textbox {
	padding: 0;
}
#FirstKoenige h2 a {
	color: #68952C;
	text-decoration: none;
}
#FirstKoenige p {
	text-align:justify;
}
#FirstKoenige img {
	margin: 0 10px 5px 0;
}
#FirstKoenige .koenigsbild {
	float:left;
}
#FirstKoenige .weiterlesen {
	text-align:right;
}
#FirstKoenige .weiterlesen a {
	text-decoration: none;
	color: #68952C;
	font-weight: bold;
}



/* Könige 2-5 */

#Koenige {
	clear: left;
}
#Koenige h2 {
    font-size: 11pt;
}
#Koenige h2 a {
	color: #68952C;
	text-decoration: none;
}
#Koenige .box {
	padding: 5px 0 0 0;
}
#Koenige p {
	text-align:justify;
}
#Koenige img {
	margin: 0 10px 5px 0;
}
#Koenige .koenigsbild {
	float:left;
}
#Koenige .weiterlesen {
	text-align:right;
}
#Koenige .weiterlesen a {
	text-decoration: none;
	color: #68952C;
	font-weight: bold;
}


/* Königdetailansicht */

#Koenigdetail .box {
	padding: 5px 0 0 0;
}
#Koenigdetail .textbox {
	padding: 0;
}
#Koenigdetail h2 a {
	color: #68952C;
	text-decoration: none;
}
#Koenigdetail p {
	text-align:justify;
}
#Koenigdetail img {
	margin: 0 10px 5px 0;
}
#Koenigdetail .koenigsbild {
	float:left;
}








			/* Kontaktformular */

label {
	display: inline-block;
	width: 100px;
	vertical-align: top;
	font-weight: bold;
}
input {
	width: 300px;
}
input#cfPLZ {
	width: 100px;
}
input#cfOrt {
	width: 191px;
}
input.button {
	width: auto;
}
textarea {
	width: 300px;
	height: 120px;
}
div#zeile {
	padding: 0 0 4px 15px;
}
div#button {
	padding-top: 16px;
}
div.errors {
	background: #FFB0B0;
	border: 1px solid #FF4646;
	padding: 15px;
	font-size: 9pt;
	color: #000;
}
#EmailForm h5 {
	margin: 26px 0 8px 0;
}
#EmailForm h2 {
	margin-bottom: 0;
}






			/* Easy2Gallery */

/* Thumbnailansicht */
#easy2 {
	float: left;
	height: 120px;
	width: 120px;
	margin: 0 40px 0 0;
	padding: 12px 0 0 12px;
	background: url(../images/bg/fotobg.png) no-repeat 0 0;
	opacity: 0.75;
	-moz-opacity: 0.75;
}
#easy2:hover {
	opacity: 1;
	-moz-opacity: 1;
}
.e2gpnums {
	margin-top: 20px;
	text-align: center;
}
.e2gpnums a {
	background: #F4F4F4;
	border: 1px solid #E8E8E8;
}
.e2gpnums a:hover {
	background: #B3EC6C;
	border: 1px solid #83D71C;
	color: white;
	text-decoration: none;
}
.e2gpnums a, .e2gpnums b {
	padding: 3px 6px;
}


/* Folderansicht */
#easy2folder {
	float: left;
	width: 520px;
	margin: 0 0 15px 0;
	padding: 0;
	opacity: 1;
	-moz-opacity: 1;
}
#easy2folder:hover {
	cursor: pointer;
}
#easy2folder:hover img {
	opacity: 0.75;
	-moz-opacity: 0.75;
}
#easy2folder .foto {
	float: left;
	height: 120px;
	width: 120px;
	margin: 0;
	padding: 12px 0 0 12px;
	background: url(../images/bg/fotobg.png) no-repeat 0 0;
}




/* Terminliste */
#terminliste {
	float: left;
	width: 520px;
	margin: 0;
	padding: 0;
	opacity: 1;
	-moz-opacity: 1;
}
#terminliste h4 {
	margin-bottom: 10px;
}
#terminliste .datum {
	float: left;
	height: 120px;
	width: 80px;
	margin: 0;
	padding: 0;
}



/* Linkliste */
#linkliste {
	float: left;
	width: 712px;
	margin: 0;
	padding: 0;
	opacity: 1;
	-moz-opacity: 1;
}
#linkliste h4 {
	margin-bottom: 10px;
}
#linkliste p a {
	color: #68952C;
	background: url(../images/but/pfeil_gruen.gif) no-repeat 1px 5px;
	padding:2px 5px 2px 16px;
}
#linkliste .url {
	text-align: right;
}
#linkliste .image {
	float: left;
	width: 170px;
	margin: 0;
	padding: 12px 0 0 12px;
}



/* Vorstandsliste */
#vorstandsliste {
	width: 50%;
	height: 60px;
	float: left;
}
#vorstandsliste .title {
	color: #68952C;
	font-weight: bold;
}
#vorstandsliste .funktion {
	font-style: italic;
}



			/* Footer */

div#footer {
    clear: both;
    margin: 0; 
	padding: 0;
    text-align: center;
    background: url(../images/bg/footerbg.jpg) repeat-x 0 0;
	height: 65px;
}
p#footer {
	color: #fff;
    font-size: 8pt;
	width: 1000px;
    margin: 0 auto; 
	padding: 20px;
	background: url(../images/bg/footer.jpg) no-repeat 0 0;
    text-align: right;
}


/* CSS für den TinyMCE Editor */

.green {
	color: #68952C;
}
