@charset "utf-8";
/* CSS main style */

* {
	margin: 0;
	padding: 0;
	border:none;
}

html {
	height:100%;
}

body {
	color: #ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	min-width: 1000px;
	background: #363636 url(grafik/bg_main.gif) top left repeat-x;
}

.clear {
	clear: both;
	height:12px;
	background-color:#83c1ca;
	width:300px;
	margin: 0;
	font-size:9px;
}

a {
	color:#3198a6;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

p {
	margin-bottom:10px;
}

ul {
	margin:0 0 10px 10px;
}

li {
	margin:0 0 0 10px;
}

h1, h2, h3, h4, h5, h6 {
	margin:0 0 15px 0;
}

h1 {
	font-size:22px;
}

h2 {
	font-size:20px;
}

h3 {
	font-size:18px;
}

h4 {
	font-size:16px;
}

h5 {
	font-size:14px;
}

h6 {
	font-size:12px;
	color:#3198a7;
	border-bottom: 1px solid #3198a7;
	margin:0 0 5px 0;
}

h1.csc-firstHeader {
	font-size:22px;
}


#container {
	width: 1000px;
	margin: 0 auto;
}

/* toolbox section */
#box {
	height: 44px;
	overflow: hidden;
	width:100%;
	background: url(grafik/bg_navigation.gif) top left no-repeat;
}

#menu {
	list-style:none;
	float:right;
}

#box li {
	margin:3px 0 0 0;
	float:left;
}

#box li a {
	color:#FFFFFF;
	display:block;
	text-decoration:none;
	padding:11px 25px 11px 25px;
	border-right:#FFFFFF 1px solid;
}

#box li a:hover {
	background-color:#5c5c5c;
}

/* header section */
#header {
	width: 100%;
	background:url(grafik/image.jpg) top left no-repeat;
	overflow: hidden;
	height: 188px;
	list-style:none;
	margin:0;
	padding:0;
}

#header li {
	float:left;
	margin:0;
	padding:0;
}

#infobox {
	background:url(grafik/bg_box.png) top left no-repeat; 
	width:200px; 
	height:188px;
}

#infobox div.rahmen {
	padding:10px 10px 10px 25px;
	color:#000000;
}

#infobox div.rahmen p.bodytext {
	margin-bottom:0px;
}

/* content section */
#content {
	width: 1000px;
	background:url(grafik/bg_content.gif) top left repeat-y;
	overflow:hidden;
	padding-bottom:20px;
}

#links {
	width: 225px;
	margin-top:23px;
	float: left;
}


p.menu {
	margin:12px 0 0 15px;
}

p.menu a {
	display:block;
	border:#FFFFFF 1px solid;
	padding:3px 15px 3px 15px;
	text-decoration:none;
	font-size:13px;
	color:#FFFFFF;
	background:url(grafik/bg_menu.gif) top left repeat-x;
}


p.menusub {
	margin:0 0 0 40px;
	padding: 14px 0 0 25px;
	background-image:url(grafik/punkt.gif);
	background-position:top left;
	background-repeat:no-repeat
}

p.menusub a {
	text-decoration:none;
	font-size:12px;
	color:#FFFFFF;
}

p.menusub a:hover {
	color:#3198a6;
}

#rechts {
	width: 630px;
	padding-right:35px;
	margin-top:35px;
	float:right;
}


/* footer section */
#footer {
	color: #3e3e3e;
	font-size: 12px;
	line-height: 27px;
	text-align: center;
	background:url(grafik/bg_footer.gif) top left repeat-x;
}

/* kontakt section */
.csc-mailform {
	margin:0;
	padding:0;
	border:none;
}

.csc-mailform-field {
	margin:5px 0 0 0;
	padding:0;
}

.csc-mailform-field label {
	width: 120px;
	padding: 0px;
	float: left;
}

input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

#topbar {
	position:absolute;
	width: 264px;

	visibility: hidden;
	z-index: 100;
}

#slideshow {
	width: 290px;
	height:290px;
	background-color:#ffffff;
	float:right;
}

