@charset "UTF-8";
/* CSS Document */

body {
 	margin:0;
	padding:0;
	font-family: Arial,Verdana,Helvetica,sans-serif;
	font-size: 100%;
	color:  #555;
	line-height: 120%;
	height: 100%;
	width: 100%;
	background: #FFF url(body_bg.gif) repeat-y;
}

.outer
{
 	min-height:100%;
 	margin-bottom:-3em;
 	height:auto;
 	font-size: 13px;
}



/*-------------TEXT------------------------ */

	

.csc-textpic-caption {
	font-size: 80%;
	padding-top: 5px;
	color: #023480;
}

h1 {
	font-size: 16pt;
	letter-spacing: 0.05em;
	color: #e8842d;
	font-weight: normal;
	padding-bottom: 15px;
}

h2 {
	font-size: 11pt;
	padding-top: 10px;
}

ol {
	margin-top: 10px;
}

ul {
	padding-left: 15px;
}


a {
	text-decoration: none;
	color: #2e4697;
}

.csc-mailform {
border:none;
font-family: Arial,Verdana,Helvetica,sans-serif;
font-weight:bold;
padding:0;
margin:0;
}

.csc-mailform-field {
padding: 4px 4px 4px 0;
}

#mailformformtype_mail {
margin-top: 10px;
}

input {
padding:0;
}

label {
display:block;
width: 40px;
float:left;
text-align:right;
padding-right: 30px;
}

/*--------------HEADER----------------------- */


#header_bg {
	width: 100%;
	background: transparent url(header_bg.gif) repeat-y;
	height: 217px;
}

#header {
	height: 217px;
	background: transparent url(header_new.jpg) no-repeat;
}

#logoleiste {
	width: 1100px;
	height: 50px;
}

#logo {
	height: 46px;
	width: 217px;
	padding: 171px 0 0 14px;
	float: left;
}

#impressum_kontakt {
	padding: 181px 0 0 860px;
	float: left;
	color: #FFF;
}

#impressum_kontakt a {
	color: #FFFFFF;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-size: 10px;
	padding: 0 20px 0 20px;
}

#impressum_kontakt a:active, #impressum_kontakt a:hover {
	color: #e8842d;
}

/*-----------NAVIGATION------------------------ */


#navigation {
	width: 235px;
	float: left;
	margin-top: 33px;
	background: #FFF;
}

.navipunkt {
	text-transform: uppercase;
	background: transparent url(navipunkt_inaktiv.gif) 16px 16px no-repeat;
	display:block;
	text-decoration:none;
	letter-spacing: 0.1em;
	padding: 11px 0 10px 37px;
	color: #555;
	font-size: 12px;
	text-decoration: none;
}


.navipunkt-freeze {
	padding: 11px 0 10px 37px;
	text-transform: uppercase;
	background: transparent url(navipunkt_aktiv.gif) 16px 16px no-repeat;
	display:block;
	text-decoration:none;
	letter-spacing: 0.1em;
	color: #e8842d;
	font-size: 12px;
	text-decoration: none;

}


.navipunkt:active, .navipunkt:hover {
	text-decoration:none;
	color: #e8842d;
	background: transparent url(navipunkt_aktiv.gif) 16px 16px no-repeat;
}



/*-------------CONTENT------------------------ */


div.csc-textpic-border div.csc-textpic-imagewrap .csc-textpic-image img {
      border: 1px solid #555; 
}

#gesamt {
        width: 80%;
}


#content_gesamt {
	margin: 0 0 0 290px;
	max-width: 720px;
	padding-bottom: 50px;
}

#content_navi_box {
	width: 1024px;
	height: 100%;
	padding-bottom: 30px;
	margin: 0;
}

#content {
	padding: 30px 0 0 0;
	max-width: 720px;
}


#content a {
	text-decoration: none;
	color : #023480;
}

#content a:hover {
	text-decoration: underline;
	color : #023480;
}

#content_inhalt {
	margin: 60px 0 0 60px;
	padding: 20px 50px 30px 50px;
	width: 530px;
	height: 800px;
}

/*-----------Footer------------- */

#footer {
/*background: transparent url(logo_twitter.gif) 15px 0 no-repeat;*/
background: #FFF;
height: 40px;
width: 230px;
position:fixed;
bottom:0;
padding:10px 0 0 15px;
margin:0;
}

#footer a {
display:block;
height: 40px;
width: 150px;
}



/*------------------------------------- */

/* Floating clearen */
.clearFloat {
    height: 1px;
    line-height: 1px;
    clear: both;
}

/******************************/
/* Clearing - do not modify */
/**************************/

.floatholder { overflow:hidden; }

.clerasil:after {
   content: ".";
   display: block;
   height: 0;
   clear: both;
   visibility: hidden;
}

.clerasil { display: block; }
/* Floating clearen - Ende */

/*------------------------------------- */


