html, body, div, p, h1, h2, h3, h4, h5, img {
  border: none;
  margin: 0;
  padding: 0;
}

body {
  background:#fff url(style_01_FILES/hg.jpg) left top repeat-x;
  color: #222;
  font-family:Arial, Helvetica, FreeSans, sans-serif;
  font-size:13px;
}


/* Fonts Formatierung */

a:link, a:visited {color: #900;text-decoration: none;}
a:hover {color: #222;}
a:active {color: #900;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 {margin-bottom:10px;font-size:24px;}
h2 {margin-bottom:10px;font-size:18px;}
h3 {margin-bottom:10px;font-size:16px;}

#con-right h2 {margin-bottom:0;}
#con-right p {margin-bottom:5px;}

#content ul li {
	margin:6px 0 0 2px;
	padding:0 0 0 14px;
}

/* Layout */
/* Basic Layout */

#center {
	width:964px;
	margin:0 auto;
	position:relative;
	min-height:500px;
	background:transparent url(style_01_FILES/hgslider.jpg) left 93px no-repeat;
}

#head {
	position:absolute;
	top:0;
	left:12px;
	width:940px;
}

#navigation {
	position:absolute;
	top:94px;
	left:12px;
	width:940px;
	overflow: hidden;
	z-index:100;
}

#headerbild {
	position:absolute;
	top:144px;
	left:22px;
	width:920px;
	height:280px;
	z-index:1;
	overflow: hidden;
}

#content {
	position:absolute;
	top:470px;
	left:0;
	width:940px;
}

#footer {
	float:left;
	width:940px;
	margin:10px 0 0 12px;
	border-top:1px solid #ccc;
	padding:10px 0 20px 0;
}


/* Navigation */
/* Ebene Eins */

ul.nav-ebene-eins {
	padding:0;
	margin:0;
	list-style-type:none;
	width:960px;
}

ul.nav-ebene-eins li {
	padding:0;
	margin:0;
	display:inline;
	float:left;
	position:relative;
}

ul.nav-ebene-eins li a {
	display:block;
	width:156px;
	font-size:15px;
	text-align:center;
	line-height: 40px;
	background:transparent url(style_01_FILES/navi-hg.jpg) center center repeat-x;
	color:#fff;
	border-right: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:#fff;
	color:#333;
}

/* Navigation */
/* Ebene Zwei */

ul.nav-ebene-zwei {
	padding:0;
	margin:0;
}
ul.nav-ebene-zwei li {
	clear:left;
}
ul.nav-ebene-zwei li a {
	border-right:none;
	text-align:center;
	color:#fff !Important;
	background:#273540 !Important;
}
ul.nav-ebene-zwei li a:hover {
	background:#fff !Important;
	color:#333 !Important;
}



/* Header Logo und Navigation */

#logo {
	position:absolute;
	top:13px;
	left:10px;
}

#headernavi {
	position:absolute;
	right:13px;
	top:10px;
}

#headernavi .menu-header {
	color:#666;
	font-size:12px;
}

#headernavi .menu-header a {
	color:#666;
}


/* Content Bereich */

#con-left-right {
	float:left;
	width:920px;
	margin-left:22px;
}

#con-left {
	width:640px;
	float:left;
}

#con-right {
	width:240px;
	margin-left:40px;
	float:left;
}


/* Footer Bereich */

#footer .menu-footer {
	padding-left:10px;
	color:#666;
	font-size:12px;
}

#footer .menu-footer a {
	color:#666;
}

#footer #cobyright {width:940px;text-align:center;}
#footer #cobyright a {
	font-size:11px;
	color:#666;
}


/* 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 #970000;
	padding:5px;
	font-family: arial;
	font-size:12px;
}

#mailform textarea {
	width:350px;
	height:100px;
}

#mailform input.csc-mailform-submit {
	margin-left:90px;
	background:#970000;
	width:100px;
	font-weight:bold;
	color:#fff;
	border:1px solid #970000;
}