@charset "UTF-8";
/* CSS Document */

*{
	margin:0; 
	padding:0;
	border:none
}
body{
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:75%;
}
h1{
	color:#013B6E;
	font-size:18px;
	line-height:22px;
	font-weight:normal;
	margin-bottom:6px;
}
h2{
	color:#013B6E;
	font-size:14px;
	font-weight:normal;
	margin-bottom:6px;
}
table{
	margin-bottom:12px;
}
strong{
	font-weight:normal;
	color:#013B6E;
}
#home h1,
#home h2{
	color:#fff;
}
#main ul{
	margin-left:20px;
}
.edit span,
.delete span{
	display:none;
}
.edit,
.delete{
	width:16px;
	height:16px;
	display:block;
	float:left;
	margin:0 3px 0 0;
	background:url(../img/file-edit.png) no-repeat 0 0;
}
.delete{
	background:url(../img/delete.png) no-repeat 0 0;
}
.save{
	padding:2px 0 2px 20px;
	background:url(../img/save-alt.png) no-repeat 0 center;
	border:1px outset #ccc;
}
p{
	margin-bottom:12px;
}
#main a{
	color:#013B6E;	
}
#home p a{
	color:#fff;
}
a.pdf{
	background:url(../img/icon_pdf.gif) no-repeat left center;
	padding-left:18px;
}
.skip{
	position:absolute;
	left:-2000px;
}
#page{
	text-align:left;
	margin:0 auto;
	width:950px;
}
#header{
	position:relative;
	height:213px;
	background:url(../img/kopf.jpg)
}
.wir #header{
	background:url(../img/kopf2.jpg)
}
#logo{
	position:absolute;
	left:18px;
	top:14px;
	z-index:1000;
}

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/dd_valid.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#nav_main{
	background:#013B6E;
	width:100%;
	float:left;
	margin-top:20px;
	z-index:100;
	position:relative;
}
#nav_main ul li a, 
#nav_main ul li a:visited {
	display:block; 
	text-decoration:none; 
	color:#fff;
	height:20px; 
	text-align:center; 
	color:#fff; 
	border-right:2px solid #fff; 
	background:#013B6E; 
	line-height:20px; 
	overflow:hidden;
	padding:0 10px;
}
#nav_main ul li a:hover,
#nav_main ul li.current a{
	color:#013B6E; 
	background:#e9eaf1;
}
#nav_main ul {
	padding:0; 
	margin:0 0 0 155px; 
	list-style: none;
	float:left;
}
#nav_main ul li {
	float:left; 
	position:relative;
}
#nav_main ul li ul {
	display: none;
	margin:0;
	float:none;
}

/* specific to non IE browsers */
#nav_main ul li:hover a {
	color:#013B6E; 
	background:#e9eaf1;
}
#nav_main ul li:hover ul {
	display:block; 
	position:absolute; 
	top:20px; 
	left:0; 
	width:160px;
	border:none;
}
#nav_main ul li:hover ul li,
#nav_main ul li:hover ul li a{
	display:block;
	width:100%;
	text-align:left;
}
#nav_main ul li:hover ul li a.hide {
	background:#e9eaf1; 
	color:#013B6E;
}
#nav_main ul li:hover ul li a:hover,
#nav_main ul li:hover ul li.current a {
	text-decoration:underline;
}
#main{
	padding:30px 46px 30px 163px;
	min-height:289px;
	background:#ececed;
}
.para{
	background:#ececed url(../img/para_grau.gif) no-repeat 25px 15px !important;
}
.esku{
	background:#ececed url(../img/esku_grau.gif) no-repeat 25px 15px !important;
}
#home #main{
	background:#013B6E url(../img/paragraph.gif) no-repeat right top;
	position:relative;
}
#home #main .eskulab{
	position:absolute;
	left:0;
	bottom:0;
}
marquee{
	margin-top:220px;
	border-bottom:2px solid #6789A6;
	font-size:14px;
	padding-bottom:5px;
}
marquee *{
	color:#fff;
	display:inline;
	text-decoration:none;
}
marquee a{
	padding:0 10px;
}
.meldung_teaser{
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom:1px solid #013B6E;
}
#footer{
	background:#fff;
	height:20px;
	line-height:20px;
}
#footer a{
	color:#000;
	text-transform:uppercase;
	text-decoration:none;
	padding:0 10px;
}
