/* für print: header anders, sidebar ausschalten, content nicht nach rechts, footer ausschalten */

/* Allgemeines */

* { margin: 0px; padding: 0px; }

body {
	/* font-family: Garamond, "Book Antiqua", Georgia, "Times New Roman", serif; */
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 1em;
	/* background-image: url('bg2.jpg'); */
	background-repeat: no-repeat;
}	

h1,h2,h3 { font-family: Verdana, Tahoma, Arial, sans-serif; }

a { font-weight: bold; text-decoration: underline; color: #0145B0; }
a:hover { text-decoration: underline; }
a:visited { color: #012C70; }
a img { border-width: 0px; border: 0px none; }

/* Seitenkopf */

#header { padding-left: 250px;
	padding-top: 50px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 2px solid #0145B0;
	color: #0145B0;
}

#header a, #header a:visited, #header a:hover { text-decoration: none;
	color: #0145B0;
}

#logo { width: 250px;
	height: 101px;
	float: left;
	margin-left: -250px;
	margin-top: -50px;
}

#header h2 { text-transform: uppercase;
	font-size: 1.6em;
	font-weight: normal;
	letter-spacing:0.1em;
}
#header h3 { text-transform: uppercase;
	font-size: 1.2em;
	font-weight: normal;
	letter-spacing:0.1em;
}
#header p { font-size: .9em;
	font-family: Verdana, Tahoma, Arial, sans-serif;
}

/* Sidebar links */

#sidebar {
	width: 230px;
	float: left;
	padding-left: 0px;
	padding-bottom: 20px;
	padding-top: 180px;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: .8em;
	color: #909090;
	position: relative;
}

#sidebar a { text-decoration: none; color: #909090; }
#sidebar a.selected { text-decoration: none; color: #0145B0; }

#sidebar ul {
  list-style-type: none;
  margin-left: 20px;
  font-weight: bold;
}

#sidebar ul li {
  margin-bottom: 3px;
  margin-top: 3px;
}
		
#sidebar ul ul a {
  font-weight: normal;
}

ul#partner {
  margin-top: 150px;
}


/* Inhalt */

#content {
	margin-left: 250px;
	margin-right: 250px;
	padding-top: 50px;
	padding-right: 20px;
	position: relative;
}

#content h1 { font-weight: normal;
	font-size: 1.2em;
	margin-top: 10px;
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #0145B0;
}

#content h2 { font-weight: normal;
	font-size: 1.1em;
	margin-top: 20px;
	margin-bottom: 10px;
}

#content h3 { font-weight: bold;
	font-size: 1.0em;
	margin-top: 20px;
	margin-bottom: 10px;
}

#contentright h1 { font-weight: normal;
	font-size: 1.2em;
	padding-bottom: 5px;
	border-bottom: 1px dotted #0145B0;
}

#contentright h2 { font-weight: normal;
	font-size: 1.1em;
}

#contentright h3 { font-weight: bold;
	font-size: 1.0em;
}

#content p, #contentright p { margin-bottom: 10px; }

#content ul, #contentright ul {
	margin-left: 0px;
	padding-left: 20px;
	list-style-type: circle;
}

#content ul li, #contentright ul li { margin-bottom: 6px; }

#content #lang { float: right;
	text-align: right;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: .9em;
}
#content #lang ul { list-style-type: none; padding-left: 0;}
#content #lang ul li {
	display: inline;
/*	border: 1px solid #0145B0;
	background-color: #c0c0e0;*/
}

#content .meldung { margin-left: 20px;
	margin-top: 20px;
	border-left: 1px dotted #c0c0c0;
	border-top: 1px dotted #c0c0c0;
	padding-left: 20px;
	padding-bottom: 20px;
}

#content .datum { font-style: italic;
	margin-left: 50px;
	margin-bottom: 20px;
}

#content img.floatright { float: right;
	margin-left: 6px;
	margin-bottom: 6px;
}

#content img.floatleft { float: left;
	margin-right: 6px;
	margin-bottom: 6px;
}

#content div.csc-frame, #contentright div.csc-frame {
	border: 1px dotted #0145B0;
	padding: 5px;
}

#contentright {
	float: right;
/*	clear: right;*/
	width: 210px;
	padding: 50px 20px;
	position: relative;
}

.ce {
	margin-bottom: 20px;
}

dd.csc-textpic-caption {
	font-size: 0.6em;
	font-style: italic;
}

/* Footer */

#footer { 
	clear: both;
	margin-top: 20px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 50px;
	border-top: 1px solid #c0c0c0;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: .8em;
	color: #909090;
	font-size: .8em;
	text-align: right;
}

#footer ul { float: right; }
#footer ul li { display: inline; margin-left: 10px; }
#footer a { color: #909090; text-decoration: none; }

.clearfix{display: inline-block;}

.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

 
/* Druck */ 
@media print {
#header {padding:0;}
#header img {display:none;}
#sidebar{display:none;} 
#contentright{display:none;} 
#lang{display:none;}
#content{width:100%; float:none; margin: 0;}
#footer{display:none;}
}


/* Spezialfälle */
div.csc-textpic { overflow: hidden; }
div.indent { margin-left: 20px; }

table { margin-top: 20px; margin-bottom: 20px; border-collapse: collapse; empty-cells: show;}
table tr td { padding: 2px 5px; }
table tr td {
   border-width: 1px;
   border-color: #c0c0c0;
   border-bottom-style: dotted;
}

table#kontaktformular { margin: 0px; }
table#kontaktformular tr td {
  padding: 2px;
}
table#kontaktformular tr td textarea,
table#kontaktformular tr td input {
  border: 1px solid #0145B0;
  background-color: #fff;
}
table#kontaktformular tr { border: 0px; }

/* Galerie */

ul.gallery { list-style-type: none;
	}

ul.gallery li { list-style-type: none;
	display: inline;
	}

ul.gallery li img { margin-right: 20px;
	}

ul.gallery li p {
	margin: 0px;
	padding-bottom: 20px;
	}

fieldset {
 	border:0;
	}

/* Pressemeldungen */
div.news-list-container {
	margin-bottom: 1em;
	}
div.news-list-container a {
	font-weight: bold;
	text-decoration: none;
	 }
div.news-list-item {
	margin-left: 100px;
	margin-top: -1em;
	margin-bottom: 10px;
	}
div.news-header p {
	display: inline;
	}
div.news-list-date {
	position: relative;
	width: 100px;
	left: -100px;
	bottom: -1.3em;
	}
div.news-single-timedata {
	margin-bottom: 1.1em;
	}
#content div.news-amenu-container ul {
	margin-left: 0px;
	padding: 0 0 1em 0;
	font-size: 0.7em;
	}
#content div.news-amenu-container li {
	display: inline;
	padding: 0 1em 1em 0;
	}

/* Downloads */
#sb_download_flexWrap {
	margin:0 0 20px;
	padding:0;
	overflow: hidden;
}
#sb_download_flexWrap a img {
	text-decoration: none;
}
.sb_download_flex {
	height:80px;
	margin:10px 0;
	padding:5px;
}

.sb_download_text {
	text-align:left;
}

.sb_download_image {
	float:left;
	text-align:left;
	margin-right:20px;
}

.sb_download_flex .image img,.sb_download_single .image img {
float:left;
width:63px;
height:63px;
border:2px solid #D0EFED;
margin:0 10px 10px 0;
padding:0;
}

.sb_download_flex .clicks,.sb_download_single .clicks {
font-size:11px;
}

.sb_download_flex .datetime,.sb_download_single .datetime {
font-size:10px;
float:right;
}

.sb_download_flex .title,.sb_download_single .title {
font-weight:bolder;
margin:0;
padding:0;
}

.sb_download_flex a {
margin:0;
padding:0;
}

.sb_download_single {
float:left;
margin:0;
padding:0;
}

.sb_download_single .sb_download_text {
width:450px;
}

.sb_download_flex p.bodytext,.sb_download_single p.bodytext,.sb_download_flex .links,.sb_download_single .links,.sb_download_flex a.more {
margin:0;
padding:0;
}