/*textformatierungen*/
body{	color: #FFFFFF;	font-family: Verdana, Helvetica, Arial, sans-serif;}
/*ul, ol, dl { position: relative; }peekapoo-*/
h1,h2,h3 {color:#336699;}

h1 {
margin-left:10px;	
line-height:140%;
letter-spacing:0.2em;
font-size:120%;
}
h2{margin-left:10px;
line-height:110%;
font-size:101%;
}
h1.inline, h2.inline{display:inline;}
h3{margin-left:25px;font-size:90%;line-height:101%;}	
h4{font-size:80%;}	
ul{position: relative;}/*for peeky !*/

#content{font-family:Verdana, Arial, Helvetica, sans-serif;}
#content p, #content li {
margin-left:25px;
font-size:80%;
line-height:101%;	
list-style-type: none;
}
/*margin-left:25px;font-size: 0.8em;	line-height: 1.1em;	list-style-type: none; no funciona*/
/* header logos*/
#logo1{position:absolute; top:16px; left:28px; z-index: 3;}
#logo2{position:absolute; top:0px; left:174px; z-index: 6;}
/* teaserboxen */
.teaser {
	margin: 10px 5px 0px 0px;
	background-color: #fffcf9;
	border: 1px solid #D5DFE4;
	color: #000;
	z-index: 40;
}
/*textformatierungen in den teaserboxen*/
/*Teaser Ueberschrift*/
.teaser h4 {margin: 0px 0px 5px 0px;padding: 0px 0px 0px 5px;background-color:#d7e1e5 ;text-align:center;}
.teaser p {padding: 0px 0px 0px 5px;font-size: 70%;}

/*Allgemeine Klassen*/
.adressen {	color: #334A73;
	width:20em;
	border: 1px dotted #666666;
	margin-left:120px;
	margin-top:20px;
	padding:20px;
}
.newsbox {color: #334A73;
	width:30em;
	border: 1px dotted #666666;
	margin-left:20px;
	margin-top:20px;
	padding:20px;
}
p.liste, p.listefett{
	display:list-item;
	list-style-position: outside;
	list-style-image: url(../pics/bulletbluesmall.gif);
}
p.listenlink{
	display:list-item;
	list-style: url(../pics/listenlink.gif) outside;
}
p.listefett{font-weight:bold; margin-bottom:-12px;}

.kursiv{font-style:italic;}
.fett{font-weight:bold;}
.normal{font-weight:normal;}
p.klein{font-size:10px;}
p.block {text-align:justify;}
.sup{font-size:x-small;}
.blocksatz{text-align:justify;}
.blau{color:#00f;}
/* sonstiges */
.invis {display: none;}
img {border: 0 none;}
/* spezielle Seiten, die aus dem standard rausfallen */
/* Home */
/* Sitemap */
#sitemap h4{padding-left:50px;}
#sitemap h5{padding-left:100px;font-weight:normal;}
hr{
width: 40%;
color:#336699;
/*background-color:51758B; peeky*/
height:2px;
margin-left:25px;
text-align:left;
}
/* Tabellenformatierungen Standards fuer spaeter*/
table,td{	border: 1px solid #CCC;
	border-collapse: collapse;
  font: small/1.5 Verdana, Arial, Helvetica, sans-serif;
}
table{
	border:none;
	border:1px solid #CCC;
}
thead th,tbody th{
  color: #666;  
	padding: 5px 10px;
  border-left: 1px solid #CCC;
}
tbody th{
  background: #fafafb;
  border-top: 1px solid #CCC;
  text-align: left;
  font-weight: normal;
}
tbody tr td{
	padding: 5px 10px;
  color: #666;
}
tbody tr:hover td{color: #454545;}
tfoot td,tfoot th{
  border-left: none;
  border-top: 1px solid #CCC;
	padding: 4px;
  color: #666;
}
caption{
	text-align: left;
	font-size: 120%;
	padding: 10px 0;
	color: #666;
}	
table a:link{		color: #666;}
table a:visited{color: #666;}
table a:hover{	color: #003366;	text-decoration: none;}
table a:active{	color: #003366;}
