

body {
  color: #000;
  background: #bee5e9;
  font-family: verdana,arial,sans-serif;
  font-size: 100.01%;
  padding: 20px 0;
  margin: 0;
  text-align: center;   /* Zentrierung fuer alte IEs */
}

a { text-decoration: underline;}

a:link    { color: #106184;}
a:visited { color: #628A9F;}
a:focus, a:hover, a:active { color: #BD1823;}



/* Allgemeine Klassen
/* * * * * * * * * * * * * * * * * * * * * * * * * * */

.stopFloat {
  display: block;
  float: none;
  clear: both;
  height: 1px;
  font-size: 0px;
  line-height: 0px;
}



/* Rahmen, Kopf
/* * * * * * * * * * * * * * * * * * * * * * * * * * */

#rahmen {
  
  width: 960px;            /* der Breite des Hintergrundbilds entsprechend */
  margin: 0 auto;          /* Zentrierung fuer moderne Browser */
  text-align: left;        /* text-align:center (body) "neutralisieren" */
}

* html #rahmen {   /* Box Model Hack - notwendig wegen border-Angabe */
  width: 962px;    /* fuer IE 5 und 5.5 */
  wid\th: 960px;   /* fuer IE 6 */
}

#kopf {
  background: #bee5e9;
  padding: 0px 0 0px 0px;
}

/* Header - runde Ecken */

html>body {font-size:small;}

#header {
  float:left;
  width:100%;
  background:#bee5e9;
  font-size:80%;
  line-height:normal;
  margin:20px 0px 0 0px;
  }
#header ul {
  margin:0;
  padding:0px 0px 0 0px;
  list-style:none;
  }
#header li {
  float:right;
  background:url("left.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 9px;
  }
#header a {
  float:right;
  display:block;
  background:url("right.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  text-decoration:none;
  font-weight:bold;
  letter-spacing:0px;
  text-transform: uppercase;
  color:#765;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#header a {float:none;}
/* End IE5-Mac hack */
#header a:hover {
  color:#ffffff;
  }
#header #current {
  background-image:url("left_on.gif");
  }
#header #current a {
  background-image:url("right_on.gif");
  color:#f58462;
  padding-bottom:5px;
  }


  
/* Header2 */

#header2 {
  float:left;
  width:100%;
  background:#dfdfd3;
  font-size:80%;
  line-height:normal;
  
  }
  

#header2 ul {
  margin:0 0 0 140px;
  padding:0px 0px 0;
  list-style:none;
 
  }
#header2 li {
  float:left;
  margin:0;
  padding:0;
 
  }
#header2 a {
  float:left;
  display:block;
  padding:5px 15px 4px 6px;
  text-decoration:none;
  font-weight:bold;
 
  
  color:#716d55;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#header2 a {float:none;}
/* End IE5-Mac hack */
#header2 a:hover {
  color:#f58563;
  }
#header2 #current {
 
  }
#header2 #current a {
 
  color:#f58563;
  padding-bottom:5px;
  }



/* Rote Menueleiste
/* * * * * * * * * * * * * * * * * * * * * * * * * * */

#menue {
  background: #EDFBF3;
  border-bottom: 1px solid #000;   /* weisse Trennlinie zw. Menue u. Inhalt */
}

#menue ul {
  padding: 0 0 3px 0;
  margin: 0 0 0 20px;
  list-style: none;
}

#menue li {
  display: inline;   /* Listenpunkte nebeneinander stellen */
  margin-right: 15px;
}

* html #menue li {   /* Sternchen-Hack - sehen nur IEs */
  height: 1em;       /* damit margin-right auch im IE 5 beachtet wird */
}

#menue a {
  font-size: 80%;
  font-weight: bold;
  text-transform: uppercase;
}

#menue a:link, #menue a:visited {
  color: #007B32;
  text-decoration: none;
}

#menue a:focus, #menue a:hover, #menue a:active {
  text-decoration: underline;
}



/* Spalte 1
/* * * * * * * * * * * * * * * * * * * * * * * * * * */

#spalte1 {
  float: left;
  background-color: #C9DEEA;
  width: 199px;    /* Breite ohne senkrechte weisse Linie */
  padding: 28px 0;
}

#spalte1 ul{
  list-style: none;
  padding: 0;
  margin: 0 10px 0 20px;
}

#spalte1 li {
  margin: 0;
  font-size: 70%;
  line-height: 180%;
  margin: 0;
}

#spalte1 a:link, #spalte1 a:visited {
  color: #264F63;
  font-weight: bold;
  text-decoration: none;
}

#spalte1 a:focus, #spalte1 a:hover, #spalte1 a:active {
  text-decoration: underline;
}



/* Spalte 2
/* * * * * * * * * * * * * * * * * * * * * * * * * * */

#spalte2 {
  float:left;
  width: 960px;                  /* Breite ohne senkrechte Linien */
  height: auto;
  /*background: #bde7ef;*/
  background: #99CCFF;
  background-repeat: no-repeat;
  background-position: bottom;
  padding: 0px 0 0px 0;

}

* html #spalte2 {  /* Box Model Hack - notwendig wegen border-Angabe */
  width: 962px;    /* Fuer IE 5 und 5.5 */
  wid\th: 960px;   /* Fuer IE 6 */
}

#spalte2 h1, h2, h3 {
  color: #005686;
  font-family: georgia,'times new roman',serif;
  font-size: 110%;
  line-height: 140%;
  margin: 1em 20px 1em 0px;
}



#spalte2 p, td {
  color: #005584;
  font-size: 90%;
  line-height: 150%;
  margin: 1em 0px;
}

#spalte2 a:link, #spalte2 a:visited {
  color: #106184;
  font-weight: bold;
}

#spalte2 a:focus, #spalte2 a:hover, #spalte2 a:active {
  color: #264F63;
}

.nachrechts { text-align: right; }
.nachlinks { text-align: left; }


/* Spalte 3
/* * * * * * * * * * * * * * * * * * * * * * * * * * */

#spalte3 {
  float:left;
  width: 170px;  /* Breite ohne senkrechte weisse Linie */
  background: #C9DEEA;
  padding: 0px 0 0px 0;
}

#spalte3 h1 {
  color: #2A5165;
  font-size: 80%;
  line-height: 160%;
  margin: 0 20px;
}

#spalte3 p {
  font-size: 80%;
  line-height: 150%;
  margin: 1em 0px;
}

#spalte3 .ro {
	/* background:url(roundedbox_ro.gif) top right no-repeat;*/
}

#spalte3 .lo {
	background:url(roundedre_lo.gif) top left no-repeat; 
}

#spalte3 .ru {

	/* background:url(roundedbox_ru.gif) bottom right no-repeat; */
}

#spalte3 .lu {
	background:url(roundedre_lu.gif) bottom left no-repeat; 
}

#spalte3 .inhalt {
	margin:0;
	padding:2.5em 2.5em 3.5em 2.5em;
	
}

#spalte3 .inhalt p {
	margin:0;
	padding:0;
	
}


/* hier beginnt das für die Box relevante CSS  */

div {
	margin:0;
}

.ro {
	background:url(roundedbox_ro.gif) top right no-repeat;
}

.lo {
	/*background:url(roundedbox_lo.gif) top left no-repeat; */
}

.ru {
	background:url(roundedbox_ru.gif) bottom right no-repeat;
}

.lu {
	/*background:url(roundedbox_lu.gif) bottom left no-repeat; */
}

.inhalt {
	margin:0;
	padding:2.5em 2.5em 3.5em 2.5em;
}

.inhalt p {
	margin:0;
	padding:0;

}

.bildtext {
	margin: 0;
	font: italic 0.7em georgia, serif;
	line-height: 0.6;
	margin-top: -25px;
}

blockquote {
	float: right;
	width: 250px;
}

blockquote p {
	margin: 0;
}



blockquote {
	color: #005584;
	font: italic 1.3em georgia, serif;
	line-height: 1.1;
	margin: .3em 0 .1em .5em;
	text-align: center;
	font-weight: bold;
}

blockquote em {
	color: #005584;
}

blockquote img{
	
	margin: 0em 0em 1.0em 0em;
	text-align: center;
}

videolink {
	float: right;
	width: 250px;
	color: #005584;
	  /* font-family: georgia,'times new roman',serif; */
	font:  0.8em georgia, serif;
	line-height: 1.1;
	margin: 3em 0 .1em .5em;
	text-align: center;
	font-weight: bold;
}


#unterschrift p{
	
	font: italic 1.3em georgia, serif;
	line-height: 1.1;

	
}
#spruch p{
	color: #005584;
	 font-family: georgia,'times new roman',serif;
	width: 270px;
	text-align: center;
	
		  font-size: 110%;
  line-height: 140%;
  margin: 1em 20px 1em 20px;
}
