/* styles für homepage-neu (grau)*/

/* #FFFFFF weiss */
/* #000000 schwarz */


/* #555555 schrift dunkles grau */
/* #86B95C hintergrund fast weiss... */
/* #437C5C hintergrund menu hellgrau */
/* #437C5C rahmen dunkelgrau */



/* struktur:
   alles (div id) umfasst alle inhalte

   alles->logo (p id) float left
   alles->logo->img
   alles->motto_aussen (div id)
   alles->motto_aussen->motto (p)

   alles->kopfmenu (div id)
   alles->kopfmenu->h1
   alles->kopfmenu->ul
   alles->hauptmenu (div id)
   alles->hauptmenu->h1
   alles->hauptmenu->ul
   alles->inhalt_aussen (div id)
          ->inhalt (div id)

   inhalt->h1
   inhalt->textblock (div class)
   inhalt->h6
   inhalt->inhalt_bild (div id)


   inhalt->inhalt_bild->bild_aussen_links (class id)
   inhalt->inhalt_bild->bild_aussen_rechs (class id)
                                         ->textblock (div class)


*/


/*----- grundsaetzliche dinge -----*/
* {
margin:0;
padding:0;
list-style-type:none;
}
/*----- allgemeine sachen -----*/
.hidden {
display: none;
}
.clear {
clear:left;
}
/*----- formulare -----*/
form {
background-color:#FAFAFA;
border:1px solid #437C5C;
}
input, textarea, select {
font:normal 0.91em Verdana,Arial,Helvetica,sans-serif;
border-left: 2px solid #000000;
border-top: 2px solid #000000;
border-right: 1px solid #437C5C;
border-bottom: 1px solid #437C5C;
}
.submit {
font:bold 0.91em Verdana,Arial,Helvetica,sans-serif;
border-left: 1px solid #437C5C;
border-top: 1px solid #437C5C;
border-right: 2px solid #000000;
border-bottom: 2px solid #000000;
color: #000000;
background-color: #EDEDED;
}

/*----- voreinstellungen -----*/
/*----- titel -----*/
h1 {
font-size: 1.4em;
text-align: center;
}
h2 {
font-size: 1.1em;
font-weight: normal;
text-align: center;
}
/*----- links -----*/
a {
text-decoration: none;
}
a:link,a:visited,a:active {
color:#000000;
background: #FFFFFF;
}
a:hover {
color:#FFFFFF; 
background: #437C5C;
}

/*----- äusserer rahmen -----*/
body {
font:normal 100.01% Verdana, Arial, Helvetica, sans-serif;
color: #000000;
text-align: center;
background:#FFFFFF;
background-image: url(../images/trans.gif);
background-repeat: repeat;
/* height: 99.99%; */

/* funktioniert nur im IE */
scrollbar-face-color: #86B95C;  /*----- balken -----*/
scrollbar-arrow-color: #437C5C;  /*----- pfeil -----*/
scrollbar-track-color: #86B95C;  /*----- spur -----*/

scrollbar-highlight-color: #86B95C; /*----- linke seite & oben, rechts bzw. unten -----*/
scrollbar-3dlight-color: #437C5C; /*----- linke seite & oben, links bzw. oben -----*/
scrollbar-shadow-color: #437C5C; /*----- rechte seite, links -----*/
scrollbar-darkshadow-color: #86B95C; /*----- rechte seite, rechts -----*/

}

/*----- äusserer rahmen -----*/
#alles {
margin: auto;
width: 54.5em;
border-right: 1px solid #437C5C;
border-left: 1px solid #437C5C;
/* height: 100%; */
}
html>body>#alles {
width:52.6em;
}
#alles_maxbild {
margin: auto;
text-align: center;
border-right: 1px solid #437C5C;
border-left: 1px solid #437C5C;
/* height: 100%; */
}
/*----- header/logo -----*/
#logo {
float: left;
font:bold 2em Verdana,Arial,Helvetica,sans-serif;
text-align: center;
background: #FFFFFF;
}
#logo img {
margin: 5px;
}
#logo_dttl {
float: right;
width: 11.0em; 
font:normal 0.8em Verdana,Arial,Helvetica,sans-serif;
margin:5px 1px -5px 0;
}


/*----- menu oben -----*/
#kopfmenu {
clear:both;
text-align: center;
background: #437C5C;
font:normal 1.01em Arial,Helvetica,sans-serif;
border-top: 1px solid #437C5C;
border-bottom: 0px solid #437C5C;
}
html>body>#alles>#kopfmenu {
border-top: 1px solid #437C5C;
border-bottom: 1px solid #437C5C;
}
#kopfmenu h1 {
display:none;
}

#kopfmenu ul {
text-align:right;
margin-bottom: 4px;
}
#kopfmenu li {
float:right;
display: inline;
border: 1px solid #FFFFFF;
margin-left:2px;
}
html>body>#alles>#kopfmenu>ul {
margin-bottom: 0px;
}
#kopfmenu li a {
padding:0px 5px 0px 5px;
overflow: visible;
text-align: right;
}

#kopfmenu a:link,#kopfmenu a:visited,#kopfmenu a:active {
color:#FFFFFF; 
background: #437C5C;
}

#kopfmenu a:hover {
color:#000000;
background: #FFFFFF;
}


/*----- menu links -----*/
#hauptmenu {
color: #FFFFFF;
float: left;
width: 13.5em;  /*--- identisch mit margin-left inhalt! ---*/
font:normal 0.8em Verdana,Arial,Helvetica,sans-serif;
min-height: 30em;
margin:0 0 10px 10px;
background: #437C5C;
border-top: 2px solid #FFFFFF;
border-left: 1px solid #437C5C;
border-bottom: 1px solid #437C5C;
border-right: 1px solid #437C5C;
}
#hauptmenu h1 {
display:none;
}
#hauptmenu ul {
text-align: left;
}

#hauptmenu li {
color: #000000;
margin: 2px 3px 2px 3px;
display: block;
background: #ABCF89;
border: 1px solid #FFFFFF;
}
#hauptmenu li a {
overflow: visible;
display: block;
padding: 2px;
}

#hauptmenu ul li a:link,#hauptmenu ul li a:visited,#hauptmenu ul li a:active {
color:#FFFFFF; 
background: #437C5C;
}

#hauptmenu ul li a:hover {
color:#000000;
background: #FFFFFF;
}

#hauptmenu .menu_fuss {
margin-top: 2em;
text-align: center;
color:#437C5C; 
background: #437C5C;
}
#hauptmenu .menu_fuss img {
border: 0;
margin-bottom: .5em;
}
#hauptmenu .menu_fuss a {
background: #437C5C;
}


.submenu a {
/* font:normal 1.21em Verdana,Arial,Helvetica,sans-serif; */
overflow: visible;
display: block;
}


/*----- info rechts -----*/
#infoblock {
float: right;
width: 11.0em; 
font:normal 0.8em Verdana,Arial,Helvetica,sans-serif;
margin:5px -7px -5px 5px;
border: 1px solid #437C5C;
}
html>body>#alles>#inhalt_aussen>#inhalt>#infoblock {
margin:-2px -12px 10px 5px;
width: 11.1em; 
}

#infoblock h1 {
font:bold 0.9em Verdana,Arial,Helvetica,sans-serif;
font-style: italic;
text-align: center;
margin-top: 6px;
}
#infoblock ul {
text-align: left;
}

#infoblock li {
display: block;
background: #FFFFFF;
margin: 2px 3px 2px 3px;
}

#infoblock .termin {
font-weight:bold;
border-top: 1px solid #437C5C;
border-bottom: 1px solid #437C5C;
}
#infoblock .kopf {
color: #FFFFFF;
background: #437C5C;
margin-top: 10px;
}
#infoblock .zeit {
font:normal 0.7em Verdana,Arial,Helvetica,sans-serif;
}

#infoblock .button {
text-align: center;
background: #437C5C;
color: #FFFFFF;
padding:1px;
margin:0;
}

#infoblock .button a {
display: block;
font-size: 0.9em;
font-weight: bold;
font-style: italic;
background: #437C5C;
color: #FFFFFF;
border: 1px solid #FFFFFF;
padding:1px;
margin:1px;
}




/*----- inhalt -----*/
#inhalt_aussen {
/*--- diese klammer ist notwendig wegen des mischbetriebs von variablen und festen abstandswerten: 
  menu soll sich verbreitern, sonst aber nix ---*/
margin-left: 11em;  /*--- identisch mit width hauptmenu! ---*/
min-height: 30em;
}
#inhalt {
vertical-align: top;
margin:10px 20px 10px 42px;
}

html>body>#alles>#inhalt_aussen>#inhalt {
margin: 10px 20px 10px 30px;
}

#inhalt h1 {
margin-bottom: 5px;
}
#inhalt h6 {
font:bold 1.11em Verdana,Arial,Helvetica,sans-serif;
text-align:center;
margin:5px 0 5px 0;
padding:5px 0 5px 0;
border-top: 1px dashed #437C5C;
border-bottom: 1px dashed #437C5C;
}

.textblock {
text-align: justify;
margin-top: 2px;
font-size: 0.81em;
}

/*----- inhalt liste -----*/
#inhalt ul {
text-align: left;
}

#inhalt li {
color: #000000;
margin: 2px 3px 2px 3px;
display: block;
background: #FFFFFF;
}



/*----- inhalt bilder -----*/
#inhalt_bild .textblock {
}
.bild_aussen_links,.bild_aussen_rechts {
float:left;
width: 212px;
font-size:0.81em;
border: 1px solid #437C5C;
margin:5px;
}
.bild_aussen_space_links,.bild_aussen_space_rechts {
float:left;
width: 212px;
font-size:0.81em;
margin:6px;
}
#inhalt_bild img {
border: 0;
margin: 5px;
}
.bild_aussen_links p,.bild_aussen_rechts p {
font-weight:bold;
}
.bild_aussen_links .info_groesse,.bild_aussen_rechts .info_groesse {
font-weight:normal;
font-size:0.71em;
}
#inhalt_bild .link a:link,#inhalt_bild .link a:visited,#inhalt_bild .link a:active {
color:#437C5C; 
background: #FFFFFF;
}
#inhalt_bild .link a:hover {
color:#FFFFFF;
background: #437C5C;
}



.clear {
clear:both;
height: 0;
}
.nofloat { 
clear: both;
visibility: hidden;
height: 0;
}



/*----- Fusszeile mit Sponsoren -----*/
#fuss_sponsoren {
	margin:0;
	width: 54.5em;
	padding: 0;
      background: #437C5C;
	border-top: 1px solid #437C5C;
	border-bottom: 1px solid #FFFFFF;
}
html>body>#alles>#fuss_sponsoren {
	width: 52.6em;
	border-bottom: 1px solid #437C5C;
}

.sponsor {
	display:inline;
	text-align:center;
      background: #437C5C;
	margin:0;
}

#fuss_sponsoren a {
      background: red;
}

#fuss_sponsoren a img {
      background: #437C5C;
	border: 1px solid #FFFFFF;
	padding-right: 1px;
	padding-left: 1px;
	margin: 0;
	margin-top: 2px;
}

html>body>#alles>#fuss_sponsoren>.sponsor>a {
      background: #437C5C;
}

html>body>#alles>#fuss_sponsoren>.sponsor>a>img {
	padding: 0;
	margin-bottom: 0;
	margin-top: 2px;
	margin-left: -1px;
	margin-right: -1px;
}


/* Fusszeile mit Copyright */

#fusszeile {
	margin:0;
	width: 54.5em;
	padding: 0;
	border-top: 1px solid #FFFFFF;
/*
	background-image: url(img/block.gif);
	background-position: left top;
	background-repeat: no-repeat;
	border-left: 1px solid #437C5C;
*/
	border-bottom: 1px solid #437C5C;
}
html>body>#alles>#fusszeile {
width: 52.6em;
}

#fusszeile p {
	margin: 0;
	padding: 0.1em;
	padding-left: 1em;
	font-size: 0.6em;
text-align:left;
}

/*nach rechts rutschender Bereich mit "nach oben Link" */
.right {
	padding: 0;
	width: 4.5em;
	padding-right: 1em;
	float: right;
	text-align: right;
}
/*
.right a:link, .right a:visited  {
	color: #fff;
      background: #000;
}
*/



/* spezielle styles für liste */

/*----- liste  -----*/
#liste {
text-align: justify;
}
#liste ul {
list-style-type: none;
}
#liste li {
background: #FFFFFF;
padding-top: 5px;
padding-bottom: 5px;
margin-top: 5px;
margin-bottom: 5px;
}
#liste li h2 {
font-weight: bold;
font-size: 1.01em;
text-align: left;
margin-bottom: 10px;
}
#liste li h2 strong {
font-style: italic;
}
#liste li h2 small {
font-weight: normal;
}
#liste li h3 {
font-weight: bold;
font-size: 0.81em;
margin-bottom: 10px;
}
#liste li .text {
display: block;
margin-top: 2px;
font-size: 0.81em;
text-align: justify;
}
#liste li .text strong {
font-weight: bold;
}
#liste li .links {
float: left;
margin: 0 5px 5px 0;
}
#liste li .rechts {
float: right;
margin: 0 0 5px 5px;
}
#liste li .linkstext {
position: relative;
bottom: -119px;
text-align: left;
vertical-align: bottom;
float: left;
margin: 0 5px 5px 0;
}
#liste li .rechtstext {
position: relative;
bottom: -119px;
text-align: right;
vertical-align: bottom;
float: right;
margin: 0 0 5px 5px;
}


/* spezielle styles für bilder */

/*----- bild_gross -----*/
#bild_gross h2 {
font-style: italic;
}

#bild_gross img {
margin: 1em 0 1em 0;
}

/* spezielle styles für news */

/*----- news -----*/
#news {
text-align: justify;
}
#news ul {
list-style-type: none;
}
#news li {
background: #FFFFFF;
padding-top: 5px;
padding-bottom: 5px;
margin-top: 5px;
margin-bottom: 5px;
}
#news .eintrag {
border-top: 1px dashed #437C5C;
}
#news li .termin {
font-size: 0.71em;
margin-bottom: 1px;
}
#news li h2 {
font-weight: bold;
font-size: 1.01em;
text-align: left;
margin-bottom: 10px;
}
#news li h2 strong {
font-style: italic;
}
#news li h2 small {
font-weight: normal;
}
#news .subtitel {
text-align: justify;
font-weight: bold;
font-size: 0.81em;
margin-bottom: 10px;
}
#news li .text {
text-align: justify;
margin-top: 2px;
font-size: 0.81em;
}
#news li .text strong {
font-weight: bold;
}
#news li .author {
margin-top: 4px;
font-size: 0.81em;
}
#news li .linksfix {
float: left;
margin: 0 5px 5px 0;
}
#news li .rechtsfix {
float: right;
margin: 0 0 5px 5px;
}
#news li .links {
float: left;
margin: 0 5px 5px 0;
}
#news li .rechts {
float: right;
margin: 0 0 5px 5px;
}

#news li .link a:link,#news li .link a:visited,#news li .link a:active {
color:#437C5C; 
background: #FFFFFF;
}
#news li .link a:hover {
color:#FFFFFF;
background: #437C5C;
}

#news .blaettern {
text-align: right;
font-size: 0.71em;
font-style: italic;
padding-top: 2px;
padding-bottom: 2px;
border-top: 1px dashed #437C5C;
border-bottom: 1px dashed #437C5C;
}
#news img {
border: 0;
}






#news li .link {
float: left;
font-size: 0.81em;
font-style: italic;
font-weight: bold;
color: #437C5C;
}




#news .button {
text-align: right;
background: #FFFFFF;
color: #437C5C;
padding:1px;
margin:0;
}

#news .button a {
display: block;
font-size: 0.81em;
font-weight: bold;
font-style: italic;
color: #437C5C;
background: #FFFFFF;
color: #437C5C;
border: 1px solid #437C5C;
padding:1px;
margin:1px;
}

#news .button {
text-align: right;
background: #437C5C;
color: #FFFFFF;
padding:1px;
margin:0;
}

#news .button a {
display: block;
font-size: 0.81em;
font-weight: bold;
font-style: italic;
background: #437C5C;
color: #FFFFFF;
border: 1px solid #FFFFFF;
padding:1px;
margin:1px;
}


#laufstreifen {
margin: 0;
padding: 2px;
margin-bottom: 5px;

background-color: #FFFFFF;
border: 1px solid #437C5C;
}
#laufstreifen .rot {
color:#FF0000;
}




#news li .linksblock {
float: left;
margin: 0 5px 5px 0;
clear: left;
}
#news li .rechtsblock {
float: right;
margin: 0 0 5px 5px;
clear: right;
}
