/*Linkattribute*/
a:link {color:#000000; background-color:#FFFFFF; text-decoration:underline; font-weight:bold;   }
a:visited {color:#000000; background-color:#FFFFFF; text-decoration:underline; font-weight:bold;  }
a:hover {color:#000000; text-decoration:underline; background-color:#FFC000; font-weight:bold; }
a:active {color:#000000; background-color:#FFFFFF; text-decoration:underline; font-weight:bold;}


body{
	background: #FFFFFF url(_img/_bg/bg.gif) top center no-repeat;
	line-height: 1.4em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align: center;
	margin: 0;
	padding: 0;
}



p.bodytext {
	padding: 0;
	margin: 0 0 5px 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #222222;
}

h1 {
	color: #006CB7;
	font-size: 14px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: 0 0 10px 0;
}


h2 {
	color: #006CB7;
	font-size: 14px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: 0 0 10px 0;
}


h3 {
    clear: both;
	color: #000;
	background: #FFC000 url(_img/_bg/bg_h3.gif) top left no-repeat;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 800;
	text-decoration: none;
	line-height: 15px;
	text-align: left;
	padding: 0 0 0 10px;
	margin: 0 0 8px 0;
}

#gesamt {
background-color: #FFFFFF;
margin: 0 auto;
padding: 0;
border-top: 0;
border-right: 1px solid #000000;
border-bottom: 0;
border-left: 1px solid #000000;
width: 300px;
text-align: center;
line-height: 1.4em;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
}

#header {
width: 827px;
height: 32px;
padding: 228px 33px 0 0;
margin: 0;
border: 0;
background-image:url(_img/header.jpg);
text-align:right;
}

#menu {
margin: 0;
padding: 0;
position:relative;
float: left;
width: 230px;
height: auto;
border: 0;
background-color: transparent;
}

#menu_links {
margin-top: -2px;
padding: 0;
border: 0;
background-color:#FFC000;
position:relative;
float: right;
width: 200px;
}

#content {
position: relative;
float: right;
margin-left: 10px;
margin-right: 30px;
text-align:left;
width: 570px; 
border: 0;
padding: 0 10px 10px 10px;
}
#contenttext {
clear:both;
display:block;
}

/*Footer*/
#footer {
position: relative;
display:block;
clear:both;
float: left;
font-size: 8pt;
color:#717171;
width:830px;
height:33px;
background-image:url(_img/footer.jpg);
border: 0;
margin: 0;
padding: 3px 0 0 30px;
text-align:left;
}
.footer:link {color:#717171; text-decoration:underline; background-color:#FFFFFF; }
.footer:visited {color:#717171; text-decoration:underline; background-color:#FFFFFF;}
.footer:hover {color:#000000; text-decoration:none; background-color:#FFC000; }
.footer:active {color:#717171; text-decoration:underline; background-color:#FFFFFF;}


/*Kontakt Extension*/
#linkespalte {
float:left;
width: 400px;
}
#rechtespalte {
float:right;
width: 170px;
}

/* Bilder rechts*/
.csc-textpic-intext-right {
margin-right:10px;
}
.csc-textpic-imagewrap {
margin-bottom: 10px;
}

/* MAILFORMULARE */
#mailformname, #mailformemail, #mailformaddress {
background: #eee; /* Hintergrundfarbe der Eingabefelder */
border: 1px solid #000;		
padding: 2px;	/* ein wenig Abstand innerhalb des Formularfeldes vom Rand */
margin: 4px 0 8px 0;
width: 350px;			
}
/* Hover + Focus Effekte, nur Firefox */
#mailformname:hover, #mailformemail:hover, #mailformaddress:hover, #mailformemail:focus, #mailformname:focus, #mailformaddress:focus 
{background:#FFC000;}

/* Der Abschick-Button mit gelbem Hintergrund und Fettschrift */
.csc-mailform-submit {
color: #fff;
background: #FFC000;
border: 1px solid #000;
padding: 1px;
margin: 4px 0 8px 0;
font-weight: bold;
}

fieldset {
	border: 1px solid #000;
	width:360px;
	padding: 10px;
	margin-left: 10px;
}


