/* ---- grundlagen ---- */

/*body {
  font-family: Verdana, sans-serif;
  font-size: 100.01%;
  background-color: #000000;
}*/


body {
  font-family: Verdana, sans-serif;
  font-size: 100.01%;
  background-color: #BEDAF2;
}



#seite {
  background-color: #FFFFFF;
  text-align: left;
  width: 800px;
  margin: auto;
  height: auto;
  clear: both;
}


/* ---- header ---- */
#header {
  width:800px;
  height:480px;
  background: #ffffff url(../img/header.png) no-repeat left top;
  margin: left;
  }

/* --- seite ----*/

#tweet {
  width:200px; 
  height:500px;
  margin-left: 803px;
  position: absolute;
  
  }


#inhalt {
  margin-left: 51px;
  margin-right: 25px;
  padding-top: 32px;
  height:auto;
  min-height:430px;
  background:#ffffff;
}

table {
  align: top;
  color: #505050;
  font-family: Verdana, sans-serif;
  font-size: 0.8em;
  font-variant: normal;
  font-weight: 400;
  line-height: 1.6;
  }

td {vertical-align:top;}  
  
.links {
 float: left;
 padding-top: 4px;
 padding-right: 8px;
 }


form {
  padding-top: 0.8em;
  color: #505050;
  font-family: Arial, sans-serif;
  font-size: 0.8em;
  font-variant: normal;
  font-weight: 400;
  line-height: 1.6;
  }
 

  
/* ---- schriften ---- */

h1 {
  padding-top: 0.5em;
  font-family: Calibri, Arial, sans-serif;
  font-size: 1.1em;
  font-weight: 600;
  line-height: 0.5em;
  text-decoration: none;
  color: #5A5A5A;
  }

h2 {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  font-family: Calibri, Arial, sans-serif;
  font-size: 1.5 em;
  font-weight: 600;
  color: #0082C8;
  line-height: 0.5em;
  text-decoration: none;
  text-transform: uppercase;
  }

h3 {
  padding-bottom: 0.5em;
  font-family: Calibri, Arial sans-serif;
  font-size: 2em;
  font-weight: 600;
  color: #505050;
  line-height: 1em;
  text-decoration: none;
  text-transform: uppercase;
  }  
  
  
p {
  color: #505050;
  font-family: Verdana, sans-serif;
  font-size: 0.8em;
  font-variant: normal;
  font-weight: 400;
  line-height: 1.6;
  }

.o {color: #eb6e32;}   

.b {color: #0082C8;} 

.g {color: #009169;} 
  
.big {
  padding-top: 1em;
  font-family: Arial, sans-serif;
  font-size: 1em;
  font-variant: normal;
  text-decoration: none;
  font-weight: bold;
  }

.green {
  color: #65a81e;
  font-size: 1.5em;
  font-weight: bold;
  } 

.ul { border-bottom: none;}

ul.text {
  border-bottom: none;
  border-top; none;
  font-size: 0.8em;
  font-weight: none;
  line-height: 2;
  list-style-image:none;
  }

ul.nav {
  background-color: black;
  font-family: Calibri, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 2;
  list-style-type:none;
  }

li.nav {
   margin-left: auto;
   margin-right: auto;
   background-color: black;
   display: inline;
   padding-right: 2.3em;
   }  


/* ---- links ---- */

a {
  font-family: Verdana, sans-serif;
  font-size: 1em;
  color: #0082c8;  
  text-decoration: none;
  }

  
a:visited {
  text-decoration: none;
  color: #505050;
  }

a:hover {
  text-decoration: none;
  border-bottom: none;
  }


a:active {
  text-decoration: none;
  color: #505050;
  }

a.big {color:#505050;}

a.big:hover {text-decoration:none;}

a.nav {font-size: 0.8em; color:#F5F5F5; font-weight:700;}
a.nav:hover {color:#DCDCDC;}

a.no {font-family: Verdana, sans-serif; 
  color: #505050;
  font-size: 1em;  
  font-variant: normal;
  font-weight: 400;
  line-height: 1.6;
  }
  
.bildTextGross{
	text-align: center;
	color: #0082C8;
	font-size:0.8em;
	font-weight: bold;
	line-height: 0.6em;
}

.bildTextKlein{
	text-align: center;
	color: #0082C8;
	font-size:0.8em;
	line-height: 0.6em;
}