
/* Allgemeine Elementanweisungen */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

* {          /* Universalselektor */
padding: 0;
margin: 0;
}

body {
  color: #000;
  background: #666;
  font-family: verdana,arial,sans-serif;
  font-size: 100.01%;
  padding: 5px;
  margin: 0;
  text-align: center;   /* Zentrierung fuer alte IEs */
}

a { text-decoration: underline;}

a:link    { color: #234D60;}
a:visited { color: #628A9F;}
a:focus, a:hover { color: #BD1823;}
a:active { color: #F00;}

h1 {
  color: #666666;
  font-family: georgia,'times new roman',serif;
  font-size: 1.9em;
  font-weight: normal;
  line-height: 1.6em;
  margin: 0;
}

p {
  font-size: 1.0em;
  line-height: 1.0em;
  margin: 1em 0;
}

img { border: 0; }


/* Allgemeine Klassen
/* * * * * * * * * * * * * * * * * * * * * * * * * * */

.stopFloat {
  display: block;
  float: none;
  clear: both;
  height: 1px;
  font-size: 0px;
  line-height: 0px;
}



/* Rahmen, Kopf
/* * * * * * * * * * * * * * * * * * * * * * * * * * */

#rahmen {
  width: 900px;
  background: #FFF;
  padding: 60px 70px ;
  margin: 0 auto;          /* Zentrierung fuer moderne Browser */
}

#kopf {
  height: 160px;
  background: #FFF;
  padding: 0;
}

#rahmen #kopf #logo1 {
  float: left;
  background: #EEE;
  text-align: right;
  padding: 20px 15px 0 0px;
  margin: 10px 0 0 10px;
  width: 50%;
  line-height: 1.5em;
  font-size:18pt;
  }

#rahmen #kopf #logo2 {
  float: left;
  background: #F00;
  text-align: right;
  padding: 20px 15px 0 0px;
  /*padding: 3px 15px 3px 0px; */
  margin: 3px 0 0 10px;
  width: 50%;
  color:#fff;
  font-size:18px;
  }

#rahmen #kopf p {
  float: right;
  text-align: left;
  }

#rahmen #kopf img {
  float: left;
  border: 1px solid #F00;  
  }
 



/* Spalte 0
/* * * * * * * * * * * * * * * * * * * * * * * * * * */

#spalte0 {
  float:left;
  width: 60px;
  height: 400px;
  background-color: #EEE;
  margin:  0;
  margin: 0 20px;
  text-align: left;
}

/* Spalte 1
/* * * * * * * * * * * * * * * * * * * * * * * * * * */

#spalte1 {
  float:left;
  width: 240px;
  background-color: #FFF;
  margin: 0;
  padding: 0px 0 0 0;
  text-align: left;
}

#spalte1 ul{
  list-style: none;
  padding: 0em 0em 0em 2em;
  font-size: 100%;
}
#spalte1 p {
  font-size: 80%;
  line-height: 150%;
  margin: 1em 20px;
}

#spalte1 li {
  list-style: none;
  margin: 0;
  font-size: 80%;
  line-height: 180%;
}

#spalte1 a:link, #spalte1 a:visited {
  color: #264F63;
  font-weight: bold;
  text-decoration: none;
}

#spalte1 a:focus, #spalte1 a:hover {
  text-decoration: underline;
}



/* Spalte 2
/* * * * * * * * * * * * * * * * * * * * * * * * * * */

#spalte2 {
  float: left;
  width: 540px;
  background-color: #FFF;
  padding: 0px 0 0 0;
}

#spalte2 h4 {
  text-align: left;
}

#spalte2 h1 {
  color: #BD1823;
  font-family: georgia,'times new roman',serif;
  font-size: 120%;
  line-height: 140%;
  border-bottom: 1px solid #BD1823;
  margin: 0 20px 1em 20px;
}

#spalte2 p {
  text-align: left;
  line-height: 1.2em;
  font-size:11pt;
}

#spalte2 a:link, #spalte2 a:visited {
  color: #BD1823;
  font-weight: bold;
}

#spalte2 a:focus, #spalte2 a:hover, #spalte2 a:active {
  color: #264F63;
}
#bilder img{
	width:  210px;
  height: 140px;
  border: 1px solid #FFF;  
}
