/* CSS Document */

body, html {
	margin:0;
	padding:0;
    font-size:100.01%  background-color:#FFF;
	height: 100% !important;
	font-family:Arial, Helvetica, sans-serif;
}
h1, h2, h3, ul {
	margin:0;
	padding:0;
}
h1 {
	font-size:14px;
	font-weight:bold;
}
h2 {
	font-size:20px;
}
img {
	border:none;
}
a:link {
	color: #1a4b86;
}
a:visited {
	color: #1a4b86;
}
a:hover {
	color: #006600;
}
a:active {
	color: #1a4b86;
}
.page_margins {
	position:relative !important;
	min-height:100%; /* real browsers */
	height: auto !important;
}
* html .page_margins {
	height:100% !important;
}
.page {
	padding-bottom: 106px;
}
#header, #main, #footer {
	min-width:970px;
	overflow:hidden;
	clear:both;
}

/* header */

#header {
	height:175px;
	background:url(images/header_bg.jpg) repeat-x left top;
	padding-bottom:20px;
}
.header_margins {
	height:175px;
	max-width:970px;
	margin:0 auto;
	text-align:left;
	background:url(images/header_bg_image.jpg) repeat-x left top;
	position:relative;
}

.header_logo {
	position:absolute;
	left:2px;
	top:37px;
}
.header_advert {
	position:absolute;
	right:0;
	top:26px;
}
.header_navi {
	position:absolute;
	left:0;
	bottom:0;
}
.header_search {
	position:absolute;
	right:0;
	bottom:8px;
}
.header_search form {
	padding:0;
	margin:0;
}
.header_search input {
	padding:0;
	margin:0;
}
.searchfield {
	width:240px;
	height:24px;
	border:none;
}
#navtop {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}
#navtop li {
	height:39px;
	width:95px;
	background-image: url(images/navi_top.jpg);
	background-repeat: no-repeat;
	margin-right:1px;
	float:left;
	text-align:center;
}
#navtop #current {
	background-image: url(images/navi_top_active.jpg);
}
#navtop #current  a {
	color:#1e508d;
}
.header_navi a {
	color:#FFF;
	font-size:14px;
	height: 29px;
	display: block;
	padding-top:10px;
}
.header_navi a:link {
	text-decoration:none;
	color:#FFF;
}
.header_navi a:active {
	text-decoration:none;
	color:#FFF;
}
.header_navi a:visited {
	text-decoration:none;
	color:#FFF;
}
.header_navi a:hover {
	text-decoration:none;
	color:#FFF;
}


/* main */

#main {
    padding-bottom:20px;
}
.main_margins {
	max-width:970px;
	margin:0 auto;
	text-align:left;
}

/* Mittlere Spalte */

#col1 {
	float: left;
	width: 650px;
	margin: 0 0 0 160px;
	padding-left:20px;
	padding-right:20px;
	color:#2c5a92;
	font-size:12px;
	line-height:18px;
}
.news {
	padding-top:20px;
}
.meta {
	font-size:11px;
	color:#787878;
	padding-top:0;
	margin:0;
}
.continue {
	font-weight:bold;
	padding-top:0;
	margin:0;
}
.continue a {
	text-decoration:none;
    color:#2c5a92;
}
.continue a:link {
	text-decoration:none;
    color:#2c5a92;
}
.continue a:active {
	text-decoration:none;
    color:#2c5a92;
}
.continue a:visited {
	text-decoration:none;
    color:#2c5a92;
}
.continue a:hover {
	text-decoration:none;
    color:#2c5a92;
}
.imagebox {
	width:160px;
	height:160px;
	background-image:url(images/content_imagebox.jpg);
	background-repeat:no-repeat;
	float:left;
	padding-right:10px;
	padding-bottom:10px;
}

/* Formular */

fieldset {  
margin: 1.5em 0 0 0;  
padding: 0;  
}  
legend {  
margin-left: 1em;  
color: #000000;  
font-weight: bold;  
}  
fieldset ol {  
padding: 1em 1em 0 1em;  
list-style: none;  
}  
fieldset li {  
padding-bottom: 1em;  
}  
fieldset.submit {  
border-style: none;  
}
label {    
display: block;  
}

/* Linke Spalte */

#col2 {
	float: left;
	width: 160px;
	margin: 0 0 0 -850px;
}
#col2_content {
	padding:0;
}
.category {
	color:#153f72;
	font-size:16px;
}
#navlist {
	margin-left: 0;
	padding-left: 0;
    padding-top:5px;
	list-style: none;
}
#navlist li {
	height:29px;
	width:159px;
	background-image: url(images/navi_left_bg.jpg);
	background-repeat: no-repeat;
	margin-bottom:1px;
}
#col2 a {
	color:#1e508d;
	font-size:12px;
	height: 23px;
	display: block;
	padding-top:6px;
	padding-left:10px;
}
#col2 a:link {
	text-decoration:none;
	color:#1e508d;
}
#col2 a:active {
	text-decoration:none;
	color:#1e508d;
}
#col2 a:visited {
	text-decoration:none;
	color:#1e508d;
}
#col2 a:hover {
	text-decoration:none;
	color:#FFF;
}

/* rechte Spalte */

#col3 {
	float: right;
	width: 120px;
	margin-left: 0;
	margin-right: 0;
	background-color:#FFF;
}
#col1_content {
	padding:0;
}
#col3_content {
	padding:0;
}

/* Footer */

#footer {
	height:106px;
	width:100%;
	background:url(images/footer_bg.jpg) repeat-x left top;
	position:relative !important;
	/* move #footer to its position ... */
    margin: -106px auto 0;
}
.footer_margins {
	height:106px;
	max-width:970px;
	margin:0 auto;
	text-align:left;
	padding-top:25px;
	font-size:11px;
	color:#FFF;
}
.footer_margins a:link {
	text-decoration:underline;
	color:#FFF;
}
.footer_margins a:active {
	text-decoration:underline;
	color:#FFF;
}
.footer_margins a:visited {
	text-decoration:underline;
	color:#FFF;
}
.footer_margins a:hover {
	text-decoration:none;
	color:#FFF;
}

div#teasergruppe{
border:0px solid #808080;

padding:0 15px 15px 15px;
width:620px;
}
div.teaser{
clear:left;
width:620px;
}	
div.klein img, div.gross img{
float:left;
padding-right:7px;
border:0;
}
/*** IE6 und niedriger ***/
a.teaserlink{
padding-left:1px;
display:block;
height:30px;
padding-top:15px;
text-decoration:none;
} 
a.teaserlink:hover{
color: #303030;
padding-left:0px;
}
a.teaserlink div.klein{
display: block;
color:#303030;
}
a.teaserlink div.gross{
display:none;
}
a.teaserlink:hover div.gross{
display:block;
color:#303030;
padding-left:1px;
}
a.teaserlink:hover div.klein{
display:none;
}
a.teaserlink div.gross h1{
font-size:15px;
font-weight:bold;
padding:0 0 1px 0;
margin:0px;
}
a.teaserlink div.gross, a.teaserlink div.klein{
font-family:Tahoma,Verdana,sans-serif;
font-size:11px;
line-height:17px;
}
a.teaserlink div.klein img{
margin-top:3px;
}
a.teaserlink div.gross p.hide{
display:none;
}
/*** moderne browser ***/
html>body div.teaser{
padding-left:1px;
display:block;
padding-top:15px;
text-decoration:none;
} 
html>body div.teaser:hover{
color: #303030;
padding-left:0px;
}
html>body div.teaser div.klein{
display:block;
color:#303030;
}
html>body div.teaser div.gross{
display:none;
}
html>body div.teaser:hover div.gross{
display:block;
color:#303030;
padding-left:1px;
}
html>body div.teaser:hover div.klein{
display:none;
}
html>body div.teaser div.gross h1{
font-size:15px;
font-weight:bold;
padding:0 0 1px 0;
margin:0px;
}
html>body div.teaser div.gross, html>body div.teaser div.klein{
font-family:Tahoma,Verdana,sans-serif;
font-size:11px;
line-height:17px;
}
html>body div.teaser div.klein img{
margin-top:3px;
}