/* +++++ global +++++ */
* { margin: 0; padding: 0; }

.clearer {
	margin: 0px;
	padding: 0px;
	clear: both;
	display: block;
}

body {
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../layout/bg.gif);
	background-repeat: repeat-x;
	padding-top: 12px;
	padding-left: 12px;
	background-color: #EAEAEA;
}
html {
	height: 100%;
}

/* ++++++ eof global +++++ */

#seite {
	width: 955px;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	 
}


#logo {
	float: right;
	clear: both;
	width: 195px;
}
#header {
	height: 200px;
	width: 955px;
	clear: both;
	float: left;
}
#header-spalte1 {
	width: 195px;
	height: 200px;
	float: left;
}
#header-spalte2 {
	height: 200px;
	float: left;
	width: 750px;
	clear: right;
	background-image: url(../layout/header-bg.gif);
}
#adresse {
	clear: both;
	width: 173px;
	margin-left: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F9E147;
	padding-bottom: 5px;
	padding-top: 55px;
	color: #666666;
}



#seite #spalte-links {
	width: 195px;
	height: 100%;
	float: left;
	padding-top: 60px;
}
#spalte-links #navi {
	color: #666666;
	padding-left: 5px;
}

#spalte-links #navi a {
	color: #666666;
	text-decoration: none;
	font-size: 14px;
	line-height: 1.6em;
	background-image: url(../layout/pfeil.gif);
	padding-left: 10px;
	background-repeat: no-repeat;
}
#spalte-links #navi a:hover {
	color: #666666;
	text-decoration: underline;
	font-size: 14px;
	background-image: url(../layout/pfeil-active.gif);
	padding-left: 10px;
	background-repeat: no-repeat;
}

#spalte-links #navi .subnavi a {
	color: #999999;
	font-size: 12px;
	background-image: none;
	padding-left: 15px;
}

#spalte-links #navi .aktive1 {
	font-size: 14px;
	background-image: url(../layout/pfeil-active.gif);
	padding-left: 10px;
	/* color: #FF9900; */
	line-height: 1.6em;
	background-repeat: no-repeat;
}

#spalte-links #navi .aktive2 a {
	font-size: 12px;
	background-image: none;
	padding-left: 15px;
}



#seite #spalten-mitte {
	width: 750px;
	float: left;
	clear: right;
	padding-top: 15px;
	font-size: 14px;
	line-height: 1.3em;
	padding-bottom: 10px;
}
#seite #spalten-mitte a {
	color: #000000;
}
#seite #spalten-mitte a:hover {
	color: #F9E147;
	text-decoration: none;
}

#spalten-mitte h1 {
	font-size: 17px;
	padding-top: 0px;
	margin-top: 0px;
}

#spalten-mitte h2 {
	font-size: 16px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #F9E147;
	width: 400px;
	font-weight: normal;
	margin-bottom: 10px;
}
#spalten-mitte h5 {
    background-color: #FFFF99;
    font-size: 17px;
    font-weight: normal;
    padding: 1px 10px;
    width: 550px;
}
#inhalt-spalte1 {
	float: left;
	width: 350px;
}
#inhalt-spalte2 {
	float: right;
	width: 350px;
	padding-right: 20px;
}

/* Formular */
#mailform .csc-mailform .csc-mailform-field label,label {
	width: 150px;
	padding-left: 0px;
	float: left;
}
#mailform .csc-mailform .csc-mailform-field,#powermaildiv_uid1,#powermaildiv_uid2,#powermaildiv_uid3,#powermaildiv_uid4,#powermaildiv_uid5 {
	padding-bottom: 5px;
}

fieldset {
border-style:none;
border-width:0px;
padding-left:0px;
}
#footer {
	clear: both;
	float: left;
	width: 955px;
	padding-top: 10px;
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F9E147;
	font-size: 10px;
	color: #F9E147;
}
#footer a {
	font-size: 9px;
	color: #999999;
	text-decoration: none;
}
#c121 li {
margin-left:15px;
}


DIV.csc-textpic-border DIV.csc-textpic-imagewrap .csc-textpic-image IMG, DIV.csc-textpic-border DIV.csc-textpic-single-image IMG {
    border: 2px solid #F9E147;
    padding: 0;
}
