/*-------------------CSS Reset ----------------------
---------------------------------------------------*/

* {
padding: 0;
margin: 0;
font-weight:normal;
}

ul,ol {
list-style: none;
}

b, strong {
font-weight: bold;	
}

img, a img {
border:  none;	
}


/*-------------------SCHRIFT / GRÖSSE ---------------
---------------------------------------------------*/

p{font-size:100%}
h1{font-size:28pt}
h2{font-size:14pt}
h3{font-size:12pt}
h4{font-size:100%}
h5{font-size:100%}
h6{font-size:100%}


body {
font-family: "Segoe UI", Tahoma, Helvetica, sans-serif;
font-size: 10pt;
color: #000;
}

p {
 padding-top: 10px;
}

#leftcolcontent p {
	color: #cfd3d3;
	font-size: 9pt;
	line-height: 14pt;
}

#content p {
	text-align:left;
}

#content li{
	list-style-type: disc;
	list-style-position: inside;
	margin-left: 14px;
}

#rightcolcontent p {
	color:#000000;
	font-size: 8pt;
}




#footer p {
	font-size: 80%;
	padding-bottom:30px;
}


h1 {
color:#600000;
font-weight: normal;
padding-bottom: 0.3em;
}

h2 {
font-weight: normal;
/*color: #696c6c;*/
color: #fff;
padding-bottom:0.7em;
}

h3, h4, h5, h6 {
color: #600000;
padding-bottom: 0.8em;
}

#rightcolcontent h1 {
	color: #600000;
	font-weight:normal;
	font-size: 10pt;
	margin-bottom: 5px;
	text-transform: uppercase;
}


#rightcolcontent h2 {
	color:#600000;
	font-size: 12pt;
	margin-bottom: 5px;
}

img, a img {

} 

a {
	color: #eaeded;
	text-decoration:none;
	font-weight:normal;

}

a:hover {
	font-weight: normal;
}

.csc-textpic-caption {
font-size: 8pt;
color: #eaeded;
}

/*-------------------Boxmodell --------------------
---------------------------------------------------*/

html {
	height:100%;

}

body {
	height:100%;
	text-align:center;
	margin:0;
	padding:0;
	background: #444446 url(images/bg-gesamt.png) repeat-y;
}


#outerwrapper{
	position: relative;
	text-align: left;
	width: 100%;
	height: 100%;
	clear:both;
}

#contentwrapper {
	position:relative;
	margin:  0 auto;
	width: 1032px;
	height:auto;
	
}

#header-leiste {
	position: relative;
	min-height: 30px;
	background-repeat: repeat-y;
	background-image: url(images/bg-maincontent-oben.png);
	margin-top:40px;

}

#containerwrapper {
	float:left;
	margin: 0 auto;
	width: 1032px;
	padding-top:0px;
	/*background: url(images/bg-maincontent-mitte.png);
	background-repeat:repeat-y;*/
}


#container {
	float:left;
	margin: 0 auto;
	background: url(images/bg-maincontent-mitte.png);
	background-repeat:repeat-y;
	/*background-color: #000;*/
	padding-left:16px;
	padding-right:16px;
}

/*-------------------Kopfbereich--------------------
---------------------------------------------------*/


#headerwrapper {
	position:relative;
	margin-top:-15px;
	float:left;
	background-color:#000; /*für IE7*/
}


#header {
	height: 150px;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	width: 1000px;
}


#ger {
}

#eng {
}


#headerimage {
	height: 200px;
	top:150px;
}

#headerspacer {
	height: 25px;
	background-color: #000000;;
}

#mainnavwrapper {
}

#searchbox {
	position: absolute;
	right:  60px;
	top:  3px;

}


.suche {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 8pt; 
	background-color: transparent;
	border: none;
	color: #333333;
	border-color: #333333;
	border-bottom-style: groove;
	border-bottom-width: 1px;

}



/*-------------------mainnavigation----------------
---------------------------------------------------*/

#mainnav{
	height:30px;
	text-align: center;
	width:1000px;
	
}

#mainnav li {
	display:inline;
	padding-right: 20px;
	line-height: 28px;
	font-size: 12pt;
	padding-left: 20px;
	text-align:center;
	vertical-align:middle;
	border-right: 1px solid #5e5f5f;
}

#mainnav li a {
	font-weight:100;
	letter-spacing: 0.2em;
	text-transform:uppercase;
	font-size: 10pt;
	text-align:center;
	color: #5e5f5f;
	line-height:22px;

}

#mainnav .act a {
	color: #ffffff;

}

#mainnav a:hover {
	color: #ffffff;

}

#mainnav li.lastmenuitem {
	border-right: none;

}

#mainnav li.actlastmenuitem {
	border-right: none;

}

#mainnav .actlastmenuitem a {
	color:  #ffffff;

}


#headernav { 
 	position: absolute;
 	top: 6px;
 	left: 620px;
}

#headernav a { 
 	color: #000000;
 	font-size: 8pt;
 	color: #333333;
 	font-weight: normal;
}

#headernav ul, #headernav li {
float:left;
padding-left:5px;
padding-right:5px;
font-size: 8pt;
}

#headernav li {
	border-right: 1px groove #333333;
	padding-left: 10px;
	padding-right: 10px;
}

#language {
	position: absolute;
	right: 5px;
	margin-top: 8px;
}

#language img {
margin-left:5px;
}





/*-------------------Inhaltsbereich-----------------
---------------------------------------------------*/

#content {
	float:left;
	padding-top: 10px;
	background-image:url(images/bg-einfarbig.png);
	margin-bottom:-14px;
	background-color: #444446;
	min-height: 600px;
	
	
}

#leftcolwrapper {
	float:left;
	width: 380px;
	background-color:#000;

}

#leftcol {
	margin-left: 20px;
	margin-right: 20px;
}

#leftcolcontent {
	padding-bottom: 30px;
}


#rightcolwrapper {
	float:right;
	width: 620px;
	background-repeat: repeat-y;
}

#rightcol {
	float:left;
	margin-left: 28px;
	margin-right: 28px;
	margin-top:16px;
}

#rightcolcontent {
	float:left;
	padding-bottom: 20px;
	padding-top: 30px;

	
}

/*--------------------Flexcontentbereich-------------
---------------------------------------------------*/
.rightcolflex {
	margin-left: 25px;
	margin-right: 25px;
}


.leftcolumnwrapper {
	width: 367px;
	float:left;
}

.columnone {
	float:left;
	width:170px;
	margin-right: 10px;
}

.columtwo {
	float:right;
	width: 170px;
	margin-left: 17px;
}


.rightcolumnwrapper {
	width: 197px;
	float:right;
}

.columthree {
	float:right;
	width:170px;
	margin-left: 27px;
}


/*--------------------Fussbereich-----------------
---------------------------------------------------*/
#footer-abschluss {
	float:left;
	clear:both;
	width:1032px;
	height: 30px;
	background-image: url(images/bg-maincontent-unten.png);
	background-repeat:no-repeat;

}




#footerwrapper {
	margin-bottom: 20px;
	height:30px;
	
}


#footer {
	text-align:center;
	margin-bottom:40px;
	
}

/*--------------------Kontaktformular---------------
---------------------------------------------------*/

label {
font-size:100%;
}
form font {
font-size:100%;
line-height:150%;
}
.csc-mailform {
border:medium none;
padding:0;
}

form input[type="checkbox"] {
border:medium none;
}
.csc-mailform .csc-mailform-field textarea {
font-size:8pt;
width:290px;

}
.csc-mailform-field label, form label {
display:block;
font-size:8pt;
padding:10px 0 0;
}
.csc-mailform .csc-mailform-field .csc-mailform-submit {
border:1px solid #493419;
cursor:pointer;
font-size:8pt;
padding:0;
width:100px;
}

.csc-header {
	clear: both;
}

#bread {
	color:#5E5F5F;
	font-size:8pt;
	line-height:25px;
	padding-left: 20px;
	vertical-align: middle;
}

#bread li {
	display: inline;
}

#bread a {
	color:#5E5F5F;
	}
#bread a:hover {
	text-decoration: underline;
	}




