/* schlecht gestaltet. http://www.schlechtgestaltet.de */

* {
margin: 0; 
padding: 0;
}


body{
margin:0 auto;
font:small Verdana,Tahoma,Arial,sans-serif;
background:#fff;
color:#0c3896;
}


p {font-size:0.9em; line-height:157%; margin-bottom:13px;}
h1 {font-size: 1.2em; font-weight: bold; margin: 0 0 1.2em 0;}
h2 {font-size: 1.3em;font-weight: bold; margin: 1.8em 0 0.3em 0;}
h3{font-size:0.9em; margin:2.7em 0 0.9em 0;}
h4{font-size:1em; margin:1.2em 0 0 0;}


a{
text-decoration:underline;
font-weight:bold;
color:#0c3896;
}

a:hover{
text-decoration:underline;
}

a img{
border:0;
}


#wrap{
background:#f2ffd2;
margin:0 auto;
width:760px;
}

#header{
clear:both;
margin:16px 0 16px 0;
min-height:140px;
width:760px;
color:#0c3896;
background:url(bilder/bottom.gif) bottom left no-repeat;
}
#toprand{background:url(bilder/top.gif) top left no-repeat;
}

#header h1{font-size:29px; margin:0 0 0.3em 0;}
#header h2{font-size:19px; margin: 0 0 1.2em 0;padding: 0 0;}

#logo{
float:left;
margin:6px 0 0 27px;
}

#headline{
padding:13px 0 0 190px;
}

#menu{
clear:left;
float:left;
width:160px;
margin:0 0 10px 0;
padding:0;
font-size:0.9em;
background:url(bilder/menuebottom.jpg) bottom left no-repeat;
}

#menu ul{	
list-style:none;
width:156px;
padding:20px 2px;
font-size:1em;
}	

#menu li{
margin-bottom:4px;
}

#menu li a{
font-weight:bold;
height:20px;
text-decoration:none;
color:#0c3896;
display:block;
padding:6px 0 0 5px;
background:#fff;
border-left:3px solid #fff;
}	
	
#menu li a:hover{
background:#fff;
color:#0c3896;
border-left:3px solid #50910f;
}

#menu .chosen{
font-weight:bold;
height:20px;
display:block;
padding:6px 0 0 5px;
background:#fff;
color:#0c3896;
border-left:3px solid #50910f;
}

#menuetop {
background:url(bilder/menuetop.jpg) top left no-repeat;
}

#content{
margin:36px 90px 20px 180px;
padding:0 10px 0 10px;
line-height:1.6em;
text-align:left;
}



#content img{
padding:1px;
display:inline;
background:#cccccc;
color:#303030;
border:4px solid #f0f0f0;
}

#content ul{
margin-left:0.7em;
padding-left:0.1em;
font-size:0.9em;
line-height:157%;
}

#footer{
clear:both;
margin:0 auto;
width:760px;
min-height:39px;
text-align:center;
color:#0c3896;
font-size:0.75em;
background:url(bilder/footer_bottom.gif) bottom left no-repeat;
}

#footertext{
text-align:center;
padding:12px 0;
}

#footertop{background:url(bilder/footer_top.gif) top left no-repeat;}

#footer a{
text-decoration:none;
}

#footer a:hover{
text-decoration:underline;
}

.left{
margin:10px 10px 5px 0;
float:left;
}

.right{
margin:10px 0 5px 10px;
float:right;
}

.textright{
text-align:right;
}

.center{
text-align:center;
}

.small{
font-size:0.8em;
}

.bold{
font-weight:bold;
}

.treffen{
background-color:#FFFFFF
}


/* Kontaktformular */

form {
width: 100%;
}
form p{
font-size: 0.8em;
line-height: 85%;
}


label{
display: block;
width: 8em;
margin-top: -0.9em;
text-align: right;
font-weight:bold;
}

input, textarea{
	position: relative;
	top: -1.3em;
	left: 9em;
	display: block;
	border: 1px solid #0c3896;
	background: #fff;
	height: 1.4em;
	width: 27em;
	font: 0.9em Geneva, Helvetica, Arial, sans-serif;
}

textarea{
	height: 12em;
}

.heidi{
	position:absolute;  /* unsichtbar */
	left:-1008px;
	top:-1008px;
	width:0;
	height:0;
	overflow:hidden;
	display:inline;  
}

input.senden{
	top: 0;
	left: 9em;
	width: 9em;
	height:auto;
	background: #fff;
	font-weight: bold;
	color:#0c3896;
}
