@charset "utf-8";
/* CSS Document */

#main a:link,#main a:visited {
color:#666;
padding:0 3px;
}

#main a:hover,#main a:active,#main a:focus {
	background:#666;
color: #fff;
text-decoration:none;
padding:0 3px;
}

#main a:hover img,#main a:active img,#main a:focus img {
	border:none;
	background:none;
}

#main a img {
	border:none;
	background:none;
}

#main .inhalt {
	float:left;
	display:inline;
	margin-left:15px; 
	width:420px;
	
}

#main .right {
	background: url(../grafiken/ausrufezeichen.jpg) top left no-repeat;
		float:left;
	display:inline;
	width:200px;
	padding:15px;
	border-left:1px solid #b2b1b1;
	color:#666;
	font-weight:bold;
	line-height:18px;
}

#main .bottom {
	float:left;
	bottom:5px;
	background: url(../grafiken/content-bottom.gif) right top no-repeat;
	height:190px;
	width:670px;
}

#main .bottom-inhalt {
	background:#e5e5e5;
	float:left;
	display:inline;
	width:570px;
	height:170px;
	padding:10px 0px 0px 0px;
}



#main .bottom-inhalt img{
	float:leftright;
}


#main .inhalt_full {
	float:left;
	display:inline;
	margin-left:15px;
	width:600px;
	
} 

#main .iframe {
	background:none;
		float:left;
	display:inline;
	margin-left:0px;
	width:625px;
}

iframe.form {
	background:#ccc;
}


#main ul
{
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-size: 1.0em;
}



#main h1
{
margin-left:15px;
text-align:left;
	margin-bottom: 15px;
	font-size: 22px;
	color:#FFF;
}


#main h2
{
	margin-left:0px; 
	margin-bottom: 15px;
	font-size: 14px;
	color:#FFF;
}

#main h3
{
	margin-left:0px; 
	margin-bottom: 15px;
	font-size: 12px;
	font-weight:bold;
	color:#FFF;
}

/* ################ Formular ################  */

.formular {
 margin:25px 0px;
 float:left;
 text-align:left;
}
.fehler {
 color: #B4214F;
 text-align:left;

 padding:5px;
}
.box {
 margin-top:10px;
 float:left;
 width:550px;
}
.um {
 margin-left:15px;
}
.bez {
 float:left;
 text-align:left;
 width:500px;
 line-height:25px;
 color:#666;
 font-size:12px;
}

input {
 margin-top:5px;
 float:left;
 width:315px;
  background:none;
 border:2px solid #fff;
}

textarea {
 margin-top:5px;
 float:left;
  background:none;
 border:2px solid #fff;
}
.nachricht {
 clear:both;
 text-align:center;
}
 