/**********************************************************************
******************** Farben *******************************************
*********************************************************************** 
petrol: #099, Stufen (dunkel -> hell) #99D6D6, #B2E0E0, #CCEBEB, #E5F5F5
orange: #f60
Creme: #FDFFC0
**********************************************************************/

/* ******************************************************************** */
/* @group Global ****************************************************** */
/* ******************************************************************** */

/*Body*/
body{
	text-align:center;
	background:#FDFFC0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:75%;
	color:#000;
	padding-bottom: 3em;
}

/* Links */
a{
	text-decoration:none;
}
a:link, a:visited, a:active{
	color:#f60;
	font-weight: bold;
}
a:hover{
	color:#099;
}
a.extern{
	background:url(images/link-extern.gif) center left no-repeat;
	padding-left:1.5em;
}
a.intern{
	background:url(images/link-intern.gif) center left no-repeat;
	padding-left:1.5em;
}
a.download{
	background:url(images/link-download.gif) left 2px no-repeat;
	padding-left:1.5em;
	display: block;
}
acronym{
  border-bottom: 1px dotted #f60;
  cursor: help;
}
acronym:hover{
  color:#f60;
}
/* Listen */
ul.liste li{
	background:url(images/icon-liste.gif) center left no-repeat;
	padding-left:1em;
	margin:.3em .5em;
}
ul.linkliste li{
	margin:.3em 0;
}
ul li.last,
ul li.last a{
	border:none !important;
}
dt{
	font-weight:bold;
}
dd.csc-textpic-caption{
	font-style:oblique;
}
/*HR---*/
hr {
  background-color:#B2E0E0;
  color:#B2E0E0;
  border:#B2E0E0;
  height:1px;
  margin-top:1em;
  margin-bottom:1em;
}
/* Überschriften */
h1, h2, h3, h4 {
	color:#099;
	font-weight:normal;
	
}
h1 {
	font-size:1.7em;
	border-bottom: 1px solid #099;
	padding-bottom: .1em;
	margin-bottom: 1em;
}
h2 {
	font-size:1.3em;
	margin:0em 0 .2em 0;
}
h3 {
	font-size:1.2em;
	margin:1em 0 .2em 0;
	
}
h4 {
	font-size:1em;
	margin-bottom: .2em;
	font-weight: bold;
}
/* Paragraph */
p{
	margin-bottom:.7em;
	line-height:1.3em;
}
p.intro{
	font-weight: bold;
}
#content .csc-textpic, 
#content .csc-textpic-image{
	padding-bottom: 1em;
}
/* @end */

/* ******************************************************************** */
/* @group Klassen ***************************************************** */
/* ******************************************************************** */

.la{/* Linksausrichtung*/
	float:left; 
	margin-right:.5em;
}
.ra{/* Rechtsausrichtung*/
	float:right
}
/*Clear All*/
.clear {
	height:1px; 
	font-size:.0001em; 
	clear:both; 
}
.center{
	text-align: center;
}
.border{
	border:1px solid #F2F2F2;
}

/* @end */

/* ******************************************************************** */
/* @group Layout ****************************************************** */
/* ******************************************************************** */
div{
	position:relative;
	
}
/*wrap-alles umgebender-------------------------------------------*/
#wrap{
	margin:auto;
	width:958px;
	background:#fff url(images/bg-wrap.png) repeat-y right;
	text-align:left;

	
}
#wrap .top{
	background:#fff url(images/bg-wrap-top.png) no-repeat;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 8px;
	height: 12px;
}
/* header */
#header{
	height:140px;
	background:url(images/bg-header.jpg) top left no-repeat;
	text-align: center;
	margin-right: 8px;
	padding-top: 14px;	
}
/* search */
#search{
	height:21px;
	background: #f60;
	margin-right: 8px;
	text-align: right;
}
/* container - umschließeneder div für Content und rechte/linke Spalte */
#container{
	margin-top:1em;
}
/* breadcrumb */
#breadcrumb{
	margin:.5em 0 .5em 260px;
}
#breadcrumb li{
	display: inline;
}
#breadcrumb li a{
	margin-right: .5em;
	font-weight: normal;
	color: #999;
	font-size: .9em;
	padding-left: .8em;
	background: url(images/link-breadcrumb.gif) center left no-repeat;
}
#breadcrumb li a:hover{
	color: #666;
}

/* content */
#content{
	width:415px;
	float:left;
}

#content ul li {
	list-style-type:disc !important;
	margin-left:15px;	
}

#content ol li {
	list-style-type:decimal !important;
	margin-left:22px;

	
}


/* linke Spalte */
#leftcol{
	width:240px;
	float:left;
	margin-right: 20px;
}
/* rechte Spalte */
#rightcol{
	width:240px;
	float:right;
	margin-right: 8px;	
}
#rightcol h2,
#leftcol h2,
#footer h2 {
	font-size:1em;
	text-transform: uppercase;
	background: #099;
	color: #fff;
	padding:.2em .5em;
	margin: 0;
}

#rightcol h2 {
	margin:-6px -6px 6px -6px;
}

.LinkeTeaserSpalte h2 {
	margin:-6px -6px 6px -6px !important;
	text-align: left !important;
}

.LinkeTeaserSpalte td {
	text-align:center;
}


/* zweiSpalter */
.zweiSpalterRechts{
	width:49%;
	float:right;
}
.zweiSpalterLinks{
	width:49%;
	float:left;
}
/* Navigation */
#navigation{
	margin-bottom:2em;
}
#navigation ul li a{
	border-bottom: 1px solid #fff;
	color: #000;
/*	height: 1.2em;*/
	padding: .3em 1em;	
  	display:block;
  	background: #E5F5F5 url(images/bg-navi.gif) no-repeat;
	background-position:0em 0.5em;
}
#navigation ul li a:hover{
	background-color:#fff;
	color: #099;
}
#navigation ul li ul li a{
  	background: #CCEBEB url(images/bg-navi-active.gif) no-repeat  1.5em 0.5em;
  	padding-left: 2.5em;
  	font-weight: normal;	
}
#navigation ul li ul li ul li a{
  	background: #B2E0E0 url(images/bg-navi-active.gif) no-repeat  3em 0.5em;
  	padding-left: 4em;	
}
#navigation ul li.active span a{
	color: #099;
  	background-image: url(images/bg-navi-active.gif);
  	background-color: #99D6D6;
  	background-repeat: no-repeat;
  	font-weight: bold;	
}
#navigation ul.level1 li.active span a{
  	background-position: 0 center;
}
#navigation ul.level2 li.active span a{
  	background-position: 1.5em center;
}
#navigation ul.level3 li.active span a{
  	background-position: 3em center;
}

/* teaser */
.teaser{
	margin-bottom:2em;
	padding: .5em;
	position:relative;
	background: #E5F5F5;
	overflow: hidden;
}
.teaser .imagerow{
	background:#fff;
}
.teaser .imagerow img{
	float:left;
	margin:1em;
}
/* feeds */
.teaser .feeds .tab{
	z-index:10;
	
}
.teaser .feeds .tab.active a{
	color:#f60;
	background:#fff;
	border:2px solid;
	border-color:#F2F2F2 #F2F2F2 #fff #F2F2F2 !important;
}
.teaser .feeds .tab{
	float:left;
}
.teaser .feeds .tab a{
	border-top:2px solid #F8F8F8;
	position:relative;		
	padding:.1em .3em;
	margin-right:.3em;
	font-weight:bold
}
.teaser .feeds .tabcont{
	padding:1em .5em;
	border:2px solid #F2F2F2;
	background:#fff;
	z-index:0;
}
.teaser .feeds .tabcont dt{
	float:left;
	display:block;
	margin-right:.4em;
	padding-right:.2em;
	margin-bottom:.4em;
	border-right:1px solid #f60;
	color:#f60;
}
.teaser .feeds .tabcont dd{
	margin-bottom:.5em;
}
.teaser .feeds{
font-size:.9em;
}


/* footer */
#footer{
	background: url(images/bg-wrap-bottom.png) no-repeat bottom right;
	padding-bottom: 2em;
	clear: both;
}
#footer h2{
	margin-right:8px;
}
#footer ul{
	margin:auto;
}
#footer ul li{
	display:inline;
	margin-right:1em;
}
#footer #sponsoren{
	width:940px;
	height:75px;
	overflow:hidden;
	background:#fff;
	margin:.5em;
}
#footer #sponsoren img{
	margin:0 .6em;
}


/* @end */


a.activeLink {
	color: #099;
  	background-image: url(images/bg-navi-active.gif);
  	background-color: #99D6D6 !important;
  	background-repeat: no-repeat;
  	font-weight: bold;	
}


.imgtext-table img{
	margin-right:10px;
}

.textpic h2 {
	margin-top:0px;
	
}

.csc-caption {
	font-size:0.9em;
}

#content ul, #content ol {
	margin-bottom:10px;
}


.NewsListItem {
	border-bottom:1px solid #B2E0E0;
	margin-bottom:10px;
	padding-bottom:10px;
	position:relative;
	
}

.NewsListItem h2{
	margin:0px 0px 10px 0px !important;
	padding:0px !important;
}

.NewsListItemDatum {
	color:#666666;
	margin:0px 0px 5px 0px !important;
}

.NewsListItemImage {
	float:left;
	width:115px;	
	}
	
.NewsListItemTeaser {

	width:405px;
	margin-left:0px;
	
	}	
	 
.one_greyline {
	border-bottom:1px #009999 solid;
	margin:0px 0px 10px 0px;
	
}
