@charset "UTF-8";
* {
margin:0px;
padding: 0px;
}

/* local white space reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,bold,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	border:0;
	font-family:inherit;
	font-size:100%;
	font-style:inherit;
	font-weight:inherit;
	margin:0;
	outline:0;
	padding:0px;
	vertical-align:baseline;
	}

html {
	height: 100%;
}
a:link {
	text-decoration:none;
	color: #666666;
}
a:visited {
	text-decoration:none;
	color: #666666;
}
a:hover {
	text-decoration:none;
	color: #666666;
}
a:active {
	color: #666666;
	text-decoration:none;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #b7b7b7;
	background-image: url(../img/main_BG.jpg);
	background-repeat: repeat-x;
}

td,th {
	background-color:#EEE;
	}


/* ==================================================== */

blockquote, cite, code, dd, dt, li, p, pre, td, th {
	font-size:1.1em;
	color: #333333;
}

/* ie6 + ie7 need a fix for this */
table 	{
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}

h1, h2, h3, h4 {
	font-size:1.2em;
	color:#666;
	font-weight:bold;
}

/* headings end */

.content {
	color:#666;
}

/* remember to define focus styles! */

:focus {
	outline: 0;
}


/* LISTS */
	ul {
	}
	ul li	{}
	ol	{}
	ol li	{}
p .bodytext {
	display: block;
}
	dl {
	margin: 0;
	padding: 0;
	}
	dl dt	{}
	dl dd {}
p.align-center {
	text-align:center;
	}
/* END LISTS */
	
/* TABLE */
	table	{
		border-collapse: separate;
		border-spacing: 0;		
	}
	
	table caption	{
		font-weight: bold;
	}
	
	caption,
	th,
	td {
	font-weight: normal;
	text-align: left;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 25px;
	font-size: 1em;
	}
	
	td {	}
		
/*  Forms */
form {}
input {}
input:focus {}
button {}
button:focus {}
select {}
select:focus {}
optgroup {}
option {}
textarea {}
textarea:focus {}
label {}
fieldset { border: none;}
legend {}

form label { cursor: pointer;}

label, input, select, textarea {
	margin:3px;
	padding:2px;
	margin-bottom:4px;
}

input, select, textarea {
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
	border-right:2px solid #ccc;
	border-bottom:2px solid #ccc;
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}

input.selected,
textarea.selected {
	background-color:#ccc;
	color:inherit;
}

input, select, textarea {
		font-size: 100%;
		font-family: inherit;
}

/* Kontakt Formular */

#mailform label {
	display:block;
	margin:0;
	padding-top:8px;
	padding-bottom:4px;;
}

#mailform div {
	clear:both;
}

.csc-mailform-submit {
	margin-top:1em;
	color:#fff;
	background:#999999;
	border:0;
}

/* css floatclearing */ 

.clearfix:after
{
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
		
/* fix for safari */
.clearfix {
	display: block;
} 
	
/* overflow-method to clear float */
.floatbox {
	overflow:hidden;
}
		
.hidden {
	display: none;
}

/* ================================== */
#root {
	margin: auto;
	display: block;
	width: 958px;
	margin-top: 40px;
}

/* ======= | Flash-Banner | ======= */

#branding {
	display: block;
	width: 957px;
	height: 146px;
	background-image: url(../img/head.jpg);
	background-repeat: no-repeat;
}

#branding h1 a span {
	cursor:pointer;
	display:block;
	height:140px;
	position:absolute;
	text-indent:-10000px;
	width:299px;
}

/* ======= | MENU | ======= */

#col1 {
	background-repeat: repeat-x;
	display: block;
	height: 40px;
	width: 955px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #969696;
	border-left-color: #969696;
	background-image: url(../img/btn_non_active.jpg);
}

#m1 {
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#m1 .l1 a   {
	text-decoration: none;
	display: inline;
	height: 28px;
	width: 190px;
	float: left;
	text-align: center;
	padding-top: 12px;
	font-size: 12px;
	font-weight: 400;
}
#m1 ul {
	padding:0;
	margin: 0;
	}
#m1 .l1 li {
	display: block;
	list-style-type: none;
	color: #000000;
	margin: 0;
	padding: 0;
	float: left;
	border-right: #999 1px solid;
}

#m1 .l1 li.act {
	text-decoration: none;
	background-image: url(../img/btn_active.jpg);
	margin: 0;
	color: #FFFFFF;
}

#m1 .l1 li.cur {
	color:#FFFFFF;
	display: block;
	background-image: url(../img/btn_active.jpg);
	padding-left: 20px;
}


#m1 .l1 .no a:link,
#m1 .l1 .no a:visited {
	color:#222222;
	text-decoration:none;
	background-image: url(../img/btn_non_active.jpg);
}

#m1 .l1 .no a:hover,
#m1 .l1 .no a:active {
	color:#FFFFFF;
	text-decoration:none;
	display: block;
	background-image: url(../img/btn_over.jpg);
}

#m1 .l1 .act a:link,
#m1 .l1 .act a:visited, {
	text-decoration: none;
	height: 28px;
	width: 190px;
	float: left;
	text-align: center;
	padding-top: 12px;
	font-size: 12px;
	font-weight: 400;
	color: #FFFFFF;
	display: block;
	background-image: url(../img/btn_active.jpg);
}
#m1  .l1  bold   {
	text-decoration: none;
	height: 28px;
	width: 190px;
	float: left;
	text-align: center;
	padding-top: 12px;
	font-size: 12px;
	font-weight: 400;
	color: #FFFFFF;
	display: block;
	margin-left: -20px;
	background-image: url(../img/btn_active.jpg);
}
#m1  .l1  .act  a  {
	color: #FFFFFF;
}
#m1 .l1 .act a:hover {
	color:#000000;
	text-decoration:none;
	display: block;
	background-image: url(../img/btn_over.jpg);
}
#m1 .l1 .act a:active {
	color:#FFFFFF;
	display: block;
	background-image: url(../img/btn_active.jpg);
}	
/* Level 2 */

#m1 .l2 {
	text-decoration: none;
	position: absolute;
	top: 370px;
	margin-left: -450px;
	left: 50%;
	width: 160px;
	color:#000000;
}

#m1 .l2 li {
	list-style-type: none;
	color: #000000;
	text-decoration: none;
	padding: 0;
	margin: 0;
	background-image: url(none);
	border:0;
}
#m1  .l2  li a {
	color: #000000;
	display: block;
	width: 160px;
	padding-left: 20px;
	text-align: left;
	float: none;
	padding-top: 2px;
	margin-bottom: 5px;
	background-image: url(none);
	border: 1px solid #999999;
	height: 18px;
}
#m1  .l2  li.no  {
	color: #000000;
	text-decoration: none;
	background-image: url(none);
	display: block;
}
#m1 .l2 li.cur {
	color: #000000;
	text-decoration: none;	
	background-image: url(none);
}
#m1  .l2 li.act {
	color:#FFF;
	margin-bottom:5px;
	background-image: url(../img/aktiv_sub.jpg);
	background-repeat: no-repeat;
	padding-top: 3px;
	height: 19px;
	width: 162px;
	border: 0;
}

#m1 .l2 li,
#m1 .l2 .last {
	color:#000000;
	text-decoration: none;
	background-image: url(none);

}

#m1 .l2 .no a:link,
#m1 .l2 .no a:visited {
	color:#000000;
	text-decoration:none;
	background-image: url(none);

}

#m1 .l2 .no a:hover,
#m1 .l2 .no a:active {
	color:#666;
	text-decoration: none;
	background-image: url(none);

}

#m1 .l2 .act a:link,
#m1 .l2 .act a:visited {
	color:#FFF;
	margin-bottom:0px;
	background-image: url(../img/aktiv_sub.jpg);
	border: 0;
	padding-top: 3px;
	height: 19px;
	width: 162px;
}

#m1 .l2 bold {
	color: #FFF;
	display: block;
	width: 162px;
	padding-left: 20px;
	text-align: left;
	float: none;
	padding-top: 3px;
	height: 19px;
	margin-bottom: 5px;
	background-image: url(../img/aktiv_sub.jpg);
	border: 0;
}
#m1 .l2 .act a:hover {
	color:#666;
	text-decoration: none;
	background-image: url(none);

}

#m1 .l2 .act a:active {
	color:#FFF;
	text-decoration:none;
	background-image: url(../img/aktiv_sub.jpg);
	border: 0;
	padding-top: 3px;
	height: 19px;
	width: 162px;


}

/* ======= | Inhalt | ======= */

#col2 {
	display: block;
	height: 120px;
	width: 955px;
	background-image: url(../img/image.jpg);
	background-repeat: no-repeat;
}
#col3 ol {
	margin-left: 16px;
	font-size: 1em;
}
#col3 img {
margin-top:5px;
}
#col3 ul {
	margin-left: 12px;
	font-size: 1em;
}
#col3 li {
	font-size: 1.1em;
}

/* ======= | Image-Flash | ======= */

#collum

 {
	display: block;
	padding: 20px;
	width: 685px;
	background-color: #FFFFFF;
	border-top: 1px solid #969696;
	border-right: 1px solid #969696;
	border-left: 1px solid #969696;
	padding-left: 250px;
	float: left;
	min-height: 300px;
}
#col3 {
	display: block;
	float: right;
	width: 630px;
	margin-right: 54px;
}

/* ===== | FOOTER | ====== */

#col4 {
	color: #FFFFFF;
	background-color: #FF0000;
	text-align: right;
	padding-right: 10px;
	padding-left: 10px;
	width: 935px;
	height: 17px;
	font-size: 10px;
	padding-top: 3px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #969696;
	border-bottom-color: #969696;
	border-left-color: #969696;
	margin:0;
	padding-top:4px;
	float: left;
}
#copyright {
	display: block;
	float: right;
}
#copyright li  {
	float: right;
	display: block;
	width: 265px;
}
#submenu {
	display:block;
	width: 200px;
	float: right;
	}
#submenu ul { 
	list-style:none;
	margin: 0;
	padding:0;
	}
#submenu  .cur {
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	display: block;
	float: right;
	font-size:9px;
	height:10px;
	margin-right:10px;
	}
#submenu a {
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	display: block;
	float: right;
	font-size:9px;
	height:10px;
	margin-right:10px;
}

/* ===== | Sitemap | ====== */

.csc-sitemap   ul {	list-style: none;	margin: 0;	padding: 0;}
.csc-sitemap li {margin-left: 0px;}
.csc-sitemap li li { margin-left: 40px; }
.csc-sitemap li li li { margin-left: 60px; }
.csc-sitemap li li li li { margin-left: 80px; }
.csc-sitemap li A { color: #000000; }
.csc-sitemap li li A {color: #FF0000;}
.csc-sitemap li li li A {color: #525252;}
.csc-sitemap li li li li A { color: #8A0020; }

/* ===== | Suchfeld | ====== */

#col5   {
	display: block;
	float: right;
	margin-bottom: 20px;
}
#col5 #searchform {
	display: block;
	margin: 0;
	padding: 0;
	height: 20px;
}
#col5  #suchesenden
  {
	width: 53px;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	margin: 0;
}
#col5 #suchfeld  {
	width: 100px;
	background-color: #CCCCCC;
	border: 2px solid #CCCCCC;
	margin: 0;
}

