/*Global---------------------------------------------------------------*/
body{
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:000;
	background:#fff;
}
/*Links---*/
a:link,
a:visited,
a:active{
	font-weight: normal;
	color: #009edf;
	text-decoration:none;
}
a:hover {
	color:#125c83 !important;
}
.teaser a:link,
.teaser a:visited{
	font-weight: bold;
	color: #878787;
	text-decoration:none;
}
#topmenu a:link,
#topmenu a:visited{
	font-weight: bold;
	color: #000;
	text-decoration:none;
}
.active,
li.active a{
	color: #009edf !important;
}
a.zoom{
	background:url(images/icon-zoom.gif) center left no-repeat;
	color:#404040 !important;
	padding:10px 5px 10px 22px;
	float:right;
}
a.arrow{
	background:url(images/icon-arrow.gif) left 5px no-repeat;
	padding-left:9px;
}
/*headlines-*/
h1 {
	font-weight: normal;
	font-size:16px;
	display:block;
	height:80px;
	color:#878787;
	padding-top:40px;
	margin:0;
}
h2{
	font-weight: bold;
	font-size:11px;
	color:#000;
	margin:0 0 18px 0;
}
h3 {
	font-weight: bold;
	font-size:11px;
	line-height: 16px;
	display:block;
	color:#535353;
	margin:0px 0px 10px 0px;
}
.teaser h2 {
	height:21px;
	display:block;
	line-height:11px;
	background:url(images/bg-h2-teaser.gif)  left 2px no-repeat;
	padding-left:15px;
	margin:15px 0;
	color:#fff !important;
}
.teaser h2.ez {
	background:url(images/bg-h2-teaser-ez.gif)  left 2px no-repeat !important;
}
.data h3{
	padding-left:15px;
	background:url(images/bg-h3.gif)  left 3px no-repeat;
	font-size:11px;
	font-weight:bold;
	margin:12px 0 9px 0;
}
/*HR---*/
hr {
	height:1px; border-bottom:none;
	border-top:1px solid #ccc;
}
/*paragraphs---*/
p{
	margin:0 0 18px 0;
}
p.last{
	margin:0;
}
.teaser p{
	margin:0 15px 20px 15px;
}
.teaser p.body{
  height:8em;
}
.teaser p.body-s{
  height:4em;
}
p.textteaser{
	height:129px;
}
div.text{
	font-weight: normal;
	font-size: 10px;
	line-height: 14px;
	color: #535353;
	padding: 0px;
	margin: 0px;
}
/*lists--------*/
dl, dt, dd, ol, ul, li{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	list-style:none;
}
li.last,
li.last a{
	border:none !important;
	background:none !important;
}

ul.square{
	margin-bottom:20px;
}
ul.square li{
	list-style:square;
	margin:0 0 .5em 1.2em;
}
ul.none li{
	list-style:none !important;
}
ul.space li{
	margin-bottom:1em;
}
/*Sitemap-*/
.sitemap ul li{
	margin:.5em 0;
}
.sitemap ul li ul{
	margin:2em 0 2em 2em !important;
}
.sitemap ul li ul li ul{
	margin:0 0 2em 2em !important;
	
}
/*Topmenu-*/
#topmenu ul{
	margin-top:53px;
	float:left;
}
#topmenu li{
	float:left;
	font-weight:bold;
	margin-right:8px;
	padding-right:8px;
	border-right:1px solid #e5e5e5;
}
/*Breadcrumb-*/
#breadcrumb li{
	float:left;
	color:#009EDF;
	margin-right:4px;
	padding-right:6px;
	background:url(images/bg-breadcrumb.png) center right no-repeat;
}
/*Menubox-*/
#menubox li{
	display:block;
	border-bottom:1px solid;
	margin:0;	
}
/*Menubox- Meta*/
#menubox ul.meta li{
	background:#fff;
	border-color:#e5e5e5;
	color:#000;
}
#menubox ul.meta li a{
	color:#000;
	padding:7px 0 7px 35px;
	display:block;
}
#menubox ul.meta li.active a{
color: #009edf;
}

/*Menubox- Level1*/
#menubox ul.level1 li{
	background:#a7a8aa;
	border-color:#fff;
	color:#fff;	
}
#menubox ul.level1 li a{
	color:#fff;
	padding:7px 0 7px 35px;
	display:block;
	font-weight:bold;	
}
#menubox ul.level1 li a:hover,
#menubox ul.level1 li.active a{
	color:#000 !important;
	border-left:17px solid #ffed00;
	padding-left:18px;
	font-weight:bold;
}
/*Menubox- Level2*/
#menubox ul.level2 li{
	background:#e5e5e5;
	border-color:#fff;
	color:#000;
}
#menubox ul.level2 li a{
	color:#000;
	padding:7px 0 7px 35px;
	display:block;
	font-weight:normal;
}
#menubox ul.level2 li a:hover,
#menubox ul.level2 li.active a{
	color:#000 !important;
	border-left:7px solid #ffed00;
	padding-left:28px;
	font-weight:normal;
}
/*Menubox- Level3*/
#menubox ul.level3 li{
	background:#f7f7f7;
	border-color:#fff;
	color:#8a8a8a;
}
#menubox ul.level3 li a{
	color:#8a8a8a;
	padding:7px 0 7px 35px;
	display:block;
	font-weight:normal;
}
#menubox ul.level3 li a:hover,
#menubox ul.level3 li.active a{
	border:none !important;
	color:#000 !important;
	padding-left:35px;
}
/*Menubox- Level2-meta*/
#menubox ul.level2-meta li{
	background:#FCFAFB;
	border-color:#E5E5E5;
	color:#8a8a8a;
}
#menubox ul.level2-meta li a{
	color:#8a8a8a;
	padding:7px 0 7px 35px;
	display:block;
	font-weight:normal;
}
#menubox ul.level2-meta li a:hover,
#menubox ul.level2-meta li.active a{
	border:none !important;
	color:#009EDF !important;
	padding-left:35px;
}
/*images-------*/
img,
img a{
	border:none;
}
/*Tables--------*/
table{
	width:100%;
	margin:0;
}
table.border tr td{
padding:10px 3px !important;
}
table td{
	padding:3px;
	vertical-align:top;
}
table th{
	padding:0 3px 3px 3px;
	text-align:left;
	font-weight:normal;
	vertical-align:top;
}

table tr.light-blue {
  color: #009EDF;
}
/*Form---------------------------*/
label{
display:block;
width:100px;
margin:.3em 0;
float:left;
}

form#register label{
width:188px !important;
}
input, textarea{
border:1px solid #666;
padding:1px 0 0 3px;
margin:.3em 0;
}

form.contactform input.form { width:200px; }
form.contactform textarea.form { width:300px; height:150px; }

textarea{
height:120px;
width:167px;
}
.buttons{
margin-left:100px;
}
form .but{
background:#fff;
border:1px solid #666;
margin-right:4px;
}
form input.check{
border:none;
margin:0 3px -1px 0;}
/*Classes---------------------------------------------------------------*/
/*Align*/
.la{/* Linksausrichtung*/
	float:left; 
	margin-right:.5em;
}
img.la{
	float:left; 
	margin:-.15em 0.2em 0 0 !important;
}
.ra{/* Rechtsausrichtung*/
	float:right
}
/*Clear All*/
.clear {
	height:1px; 
	font-size:.0001em; 
	clear:both; 
}
.line {
	height:1px; 
	line-height:1px;
	font-size:.0001em; 
	clear:both; 
	background-color: #e4e4e4;
	margin: 10px 0px;
}
/*Align center*/
.center{
	text-align:center;
	margin-bottom:1em;
	}
/*Big fontsize*/
.huge{
	font-size:2em;
}
.space-30{
	margin-bottom:30px;
}
.space-15{
	margin-bottom:13px;
}
.space-10{
	height:10px;
	line-height:10px;
	fontsize: 10px;
}
.soft{
color:#ccc;
}


/*Layout---------------------------------------------------------------*/
#wrap{
	width:730px;
}

#news{
	display: block;
	position: absolute;
	width: 145px;
	height: 450px;
	top: 110px;
	left: 755px;
}

#bar{
	height:10px;
	background:#a7a8aa url(images/bar-corner.png) bottom left no-repeat;
}
* html #bar{
	margin-top:-4px;
}
#head{
	height:100px;
	border-bottom:1px solid #e5e5e5;
}
#head #logo{
	width:170px;
	float:left;
}
#head #logo img{
	margin-top:35px; 
	float:right;
}
#head #topmenu{
	width:530px;
	float:right;
}
#head #language{
	float:right;
	margin-top:48px;
}
#menubox{
	width:170px;
	float:left;
	margin:0;
	height:500px;
	background:#fff url(images/bg-menubox.jpg) bottom left repeat-x;
}
#flashcontent{
	top:214px;
	left:170px;
	position:absolute;
	height:660px;
	width:600px;
}
#breadcrumb{
	height:10px;
	padding-top:8px;
}
#content{
	width:530px;
	float:right;
	padding-bottom:20px;
}
#content #right-col{
  float:right;
	width:250px;
	margin-top:2px;
}
#content #left-col{
  float:left;
	width:250px;
}
#content.impressionen img{
margin-bottom:30px;
}
.imagerow{
width:33%;
float:left;
text-align:center;
}
#content #left-col #cont-head{
  height:79px;
}
#footer{
	margin:67px 0 20px 0;
}
#footer img{
	margin-bottom:10px;
}
.teaser{
	margin-top:30px;
	background:#a7a8aa url(images/bg-teaser.jpg) bottom repeat-x;
	padding-bottom:1px;
}
.teaser img.ra{
	margin-right:.5em;
}
.teaser.first{
	margin:0 !important;
}
.teaser .status{
float:right;
}
.data{
	background:#e4e4e4 url(images/bg-data.jpg) top repeat-x;
	}
.data .head{
	height:35px;
	padding-top:1px;
}
.data .image{
	background:#fff;
	margin:2px 1px 0 1px;
	width:248px;
}
.data .body{
	padding:15px;
}
.data .body.table{
	padding:0 12px 12px 12px;
}
.data .foot{
	background:#fff;
	padding:15px 15px 0 15px;
}

a.pdf {
	background:url('../images/pdf-icon.gif') no-repeat;
	padding:5px 0 5px 27px;
	line-height:22px;
}

.bullet {
	display: block;
	padding: 0px 0px 0px 15px;
	background: transparent url('../images/bullet.gif') no-repeat 0px 4px;
}

h1.title {
	font-weight: normal;
	font-size: 18px;
	line-height: 24px;
	color: #535353;
	height: 24px;
	padding: 0px;
	margin: 0px;
}

h2.subtitle {
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	color: #535353;
	padding: 0px;
	margin: 0px;
}

