/* Layout */
* { margin:0; padding:0; }

body { background-color:#e5e6ea; }
#allSiteWrapper { position:absolute; width:1020px; margin-left:-510px; left:50%; top:18px; background-color:#fff; }
.headline {background-image:url(img/bg_headline.png);}
#header_bottom, #bottom {height:8px;}
#menu {height:22px;}
#contact, #img {height:215px;} #contact {width:211px;}
#img {width:809px;}
#contentWrapper {border-top:6px solid #fff;}
#innerWrapper {width:846px;}
#sidebar {position:relative;min-height:700px; background-image:url(img/bg_sidebar.png);background-repeat:repeat-x;border-right:12px solid #fff;width:162px;}
#top {position:relative;height:100px;}
#content {margin-left:11px;margin-right:11px;} #content ul {margin-left:20px;}

/* Schrift */
* {
	font-family:helvetica; verdana; arial;  
	font-size:13px;
	color:#555;
}

/* Fließtext */
p {

	margin-bottom:10px;
	padding-top:10px;
}
p, li {
	line-height:16px;
}


/* Überschriften */
h1, h2, h3, h4 {
	color:#da251b;
}
h1 {font-size:16px;}
h2 {font-size:14px;}
h3 {font-size:13px;}
h4 {font-size:12px;}

#content h1,
#content h2,
#content h3,
#content h4 {padding-top:10px;}

/* Links */
a:link,
a:hover,
a:visited,
a:active {
	color:#555;
	text-decoration:none;
}

#content a:link,
#content a:hover,
#content a:visited,
#content a:active {
	text-decoration:underline;
}

/* Bildunterschriften */
dl.csc-textpic-image dd {font-size:11px;}

/* Footer */
#footer {text-align:center;}
#footer h1 {display:none;}
#footer, #footer * {font-size:11px;}

/* Sidebar */
#sidebar {padding-top:25px;}
#sidebar h1, #sidebar h2 {background-color:#fff;padding-left:15px;line-height:30px;}
#sidebar p.bodytext {margin:5px;padding-top:5px;padding-left:10px;padding-right:10px;border-bottom:1px solid #fff;font-size:11px;color:#32498;}


/* Menü */
#menu ul, #topmenu ul {list-style-type:none;position:relative;padding-left:210px;}
#menu ul li {float:left; line-height:22px;background-image:url(img/bg_menu_item.png);border-left:1px solid #fff;padding-left:20px;padding-right:20px;}
#menu ul li a {color:#fff;}

/* Topmenü */
#topmenu {position:absolute;top:5px;padding-left:600px;}
#topmenu ul li {float:left;padding-right:10px;}
#topmenu ul li a {color:#000;}

/* Submenü */
#submenu ul {list-style-type:none;width:197px;border-left:11px solid #fff;}
#submenu ul li {background-color:#32498c;border-bottom:1px solid #fff;line-height:27px;}
#submenu ul li a {color:#fff;padding-left:10px;}
#submenu a.active {font-weight:bold;}
#submenu ul li ul {border-left:0}
#submenu ul li ul li {background-color:#6e7aad;border-top:1px solid #fff;border-bottom:0}
#submenu ul li ul li a {padding-left:40px;}
#submenu ul li ul li ul li {background-color:#94a0d4;}

/* Logos */
#logo {position:relative;width:399px;height:70px;background-image:url(img/logo_kleiner.gif);top:20px;left:10px;}
#toplogos {position:absolute;top:28px;left:800px;}

/* Suche */
#search p {margin-bottom:0;font-weight:bold;color:#30478b;font-size:13px;}
#search input.input {border:1px solid #aaa9a9;}
#search input.submit {border:0px solid #aaa9a9;background-color:#aaa9a9;color:#dfdfde;font-weight:bold;padding-left:5px;padding-right:5px;}

#contact .content-wrapper {padding-left:10px;padding-top:10px;}
#contact .content-wrapper h1 {margin-bottom:0;font-weight:bold;color:#30478b;font-size:13px;}

/* Header (Startseite) */
#img h1 {display:none;}
#img .myGallery {border:0px;background-color:#fff;width:809px;height:215px;padding:0;margin:0;}
#img .slideElement, #img .loadingElement {background-color:#fff;}

/* Logos oben */
#toplogos h1 {display:none;}

/* FORMULAR */

#content fieldset.csc-mailform {
	border:0px;
	margin-top:10px;
}

#content div.csc-mailform-field {
	border:0px solid #eee;
	padding:3px;
}
#content input, textarea {
	background-color: #ffffff;
	border: 1px solid #cccccc;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
	margin-top: 6px;
	margin-right: 6px;
	margin-bottom: 6px;
	margin-left: 6px;
	color: #777777;
	font-size: 1em;
}
#content div.csc-mailform-field label {
 	width:150px;
 	float:left;
	border:0px;
}