body,html {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 100%;
	width: 100%;
	background-color: #FFFFFF;
	background-image: url(images/bg_main.gif);
	background-repeat: repeat-x;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

.container {
	width: 750px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
}

.container-header {
	width: 670px;
	height: 85px;
	padding: 20px 40px 0px 40px;
	background-image: url(images/bg_header.jpg);
	line-height: 85px;
	font-size:28px;
	font-weight:bold;
}

.container-name {
  display:none;
	float: left;
	margin:20px 0 0 0;
	height:65px;
	vertical-align:middle;
}

.container-slogan {
	float: right;
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
  padding:0px 10px 0px 0px;
	margin:0px;
	height:85px;
	display:none;
}

span, .container-name span,.container-slogan span {
	color: rgb(0,77,159);
}

.container-eyecatcher {
	width: 670px;
	padding: 0px 40px 0px 40px;
	height: 175px;	
	background-image: url(images/bg_eyecatcher.gif);
}

.container-hpfoto {
    /*background-image: url(images/bg_head_middle_spun3.jpg);*/
    background-position:center;
    display:block;
    width:670px;
    height:152px;
    overflow:hidden;
}

.container-navigation {
	width: 670px;
	background-color: rgb(0,77,159);
	height: 22px;
	border-bottom: 1px solid #ffffff;
}

  .container-navigation a {
    display:inline;
    padding: 4px 15px;
    border-right: 1px solid white;
    float:left;
    color:white;
    text-decoration:none;
    font-size:11px;
  }

  .container-navigation a:hover {
    text-decoration:underline;
    background-color:rgb(209,0,13);    
  }

.container-content {
	width:750px;
	background-image: url(images/bg_content.gif);
	background-repeat: no-repeat;
	padding: 20px 40px 0px 40px;
	margin: 0 0 20px 0;
	height: auto;
}

.content {
	width: 430px;
	float: left;
	padding-left:25px;
}

.content p.bodytext {
  margin:0 0 4px 0;
}

.border {
	width: 170px;
	margin-left: 480px;
}

.container-footer {
	border-top: 1px solid #E5E5E5;
	width: 670px;
	padding: 10px 0px 20px 0px;
	margin: 0 40px 0px 40px;
	clear: both;
	color: #aeaeae;
}

.container-footer a {
	font-weight: bold;
	padding: 2px 2px 2px 2px;
	color: #aeaeae;
}


.footer {
	font-size: 11px;
	color: #aeaeae;
	width: 670px;
	margin-bottom: 20px;
}

.footer-copyright {
	float: left;
	width: 325px;
	padding-left: 10px;
}

.footer-meta {
	float: right;
	text-align: right;
	width: 325px;
	padding-right: 10px;
}

.clearer {
	clear: both;
}

h1 {
	font-size: 18px;
	color: #666666;
	margin: 0 0 0 0;
	padding: 10px 0 10px 0;
	line-height: 24px;
}

h1.pagetitle {
	font-size: 22px;
	color: #666666;
	margin: 0 0 0 -25px;
	padding: 0px 0 20px 25px;
	background-image: url(images/h1_arrow.gif);
	background-repeat: no-repeat;
	background-position: 5px 7px;
	line-height: 24px;
}

h2 {
	font-size: 16px;
	color: rgb(0,77,159);
	padding: 5px 0 5px 0;
	/*letter-spacing: 1px;*/
}

  h2 a {
    color: rgb(0,77,159);
    text-decoration:none;
    border-bottom: 1px dotted rgb(0,77,159);
  }
  
    h2 a:hover {
      border-bottom: 1px solid rgb(0,77,159);
    }

	 h2 a.text_link_marker {
    color:#666666;
    border:none;
    text-transform:none;
   }
   
	   h2 a.text_link_marker:hover {
      border:none;
    }

.border h3 {
	font-size: 14px;
	color: rgb(0,77,159);
	padding: 5px 0 0px 0px;
	text-transform: uppercase;
	/*letter-spacing: -0.5px;*/
}

.content h3 {
	font-size: 14px;
	color: rgb(0,77,159);
	padding: 5px 0 0px 0px;
	color:#666666;
}
	 
	 h3 a.text_link_marker {
    color:#666666;
    border:none;
    text-transform:none;
   }
   
	   h3 a.text_link_marker:hover {
      border:none;
    }
	
h4 {
	font-size: 14px;
	color: rgb(0,77,159);
	text-transform: uppercase;
	/*letter-spacing: -0.5px;*/
	}
	
	 h4 a.text_link_marker {
    color:#666666;
    border:none;
    text-transform:none;
   }
   
	   h4 a.text_link_marker:hover {
      border:none;
    }

hr {
	border: none 0;
	border-top: 1px solid #cccccc;
	height: 1px;
}

.content hr {
	border: none 0;
	border-top: 1px solid #cccccc;
	margin: 0px 0 0px 0;
	height: 1px;
}

.content p {
	line-height: 19px;
	color: #666666;
	text-align:justify;
}

.content p.align-center {
               text-align:center;
}

.content p a, .content a, .border p a {
	text-decoration: none;
	color: rgb(0,77,159);
	border-bottom: 1px dotted rgb(0,77,159);
	/*padding: 2px 2px 2px 2px;*/
}

.content p a.text_link_marker {
  text-decoration:none;
  color:#666666;
  border:none;
}

.content p a:hover, .content a:hover, .border p a:hover  {
	border-bottom: 1px solid rgb(0,77,159);
	/*color: #FFFFFF;
	background-color: rgb(0,77,159);
	padding: 2px 2px 2px 2px;*/
}

.content li {
	line-height: 20px;
	color: #666666;
	margin: 0 0 0 5px;
}

.content .quote {
	border-top: 1px solid #E5E5E5;
	background-color: #f7f7f7;
	border-bottom: 1px solid #E5E5E5;
	padding: 15px 15px 15px 65px;
	background-image: url(images/bg_quote.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	color: #0066CC;
	font-style: italic;
}

.border p {
	line-height: 17px;
	font-size: 11px;
	color: #666666;
	margin: 0 0 15px 10px;
}

div.subnavigation {
  margin: -10px 0 0 10px;
}

div.subnavigation a.subnavigation_level1 {
  display:none;
}

div.subnavigation div.subnavigation_level2 {
  display:block;
  padding:4px 0;
}

div.subnavigation div.subnavigation_level3 {
  display:block;
  padding:4px 0 4px 15px;
}

div.subnavigation div.subnavigation_level4 {
  display:block;
  padding:4px 0 4px 25px;
}

div.subnavigation_level2 a, div.subnavigation_level3 a, div.subnavigation_level4 a {
	text-decoration: none;
	color: rgb(0,77,159);
	border-bottom: 1px dotted rgb(0,77,159);
}

div.subnavigation_level2 a:hover, div.subnavigation_level3 a:hover, div.subnavigation_level2 a:hover {
	text-decoration: none;
	color: rgb(0,77,159);
	border-bottom: 1px solid rgb(0,77,159);
}

ul.news {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-image: none;
}

.news li {
	list-style: none;
	background-image: url(images/li_cube.gif);
	background-repeat: no-repeat;
	background-position: 2px 6px;
	padding: 2px 0px 2px 15px;
	margin: 0 0 15px 0px;
}

  .news li a {
    color:#666666;
    text-decoration:none;
    border-bottom: 1px dotted #666666;
  }

    .news li a:hover {
      border-bottom: 1px solid #666666;
    }

img.alignleft {
	float: left;
	margin: 0 15px 5px 0px;
}

img.alignright {
	float: right;
	margin: 0 0 5px 15px;
}

img.alignabove {
	margin: 0 0 10px 0;
}

.csc-header {
  margin:0;
  padding:0;
}


/*SITEMAP*/
p.csc-sitemap-level1 {
  padding:3px 0 3px 0px;
  margin:0;
}

p.csc-sitemap-level2 {
  padding:3px 0 3px 20px;
  margin:0;
}

p.csc-sitemap-level3 {
  padding:3px 0 3px 40px;
  margin:0;
}


/*NEWS*/
div.news h1 {
  padding-bottom:3px;
}

div.news h1 a { 
  color: rgb(0,77,159);
  text-decoration:none;
  border-bottom: 1px dotted rgb(0,77,159);
  margin-bottom:2px;
  font-size:15px;
}

div.news h3 {
  text-transform: none;
  padding:3px 0 0 0;
  margin:0;
  color: #666666;
  font-size:12px;
}

div.news p {
  text-transform: none;
  padding:3px 0 0 0;
  margin-bottom:10px;
}


/* Bilder in den Artikel-Übersichten richtig darstellen */
div.news p.news-img {
 float:left;
 margin:5px;
}

div.news-single div.author {
  font-style:italic;
}

div.news-single h3{
  text-transform:none;
  color:#666666;
}

div.news-single div.news-single-additional-info {
  margin-top:5px;
  padding:0;
}

div.news-single hr.clear-contentunit {
  margin:5px 0 5px 0;
}

/* Bilder in News-Artikeln in den Fließtext einfügen
/* Abstand von Fließtext zu Bild gewährleisten */
div.news-single div.news-single-img {
 float:left;
 margin-right:5px;
 margin-bottom:5px;
}

/* Kein Rahmen um Bilder in News-Artikeln */
div.news-single div.news-single-img a img{
 border:none;
}

/* Abstände zwischen einzelnen Absätzen runtersetzen */
div.news-single p {
    margin:0 0 4px 0;
    line-height: 19px;
}

/*GALLERIE*/
/*Paddings auf 0 setzen, um Darstellung zu fixen.*/
div.tx-rgsmoothgallery-pi1 div.content{
  padding:0px;
}

