/* INHALT */

/* 01Grundeinstellungen */
/* 03Header */
/* 04Content */
/* 05Partner */
/* 06Footer */
/* 07News */
/* 08Teaser */


/* 01Grundeinstellungen */

body {
margin: 0;
padding: 0;
border: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 62.5%; /* 1em = 10px */
color: #333;
background-image: url(../img/body_bg-verlauf.jpg);
background-repeat: repeat-x;
background-position: 0 0;
background-color: #fff;
}

p, h1, h2, h3, h4, h5, h6, ul, li, dl, dt, dd {
margin: 0;
padding: 0;
border: none;
}

a:link, a:visited {
	font-weight: normal;
	text-decoration: underline;
	color: #333;
	}

a:focus, a:hover, a:active {
	font-weight: normal;
	text-decoration: underline;
	color: #c00;
	}

li, dt, dd  {
list-style-type: none;
}

img {
border: none;
margin: 0;
padding: 0;
}

#box {
margin: 0px auto;
padding: 0;
width: 950px;
border: none;
}

.reset {
clear: both;
}


/* 03Header */

#header {
width: 925px;
height: 114px;
background-image: url(../img/hintergrund_header.jpg);
background-repeat: no-repeat;
background-position: 0 0;
}

/* Sprachwahl */
#header ul#language {
float: right;
padding: 17px 18px 0 0;
}

#header ul#language li {
float: right;
margin: 0 7px 0 0;
}

/* Logo */
.logo {
display: block;
float: left;
margin: 3px 0 0 0;
padding: 0 0 0 25px;
width: 206px;
height: 50px;
border: none;
}


/* Hauptnavigation */
#header ul#navi_main {
float: right;
margin: 37px 25px 0 0;
height: 1.5em;
width: auto;
}

#header ul#navi_main li {
float: left;
margin: 0 0 0 12px;
padding: 0 0 0 10px;
border: none;
font-size: 1.2em;
font-weight: bold;
}

#header ul#navi_main li a:link, #header ul#navi_main li a:visited {
padding: 0 0 0 10px;
text-decoration: none;
font-weight: bold;
color: #000;
background-image: url(../img/bullet-black_7x9.jpg);
background-repeat: no-repeat;
background-position: 0 3px;
}

#header ul#navi_main li a:active, #header ul#navi_main li a:hover, #header ul#navi_main li a:focus {
padding: 0 0 0 10px;
text-decoration: none;
font-weight: bold;
color: #c00;
background-image: url(../img/bullet-red_7x9.jpg);
background-repeat: no-repeat;
background-position: 0 3px;
}

#header ul#navi_main li a.aktiv:link, #header ul#navi_main li a.aktiv:visited {
padding: 0 0 0 10px;
background-image: url(../img/bullet-red_7x9.jpg);
background-repeat: no-repeat;
background-position: 0 3px;
}

/* 04Content */


#content {
padding: 28px 0 40px 0;
width: 925px;
min-height: 10px;
overflow: auto;
background-image: url(../img/website_schatten_bg.jpg);
background-position: 0 0;
background-color: #fff;
}

.spalte-eins {
margin: 0 15px 0 0;
padding: 0 0 0 25px;
float: left;
}

.spalte-zwei {
float: left;
width: 465px;
}

.spalte-drei {
padding: 0 25px 0 0; 
float: right;
width: 280px;
}

#content h1, #content h2, #content h3, #content h4, #content h5 {
font-size: 1.6em;
color: #e00;
font-weight: bold;
}

#content h1, #content h3, #content h4 {
margin: 0 0 18px 0;
}

#content h2, #content h5 {
margin: 0 0 13px 0;
}

#content p {
margin: 0 0 25px 0;
width: 389px;
font-size: 1.1em;
line-height: 1.5em;
}

#content p a:link, #content p a:visited {
color: #333;
text-decoration: underline; 
}

#content p a:focus, #content p a:hover, #content p a:active {
color: #e00;
text-decoration: underline;
}

/* Flash */
#flash-area {
margin: 0 0 27px 0;
width: 400px;
height: 350px;
}

/* News */
#content ul#news {
width: 440px;
margin: -20px 0 30px 0; 
border: 1px solid #fff; /* nicht none! weil hier sonst das padding nicht funktionert */
}

#content ul#news li {
margin: 20px 0 0 0;
padding: 0 0 0 15px;
background-image: url(../img/bullet-red_9x12.jpg);
background-repeat: no-repeat;
background-position: 0 0.3em;
font-size: 1.1em;
line-height: 1.5em;
}

#content ul#news li a {
font-weight: bold;
}

/* 05Partner */ 

.partner {
float: left;
margin: 0 0 1.9em 0;
padding-left:15px;
width: 213px;
height: 191px;
background-image: url(../img/partner_bg.jpg);
background-repeat: no-repeat;
background-position: 0 0;
}

#content .partner img.logo {
margin: 7px 0 0 0;
padding: 0;
width: 187px;
height: 28px;
}

#content .partner img.visual {
margin: 7px 0 8px 0;
width: 179px;
height: 60px;
}

#content .partner h6 {
margin: 0 0 3px 0;
font-size: 1em;
color: #000;
}

#content .partner p {
width: 179px;
font-size: 1em;
}

#content .partner p a {
color: #c00;
text-decoration: underline;
}

#content .partner p a:hover {
color: #000;
text-decoration: underline;
}

/* 06Footer */
#footer {
margin: 30px 0 0 0;
padding: 15px 0 0 0;
width: 925px;
background-image: url(../img/schatten_horizontal.jpg);
background-repeat: no-repeat;
background-position: 0 0;
}

#footer p {
text-align: center;
font-size: 1em;
}

#footer ul#meta {
text-align: center;
}

ul#meta li {
display: inline;
margin: 0 0 0 19px;
}

/* 07News */

#news {
margin: 40px 0 0 0;
width: 570px;
}

.news {
clear: left;
margin: 0 0 20px 0;
width: 570px;
background-image: url(../img/news_schatten_bottom.jpg);
background-repeat: no-repeat;
background-position: left bottom;
border: 1px solid #fff;
}
	
.news.lastElement {
background-image: none;
}
	
#content .news h2 {
margin: 0 0 10px 0;
padding: 0 0 0 15px;
font-size: 1.6em;
background-image: url(../img/bullet-red_10x13.jpg);
background-repeat: no-repeat;
background-position: 0 3px;	
}

#content .news h2 a:link, #content .news h2 a:visited {
text-decoration: none;
color: #c00;
font-weight: bold;
}

#content .news h2 a:hover, #content.news h2 a:focus, #content.news h2 a:active {
text-decoration: underline;
}

#content .news h3 {
margin: 0 0 5px 0;
padding: 0 0 0 15px;
font-size: 1.1em;
color: #333;
}

#content .news span.kategorie-datum {
display: block;
margin: 0 0 12px 0;
padding: 0 0 0 15px;
font-size: 0.9em;
}


#content .news p {
	margin: 0 0 25px 15px;
	width: 360px;
	border: none;
	}
	
#content .news img {
border: 1px solid #ccc;
}
	
/* 08Teaser */

#jobs {
float: right;
width: 262px;
height: 168px;
background-image: url(../img/aktuelle_stellenangebote.jpg);
background-repeat: no-repeat;
}
	
#jobs h3, #jobs p {
width: 190px;
}

#jobs h2 {
margin: 25px 0 20px 25px;
font-weight: bold;	
}

#jobs h3 {
margin: 0 0 0 25px;
padding: 0 0 0 15px;
font-size: 1.1em;
font-weight: bold;
background-image: url(../img/bullet-red_9x12.jpg);
background-repeat: no-repeat;
background-position: 0 2px;
}

#jobs h3 a {
font-weight: bold;
color: #333;
}

#jobs p {
margin: 0 0 0 25px;
padding: 0 0 0 15px;
}

#jobs p a {
color: #333;
}

#downloads {
float: right;
margin: 20px 0 0 0;
width: 263px;
height: 635px;
background-image: url(../img/bg_downloads.jpg);
background-repeat: no-repeat;
}

#downloads h2 {
margin: 25px 0 15px 25px;
}

#downloads p {
margin: 0 0 15px 25px;
width: 190px;
}

#downloads ul {
margin: 10px 0 0 25px;
}

#downloads li {
width: 160px;
margin: 0 0 20px 0;
padding: 0 0 0 40px;
background-image: url(../img/symbol_pdf.png); 
background-repeat: no-repeat;
background-position: 0 0;
font-size: 1.1em;
height: 32px;
line-height: 14px;
}

#downloads li a:link,  #downloads li a:visited {
color: #333;
}

#downloads li a:active,  #downloads li a:hover, #downloads li a:focus  {
color: #c00;
}