@import url(http://fonts.googleapis.com/css?family=Titillium+Web:400,400italic,200italic,200);

* {
	margin: 0px;
	padding: 0px;
}


#rechts ul { list-style: none;}

.wrapper-content  {margin: 0 auto; width: 960px; height: 100%; position: relative;}

.indent {
	margin-top: 15px;
	margin-left: 20px;
}


fieldset {
border: 0px;
}



#headnavigation img {
margin-left: 0px;
}

.csc-textpic-caption {
	top: 20px;
	padding-top: 20px;
	color: #555;
}


.headline_key {
	margin-bottom: 10px;
}

html, body {	
	height:100.01%;
	margin: 0;
	padding: 0;
	border: 0;
	line-height: 1.4em;
}

html       {font-size: 14px; color: #fff; font-family: 'Titillium Web', sans-serif;}
body {
	background-color: #BDB7AC;
	background-color: #ccc;
	background-image: url("../media/layout/body_bg_beige.png");
	background-image: url("../media/layout/background.png");
	background-repeat: repeat-x;
	background-attachment:fixed;
	background-position: top center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin: 0 auto;
}



img, a {
	border: 0;
	margin: 0;
	padding: 0;
}


a {
	color: #360;
	font-weight: bold;
	text-decoration: none;
}


#rechts a { font-weight:bold; color: #70192D; }
#footer a { color: #fff; padding: 0 5px;}
#footer a:hover, #links a:hover { background-color: #70192D; color: #fff; padding: 0 5px; }

p {
	color: #fff;
	font-size: 1.1em;
	line-height: 120%;
	margin-bottom: 1.8em;
	}

ul {
	margin-bottom: 1.8em;
	}


.orange_bg {
	background-color: transparent;
	padding-left: 0px;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 1px;
	font-weight: bold;
	color: #030;
}

.orange_bg_bold, #links * .orange_bg {
	background-color: trsnsparent;
	padding-left: 0px;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 1px;
	font-weight: bold;
	color: #ccc;
}



.singlebutton {
	display: inline;
	float: left;
}

.bodytext {
	text-align: left;
}

.padding {
	margin-bottom: 15px;
}


#header {
	position: fixed;
	background-color: #fff;
	top: 6px;
	z-index: 200;
	left: 0;
	height: 124px;
	width: 100%;
	opacity: 1.0;       /* modern browser */  
	-moz-opacity: 1.0;  /* older Mozilla browser */  
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* IE8 in Standard Compliant Mode */  
	filter:alpha(opacity=100); /* IE5.x -7.0 */ 
}


#logo {
	position: relative;
	top: 37px;
	left: 0px;
	width: 382px;
	height: 43px;
	border: 0;
	float: left;
}


#logo img {
	border: 0;
	width: 382px;
	height: 43px;
}


#headnavigation {
	margin-right: 0;
	position: relative;
	height: 35px;
	top: 54px;
	float: right;
}


#headnavigation img a {
	display: inline;
	float: right;
}


#eventframe {
	position: relative;
	width: 100%;
	height: 360px;
	left: 0;
	margin: 150px 0 0 0;
	padding: 0;
	background-color: transparent;
	float: left;
}

#inhalt {
	position: relative;
	width: 100%;
	margin: 0px auto;
	padding: 0px;
	float: left;
}

#content {
	background-image: url("../media/layout/content_2bg.png");
	background-repeat: no-repeat;
	position: relative;
	background-color: #00c;
	overflow: hidden;
}

#mainblock {
	position: relative;
	float: left;
	width: 690px;
	margin: 20px 0 0 0;
	padding: 0 0 0px 0px;
}

#mainblock ul, #morenavi ul, #links ul {
	margin: 0px;
	border: 0;
	padding: 0 0 40px 30px;
	list-style-type: none;
	list-style-image: url(../media/layout/arrow_orange.png);
	color: #555;
	}


#mainblock ul li {
	font-size: 1.1em;

	color: #fff;
	}


#mainblock a { color: #360; text-decoration: none; }
#mainblock a:hover { color: #006666; }
#mainblock a img { color: #999; text-decoration: none; }
#mainblock a:hover img { background-color: none; color: #999; text-decoration: none; }

#mainblock p {
	color: #fff;
	font-size: 1.1em;
	line-height: 125%;
	margin-bottom: 1.8em;
	padding-left: 0px;

	}


.navi_button {
	position: relative;
	width: 140px;
	height: 26px;
	text-align: center;
	background-color: #000;
	float: left;
	margin-left: 5px;
}

.navi_space {
	padding: 4px;
}



	
#navigation {
	width: 200px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-image: url("../media/layout/navigation_bg.png");
	padding: 0;
	margin: 0;
}



#links ul li {
	line-height: 1.0em;
	font-size: 11px;
	padding-bottom: 1.1em;
	}


#links .important {
	color: #70192D;
	font-size: 14px;
}

/* linke Spalte innerhalb der mittleren Spalte */

#content_links {
	position: relative;
	float: left;
	width: 240px;
	margin: 0 2px 0 0;
	padding: 0;
}



/* rechte Spalte innerhalb der mittleren Spalte */

#content_rechts {
	position: relative;
	float: right;
	width: 200px;
	margin: 0 0 0 15px;
	padding: 0 0 0 15px;
	border-left: 1px dotted white;	
}

/* diese Klasse beendet den zweispaltigen Mittelteil */

.clearboth {
	clear: both;
	height: 1px;
}


#rechts {
	position: relative;
	width: 200px;
	float: right;
	margin: 70px 0 0 20px;
	padding: 0 0 0 0;
}


#rechts_box, #rightbox {
	margin: 25px 0 0 18px;
	padding: 0 0 25px 0;
	border: 0px solid white;
}

#rechts_box p, #rightbox p, #links .bodytext {
	font-size: 11px;
}




.clear {
	clear: both;
	height: 10px;
	background-color: transparent;
	overflow: hidden;
	}
	
.line {
	clear: both;
	height: 10px;
	background-image: url("../media/layout/footerfull_bg.png");
	background-repeat: repeat-y;
	background-position: top center;
	overflow: hidden;
	}
	
/* ### headlines ############################################################ */


#mainblock h2 {
	color: #fff;
	background: inherit;
	font-size:1.8em;
	font-weight:bold;
	line-height:1.6em;
	margin-bottom: 2.0em;
}


#mainblock h3 .orange_bg, #links h3 .orange_bg {

	color: #336600;
        text-decoration: none;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.6em;
	margin-bottom: 18px;
	border-bottom: 1px dotted #360;
	display: block;
}




#mainblock h4 {

	font-size:1.2em;
	font-weight:bold;
	line-height:1.2em;
	margin-bottom: 1.4em;

	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 1px;
	font-weight: bold;
	color: #030;

}

#mainblock h5 {
	color: #fff;
	background: inherit;
	font-size: 1.6em;
	font-weight: bold;
	line-height: 1.6em;
	margin-bottom: 1.6em;
	text-align: center;
}

#mainblock h6 {
	color: #efdfcf;
	background: inherit;
	font-size: 2.0em;
	font-weight: bold;
	line-height: 1.6em;
	margin-bottom: 1.6em;
	text-align: center;	
}

#navigation h5 {
	color: #333;
	font-size: 16px;
	font-style: italic;

}

/* VISITENKARTEN */

.visitenkarte {
	float: left;
	width: 420px;
	margin: 0 10px 5px 0;
}



.visitenkarte .bild {
	float: left;
	margin-right: 5px;
}



.visitenkarte .clearing {
	height:30px;
	clear: left;
}



.clearLeft {
	color: #DB0045; 
	clear: left;
}


.subnavlevel1active a, .subnavlevel1 a  {
	color: #666;
	font-weight: bold;
	font-size: 18px;
	margin-right: 10px;
}

.subnavlevel1active a  {
	color: #006666;
	font-weight: bold;
}

.subnavlevel1 a:hover {
color: #70192D;
}

/****************
*
* Formulare
*
****************/

#mainblock * form br {
	clear: left;
}


#mainblock * label {
	display: block;
	float: left;
	margin: 3px 0;
	width: 220px;
}



#mainblock * input {

	font-size: 11px;
	border:1px solid #bfbfbf;
	display: block;
	float: left;
	margin: 3px 0;
	padding: 2px;
	width: 310px;
	background-color: #f2f2f2;
	color:#343434;
}


#mainblock * textarea {

	font-size: 11px;
	border: 1px solid #bfbfbf;
	display: block;
	float: left;
	margin: 3px 0;
	padding: 2px;
	width: 310px;
	background-color: #f2f2f2;
	color: #343434;
}


#mainblock * select {

	font-size: 11px;
	border:1px solid #bfbfbf;
	display: block;
	float: left;
	margin: 5px 0;
	padding:2px;
	width: 180px;
	background-color: #f2f2f2;
	color:#343434;
}
.error {
	border:1px solid #bfbfbf;
	padding: 20px;
	margin: 0;
	background-color: #f2f2f2;
	color: #f00;
}

.news-latest-container {
	width: 450px;
}
	

.news-latest-container .headline a {
	color: #333 !important;
	font-size: 14px;
	font-weight: bold;
}	


.news-latest-container .headline {
	margin-bottom: 12px;

}


.csc-firstHeader {
	color: #999;
	background: inherit;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.8em;
	letter-spacing: 0.1em;
	margin-bottom: 2.8em;
}


/* ### Footer ###################################################################### */


#footer {
	background-color: #333;
	position: relative;
	width: 100%;
	bottom: 0;
	margin: 0 auto;
	padding: 0;
	opacity: 0.9;       /* modern browser */  
	-moz-opacity: 0.9;  /* older Mozilla browser */  
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; /* IE8 in Standard Compliant Mode */  
	filter:alpha(opacity=90); /* IE5.x -7.0 */ 
}

/*************
**  Footer  **
*************/
#footer { width: 100%; float: left; padding-top: 47px;}
#footer h3 {color: #fff; font-size: 30px; margin: -10px 0 25px 0; font-weight: normal; float: right; text-align: right;}
#footer h3 span { color: #fff; font-size: 14px; display: block; margin: 0 0 8px 0}
#footer p { color: #fff;}
#footer ul {float: left;}
#footer ul li {float: left; margin-right: 20px;}
#footer ul li a {color: #767676; text-shadow: #000 0px -1px 0px; text-transform: uppercase; font-weight: 700;}
#footer ul li a:hover {color: #fff;}
#footer .number {color: #767676; text-shadow: #000 0px -1px 0px; font-weight: 700; font-size: 18px; margin-top: -5px;}
#footer .icons {margin-top: -8px;}
#footer .icons li {float: left; margin-right: 20px; }
#footer .icons a {text-indent: -9999px;}
#footer .icons .facebook {background: url(../template/img/bg/facebook.png) 0px 0px no-repeat; display: block; width: 34px; height: 34px;}
#footer .icons .facebook:hover, #footer .icons .twitter:hover {background-position: 0px -34px;}
#footer .icons .google:hover {background-position: 0px -35px;}
#footer .icons .twitter {background: url(../template/img/bg/twitter.png) 0px 0px no-repeat; display: block; width: 34px; height: 34px;}
#footer .icons .google {background: url(../template/img/bg/plus.png) 0px 0px no-repeat; display: block; width: 34px; height: 35px;}
#footer .b-bottom {float: left; border-bottom: 1px solid #0f0f0f; width: 960px;}
#footer .b-top {float: left; border-top: 1px solid #3d3d3d; padding-top: 7px;}
.b-top p {color: #767676; text-shadow: #000 0px -1px 0px; float: left;}
.b-top .logo a {}
.b-top .logo a:hover {background-position: 0px -15px;}
.b-top p a {color: #767676; text-shadow: #000 0px -1px 0px;}
.b-top .top a { display: none; float: right; color: #767676; text-shadow: #000 0px -1px 0px; margin: 0 0 0 5px;}
.b-top .top a:hover, .b-top p a:hover {color: #fff;}


/*************
**   SUBNav   **
*************/
#subnav {width: 200px; border-bottom: 0px solid #360; position: relative; margin-top: 40px; float: left;}
#subnav ul {float: left;}
#subnav ul li {text-transform: uppercase; margin-left: 0px; font-weight: 400; margin-bottom: 14px; float: left; width: 200px; font-size: 12px; }
#subnav ul li a {width: 170px; color: #8a8989; border-radius: 3px 3px 3px 3px; padding: 5px 15px 4px 15px; background: #efefef; float: left;}
#subnav ul li a:hover, #subnav ul li a.active {background: #360; color: #fff; -webkit-transition: background 200ms ease-in-out; -moz-transition: background 200ms ease-in-out; -o-transition: background 200ms ease-in-out; -ms-transition: background 200ms ease-in-out; transition: background 200ms ease-in-out;}

