html, body, div, p, h1, h2, h3, h4, h5, img {
  border: none;
  margin: 0;
  padding: 0;
}

body, html {
  background:#fff;
  height:100%;
  width:100%;
  color: #666;
  font-family:Arial, Helvetica, FreeSans, sans-serif;
  font-size:13px;
}


/* Fonts Formatierung */

a:link, a:visited {color: #326da6;text-decoration: none;}
a:hover {color: #99ccff;}
a:active {color: #86a3bf;text-decoration: none;}

hr { border:0 dotted #ccc; border-bottom-width:2px; margin-top:20px;  margin-bottom:20px; clear:both; }
p {font-size: 13px;line-height: 20px;margin-bottom: 15px;}
h1, h2, h3, h4, h5, h6 {color:#555;line-height:24px;font-weight:normal;}
h1 {margin-bottom:0.46em;font-size: 1.54em;line-height: 24px;padding-bottom:3px;color: #326da6;
	font-weight: bold;
}
h2 {margin-bottom:5px;font-size:18px;
	color: #326da6;
}
h3 {margin-bottom:5px;font-size:16px;
	color: #326da6;
}
#rechts ul li {
  margin:4px 0 0 2px;
  padding:0 0 0 14px;
}

/* Layout */
/* Basic Layout */

#center {
	position:relative;
	background:#fff url(style_FILES/hg.png) center top repeat-y;
	width:904px;
	margin: auto; /* Div soll zentriert werden */
	min-height: 100%; /* Mindesthöhe für moderne Browser */
	height:auto !important; /* Important Regel für moderne Browser */
	height:100%; /* Mindesthöhe für den IE */
	overflow: hidden !important; /* FF Scroll-leiste */ 
}

#links {
	position:fixed;
	width:210px;
	text-align:center;
	margin-left:12px;
	background: #326da6;
	min-height: 100%; /* Mindesthöhe für moderne Browser */
	height:auto !important; /* Important Regel für moderne Browser */
	height:100%; /* Mindesthöhe für den IE */
}

#rechts {
	float:right;
	width:590px;
	z-index:1;
	margin-right:51px;
	margin-top:20px;
}

/* Header Logo */

#logo {
	width:210px;
	text-align:center;
	margin-top:45px;
	background-color: #fff;
}


/* Bildunterschrift */

#rechts .csc-textpic .csc-textpic-caption {
	font-size:11px;
	padding:10px 10px 0 10px;
	font-style:italic;
}

/* Bildrahmen */
.csc-textpic-border .csc-textpic-imagewrap .csc-textpic-image IMG, 
.csc-textpic-border .csc-textpic-single-image IMG {
	border:1px solid #ff9e21 !important;
}




/* Navigation */

#navigation {
  width:210px;
  margin:50px 0 0 0;
}

/* Navigation */
/* Ebene Eins */

ul.nav-ebene-eins {
  padding:0;
  margin:0px;
  list-style-type:none;
  width:210px;
  border-top:1px solid #E1721E;
	border-color: #fff;
}

ul.nav-ebene-eins li {
  padding:0;
  margin:0;
  position:relative;
  float:left;
width:210px;
  }

ul.nav-ebene-eins li a {
  display:block;
  font-size:14px;
  text-align:left;
  padding-left:15px;
  line-height: 35px;
  font-weight:bold;
  color:#fff;
  
  border-bottom: 1px solid #fff;  

}

ul.nav-ebene-eins li a:hover,ul.nav-ebene-eins li a.active, ul.nav-ebene-eins li.pretty-hover a {
  background:#99ccff;
  color:#fff;
}

/* Navigation */
/* Ebene Zwei */

ul.nav-ebene-zwei {
  padding:0 0 0 0px;
  margin:0;
  list-style:none;
  position:absolute;
  top:-1px;
  left:210px;
  width:180px;
  border-top:1px solid #fff;
  display:none;
  z-index:9999;
  overflow:hidden;
}
ul.nav-ebene-zwei li {
	width:180px;
}
ul.nav-ebene-zwei li a {
  color:#fff !Important;
  background:#99ccff !Important;
  border-bottom: 1px solid #fff;
  font-size:14px;  
  font-weight:normal;
}
ul.nav-ebene-zwei li a:hover {
  background:#86a3bf !Important;
  color:#fff !Important;
}

/* Footer Bereich */

#footer {
  margin-top:30px;
  border-top: 1px solid #99ccff;
  text-align:left;
  padding-top:7px;
  font-size:11px;
  padding-left:10px;
}

#footer .menu-footer {
  padding-left:5px;
  color:#666;
  font-size:13px;
}

#footer .menu-footer a {
  color:#666;
  padding: 0 5px 0 5px;
}

#footer .menu-footer a:hover, #footer .menu-footer a.active {
	text-decoration:underline;
}


/* Kontaktformular */

#mailform fieldset {
  border:none;
  padding:10px 0 10px 0;
  margin:0;
}

#mailform label {
  float:left;
  width:90px;
  line-height:25px;
}

#mailform .csc-mailform-field {
  padding-bottom:5px;
}

#mailform input, #mailform textarea {
  width:350px;
  border:1px solid #ff9e21;
  padding:5px;
  font-family: arial;
  font-size:12px;
}

#mailform textarea {
  width:350px;
  height:100px;
}

#mailform input.csc-mailform-submit {
  margin-left:90px;
  background:#86a3bf;
  width:100px;
  font-weight:bold;
  color:#fff;
  border:1px solid #ff9e21;
}

/* VISUELLE PIXEL */
#copyright {padding-top:15px;float:left;width:210px;text-align:center;font-size:11px;color:#fff !important;}
#copyright a {
	color:#fff !important;
	font-size:11px;
}

.code {position:absolute;top:0;left:0;width:1px !Important; height:1px !important;overflow:hidden;}

