/* --- Body Formatierung --- */
html,body {
	margin: 0%;
	padding: 0%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
line-height: 16px;
	color: #191919;
	background-image: url(../_img/header/bg.gif);
	background-repeat: repeat-x;
}

input{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #191919;
}

img{
	border: none;
}

img, div { 
	behavior: url(_js/iepngfix.htc); 
}


/* --- Headline Formatierung --- */
h1{
	margin: 0 0 10px 0;
	font-size: 16px;
	font-weight: bold;
	color: #940000;
}

h2{
	margin: 0 0 10px 0;
	font-size: 13px;
	font-weight: bold;
	color: #003227;
}

h2 a:link {
	color: #003227;
	text-decoration: none;
}
h2 a:visited {
	text-decoration: none;
	color: #003227;
}
h2 a:hover {
	text-decoration: underline;
	color: #003227;
}
h2 a:active {
	text-decoration: none;
	color: #003227;
}

h3{
	margin: 0;
	font-size: 12px;
	font-weight: bold;
	color: #940000;
	margin-bottom: 6px;
}

h4{
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	color: #003227;
}

h5{
	margin: 0;
	font-size: 11px;
	font-weight: normal;
	color: #828282;
	margin-bottom: 20px;
}


/* --- Link Formatierung --- */
a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #990000;
}
a:hover {
	text-decoration: underline;
	color: #990000;
}
a:active {
	text-decoration: none;
	color: #990000;
}

/* --- Container Formatierung --- */
#container{
	position: absolute;
	left: 50%;
	width: 950px;
	margin-left: -475px;
}


/* --- Header Formatierung --- */
#logo{
	margin-left: 38px;
	float: left;
	display: inline;
}

#searchBox{
	float: right;
	margin: 36px 30px 0 0;
	display: inline;
}

.searchBoxTextfield{
	height: 14px;
	border: 1px solid #191919;
	margin: 0 7px 0 7px;
	width: 140px;
}

#searchBox input{
	vertical-align: middle;
}

#searchBox label{
	font-weight: bold;
}

#navigationContainer{
	 z-index: 10;
	 position: absolute;
	 margin: 0 0 0 463px;
	 width: 472px;
	 height: 40px;
font-size: 11px;
}

#naviLinks{
	background-image:url(../_img/header/navi/ende_links.png);
	height: 39px;
	width: 10px;
	float: left;
}

#naviRechts{
	background-image:url(../_img/header/navi/ende_rechts.png);
	float: right;
	margin-right: 2px;
	height: 39px;
	width: 10px;
}


/* --- Content Formatierung --- */
#content{
	margin: 6px 0 0 49px;
}

#teaser{
	width: 450px;
	margin: 10px 0 30px 0;
}

#articleContent{
	float: left;
width: 450px;
	margin-right: 50px;
}

#text-picture-right{
	margin-top: 86px;
}

.mehrLesen{
	margin-top: 5px;
}

/* --- Startseite Formatierung --- */
#topContainer{
	margin: 15px 0 0 -17px;
}

.top1{
	background:url(../_img/startseite/top1.gif) no-repeat;
	width: 239px;
	height: 130px;
	padding: 30px 28px 25px 28px;
	float: left;
}

.top1 a:link {
	color: #191919;
	text-decoration: none;
}

.top1 a:visited {
	text-decoration: none;
	color: #191919;
}

.top1 a:hover {
	text-decoration: underline;
	color: #191919;
}

.top1 a:active {
	text-decoration: none;
	color: #191919;
}

.themenBlock{
	width: 247px;
	float: left;
	margin: 10px 44px 35px 5px;
}

.themenBlock a:link {
	color: #191919;
	text-decoration: none;
}

.themenBlock a:visited {
	text-decoration: none;
	color: #191919;
}

.themenBlock a:hover {
	text-decoration: underline;
	color: #191919;
}

.themenBlock a:active {
	text-decoration: none;
	color: #191919;
}

.trenner{
	height: 1px;
	border-bottom: 1px dotted #000;
	margin: 10px 0 10px 0;
}

.rss{
	width: 247px;
	float: left;
	margin: 10px 44px 8px 5px;
}
/* --- RSS Block Link Formatierung --- */
.rss a:link {
	color: #990000;
	text-decoration: none;
}
.rss a:visited {
	text-decoration: none;
	color: #990000;
}
.rss a:hover {
	text-decoration: underline;
	color: #990000;
}
.rss a:active {
	text-decoration: none;
	color: #990000;
}

/* --- Startseite - Tooltips Formatierung --- */
.tip{ 
	color: #000;
	width: 230px;
	z-index: 60;
}

.tip-title{ 
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #fff;
	padding: 8px 8px 8px;
	background: #003227;
	border-bottom: 1px dotted #fff;

}

.tip-text{ 
	font-size: 11px;
	padding: 4px 8px 8px;
	background: #fff;
	border-bottom: 1px dotted #003227;
	border-left: 1px dotted #003227;
	border-right: 1px dotted #003227;
}


/* --- Footer Formatierung --- */
#footer{
	margin: 20px 30px 0 30px;
	border-top: 1px dotted #828282;
	padding-top: 3px;
}

#footerNav{
	float: right;
}

#company{
	float: left;
}

#footer a:link {
	color: #828282;
	text-decoration: none;
}
#footer a:visited {
	text-decoration: none;
	color: #828282;
}
#footer a:hover {
	text-decoration: underline;
	color: #828282;
}
#footer a:active {
	text-decoration: none;
	color: #828282;
}

/* --- Suchseite Formatierung --- */
#suchergebniss{
	margin-top: 15px;
	margin-bottom: 20px;
	padding: 10px 0 10px 0;
	border-top: dotted 1px #003227;
	border-bottom: dotted 1px #003227;
	width: 600px;
}

.ergebnisanzeige{
	border-bottom: dotted 1px #543a36;
	width: 600px;
	margin-top: 15px;
	padding-bottom: 15px;
}	

#pageination{
	margin-top:10px;
	width:600px;
	min-height:20px;
}

#pages-left{
	float:left;
	text-align:left;
	width:100px;
}

#pages-middle{
	float:left;
	text-align:center;
	width:400px;
}

#pages-right{
	float:left;
	text-align:right;
	width:100px;
}

/* --- Ressort Team - Formatierung --- */
.person{
	margin-top: 15px;
	width: 600px;
	padding-bottom: 15px;
	border-bottom: dotted 1px #543a36;
}

.personBild{
	float: left;
	margin-right: 15px;
	display: inline;
}

.detailLink{
	margin-top: 14px;
	color: #990000;
}

.detailLink:hover {
	text-decoration: underline;
	color: #990000;
	cursor: pointer;
}

.personDetail {
	border-top: dotted 1px #ccc;
	margin-top: 10px;
	margin-bottom: 6px;
	padding-top: 15px;
}

/* --- breadcrumb Formatierung --- */
#breadcrumb{
	margin-bottom: 15px;
}
#breadcrumb a:link {
	color: #CCCCCC;
	text-decoration: none;
}
#breadcrumb a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
#breadcrumb a:hover {
	text-decoration: underline;
	color: #CCCCCC;
}
#breadcrumb a:active {
	text-decoration: none;
	color: #CCCCCC;
}


.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

.contentstudie{
    clear: both;
    margin: 20px 0 0 5px;
    border-top: 1px dotted #000;
    padding: 5px 0;
    width: 840px;
    font-weight: bold;
}


