html {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

body {
	margin: 0px;
	color: #000;
	background-color: #FFFFFF;
	text-align: left;
}

p, td, th, tr, li  {
	font-size: 12px;
	color: #000;
}

table h1, table h2, table h3, table p, table ul{
	margin:2px 0px;
}

a {
	color: #000;
	cursor: pointer;
	text-decoration:underline;
	outline:none;
}

a:hover {
	color: #333;
	text-decoration:underline;
}

/*damit keine gepunktete Linie erscheint, wenn man den Link klickt*/
a:active {
	outline:none;
}
a:focus {
	outline:none;
}

input[type="submit"] {
    cursor: pointer;
}

.kleineschrift{
	font-size:11px;
}

.grosseschrift{
	font-size:14px;
}

.highlight{
	background-color:#004DA0;
	color:#FFF;
	padding:5px;
	border:2px solid #6694C6;
	border-radius:5px;
	display:block;
	margin-top:10px;
	text-align:center;
	text-decoration:none;
	font-size:15px;
}

.highlight:hover{
	background-color:#6694C6;	
	color:#FFF;
	text-decoration:none;
}

ul {
	list-style-type: none;
	margin: 0px;
	margin-left: 5px;
	padding: 0px;
	padding-left: 0.8em;
	font-size: 12px;
	color: #333333;
	list-style-image: url(/art/bullet.gif);
}

ol {
	margin-left: 0.5em;
	padding-left: 0.5em;	
	list-style-type: decimal;
	color: #333333;
}

h1 {
	color:#004DA0;
	font-size:18px;
	font-weight:normal;
}

h2 {
	color:#004DA0;
	font-size:14px;
	font-weight:normal;
	padding-bottom:8px;
}

h3 {
	color:#004DA0;
	font-size:12px;
	font-weight:bold;
}

hr {
	background-color: #d5d5d5;
	color: #d5d5d5;
	border: #d5d5d5;
	height: 1px;
}

img {
	border: none;
}

input, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
	margin-bottom: 4px;
	border:1px solid #cccccc;
	color: #333;
	padding:2px;
	outline:none;
}

input[type=radio], input[type=checkbox] {
	border: none;
}

textarea {
	border: 1px solid #CCCCCC;
    color: #333;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    margin-bottom: 4px;
	padding:2px;
}

input:focus, select:focus, textarea:focus, input[type=submit]:hover, .button:hover{
	box-shadow: 0 0 5px #004DA0;
    -webkit-box-shadow: 0 0 5px #004DA0; 
    -moz-box-shadow: 0 0 5px #004DA0;
    border:1px solid #004DA0; 
}

.submit {
	border: 1px solid #666666;
	background-color: #E5E5E5;
	font-size: 12px;
}

.button{
	border: 1px solid #CCCCCC;
    color: #333;
    padding: 3px;
	text-decoration:none;
}

.antifloat
{
	clear: both;
	visibility: hidden;
}

#overDiv
{
	position: absolute; 
	visibility: hidden; 
	z-index:1000;
}

#seitenanfanglink {
}
#seitenanfanglink_unten {
}

.linkWeiterZurueck {
	display:block;
}

.linkWeiterZurueck ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
}

.linkWeiterZurueck li {
	display:inline;
}

.linkWeiterZurueck li span {
}

.linkWeiterZurueck li a {
	text-decoration: none;
}

.linkWeiterZurueck li a span {
	cursor: pointer;	
}

.linkWeiterZurueck span.vorherigerEintrag {

}


.linkWeiterZurueck span.vorherigerEintrag:hover {

}

.linkWeiterZurueck span.naechsterEintrag {

}

.linkWeiterZurueck span.naechsterEintrag:hover {

}


.linkWeiterZurueck span.keinEintrag {

}

p.linkZurueckZumParent {
}

p.linkZurueckZumParent img {
	border: none;
}
/*------------------------------------------------------------------------*/

/******************************
Layout
******************************/
#wrapper {
	margin:auto;
	width:960px;
}

#container {
	float:left;
	width:940px;
	margin:15px 0px;
	padding:0px 10px;
	background-color:#FFF;
	/*
	box-shadow:0px 0px 15px #000;
	-moz-box-shadow:0px 0px 15px #000;
	-webkit-box-shadow:0px 0px 15px #000;
	border-radius:5px;
	-moz-border-radius:5px;
  	-webkit-border-radius:5px;
	*/
}

#content{
	width:475px;
	float:left;
	margin-right:20px;
	margin-top:20px;
	margin-bottom:20px;
}

#content td p{
	margin:3px 0px;
	
}

#content ul{
	list-style-type:none;
	list-style:none;
	list-style-image:url("/art/adlatus/aufzahel-strich.gif");
	line-height:18px;
}

#content p, #content td{
	line-height:18px;
}

#content ul li{
	margin-bottom:5px;
}

#content ul li ul{
	margin-top:5px;	
}

#content td ul{
	list-style-type:none;
	list-style:none;
	list-style-image:url("/art/adlatus/aufzaehl.gif");
}

#rechts ul{
	list-style-type:none;
	list-style:none;
	list-style-image:url("/art/adlatus/aufzahel-strich.gif");
}

#rechts td ul{
	list-style-type:none;
	list-style:none;
	list-style-image:url("/art/adlatus/aufzaehl.gif");
	margin-left:10px;
	margin-bottom:5px;
}

#folgeseite{
	float:left;
	width:940px;	
}

#folgeseite #navi2{
	float:left;
	width:200px;
	padding:30px 0px;
}


#folgeseite #content{
	width:560px;
	float:left;
	margin-right:15px;
	margin-top:20px;
	margin-bottom:20px;	
}

#folgeseite #breit #content{
	width:760px;	
	float:left;
	margin-right:20px;
	margin-top:20px;
	margin-bottom:20px;	
}

#folgeseite #rechts{
	width:165px;
	float:left;
	margin-right:0px;
	margin-top:20px;
	margin-bottom:20px;	
}

#folgeseite #rechts .eintrag{
	width:140px;
	float:left;
	margin-bottom:20px;
}

#rechts{
	width:445px;
	float:left;
	margin-top:20px;
}

#rechts .eintrag{
	width:445px;
	float:left;
	margin-bottom:20px;
}

#logo{
	float:left;
	width:300px;
	height:56px;
	margin:10px 0px;
}

#lang{
	float:left;
	width:160px;
	height:51px;
	margin-top:20px;
	text-align:right;
}

#shortcuts{
	float:left;
	width:480px;
	height:56px;
	margin-top:20px;
	text-align:right;	
}

#lang ul,#shortcuts ul{
	margin-bottom:0px;
	padding:0px;
}

#shortcuts ul li{
	
}

#lang ul li,#shortcuts ul li, #shortcuts ul li form{
	display:inline;
	margin-left:8px;
}

#shortcuts ul li form input{
	float:right;
	height:14px;
	margin-right:0px;
	margin-left:10px;
	border-right:0px;
	color:#CCC;
	font-size:11px;
}

#shortcuts ul li form input:focus{
	box-shadow:none;
	border-color:#CCC;
}

#shortcuts ul li form input[type=image]{
	margin:0px;
	padding:0px;
	height:18px;
	border-right:1px solid #CCC;
}

#lang ul li a,#shortcuts ul li a{
	font-size:11px;
	color:#999999;
	text-decoration:none;
}

#lang ul li a.currentSprachwahl{
	color:#004da0;	
}

#suche{
	float:left;
	width:140px;
	height:56px;
	margin-top:20px;	
}

#navi1{
	float:left;
	width:940px;
	height:25px;
	padding-top:20px;
}

#banner{
	float:left;
	width:774px;
	height:230px;
	color:#666666;
}

#banner a, #banner li{
	color:#666666;
}

#navi1 ul{
	margin:0px;
	padding:0px;
}

#navi1 ul li{
	display:inline;		
}

#navi1 ul li a{
	color:#666666;
	font-size:14px;
	text-transform:uppercase;
	text-decoration:none;
	padding:0px 10px 0px 2px;
}

#navi1 ul li a:hover{
	color:#004da0;
}

#navi1 ul li.active a, #navi1 ul li.parentactive a, #navi2 ul li.active_no_kids a{
	color:#004da0;
}

#navi1 ul li ul {
	background-color:#fff; 
	top:20px; 
	background-image:url(/art/adlatus/bg_navi2.gif);
	background-repeat:no-repeat;
	list-style:none;
	border:1px solid #EEE;
}

#navi1 ul li ul li{
	border-bottom:1px solid #fff;
}

#navi1 ul li ul a{
	color:#004da0; 
	text-transform:none;
	display:block;
	padding:5px;
}

#navi1 ul ul ul{
	display:none ! important;
	visibility:hidden;
}

#navi2 ul{
	width:165px;
	background-image:url(/art/adlatus/bg_navi2.gif);
	background-repeat:no-repeat;
	list-style:none;
	margin:0px;
	padding:0px;
}

#navi2 ul ul{
	background-image:none;
}

#navi2 ul ul ul{
}

#navi2 ul ul ul li a{
	padding-left:20px;
	background-image:url(/art/adlatus/aufzaehl.gif);
	background-repeat:no-repeat;
	background-position:6px 8px;
}

#navi2 ul li{
}

#navi2 ul li a{
	text-decoration:none;
	color:#000;
	font-size:11px;
	display:block;
	padding:5px;
	border-bottom:1px solid #fff;
}

#navi2 ul li a:hover{
	color:#004DA0;
}

#navi2 ul a.active , #navi2 ul a.parentactive, #navi2 ul a.active_no_kids{
	background-color:#fff;
	color:#004da0;
}

#navi2 ul ul ul ul li a{
	padding-left:30px;
	background-position:16px 8px;
}


#adresse{
	width:152px; 
	height:115px; 
	background:#d7dbdf; 
	float:left; 
	padding-left:14px;
	padding-top:5px;
	font-size:10px;
}

#login{
	width:152px; 
	height:110px; 
	background:#d7dbdf; 
	float:left; 
	padding-left:14px;	
}

#login input, #login a{
	font-size:10px;
}

#formular_login_titel, #formular_passwort_vergessen_titel{
	font-weight:bold;
}

#quicklinks{	
	font-size:11px;
	float:left;
	width:940px;
}

#quicklinks ul{
	list-style-image:url(/art/adlatus/aufzaehl.gif) !Important; 
	list-style-position:inside; 
	margin:0px;
	padding:0px;
}

#quicklinks ul li{
	float:left; 
	padding:0 0 0 5px;
	margin-right:15px;
}

#quicklinks a{
	text-decoration:none; 
	color:#004DA0; 	
	font-size:11px;
	font-weight:bold; 
}

#links{
	float:left;
	width:940px;
	text-align:center;
}

#footer{
	float:left;
	width:906px; 
	background:#004DA0; 
	color:#fff; 
	padding:5px 17px; 
	padding-bottom:15px;
	margin-bottom:10px;
}

#footer ul{
	margin:0px;
	padding:0px;
	line-height:18px;
}

#footer h2{
	margin-bottom:2px;
}

#kernkompetenzen{
	float:left;
	width:306px;
}

#regionen{
	float:left;
	width:306px;
}

ueber_adlatus{
	float:left;
	width:306px;
}

#footer p,#footer li{
	font-size:11px;
}

#footer ul{
	list-style-image:url(/art/adlatus/aufzaehlw.gif); 
	list-style-position:inside;
}

#footer h2{
	font-size:18px;
	color:#fff;
}

#footer a{
	text-decoration:none;
	color:#fff;
}

#footer a:hover{
	text-decoration:underline;	
}

.tabs{

}

.tabs .tabNavi{
	float: left;
	width: 100%;
	background: #FFFFFF url(/art/tabs/hintergrund.gif) repeat-x bottom;
	line-height: normal;
}

.tabs .tabNavi ul{
	margin: 0px;
	padding: 10px 10px 0;
	list-style: none;
	line-height:normal;
}

.tabs .tabNavi ul li{
	float: left;
	margin: 0px 4px;
	border:1px solid #004DA0;
	border-bottom:0 solid #004DA0;
	list-style: none;
	margin-top:10px;
	margin-bottom:0px ! important;
}

.tabs .tabNavi ul li a{
	display:block;
	font-weight:normal;
	line-height:10px;
	padding:5px 15px 4px;
	text-decoration:none;
	color:#004DA0;
}

.tabs .tabNavi ul li a:hover{

}

.tabs .tabNavi ul li.aktiv{
	margin-top:0px;
	margin-top:5px;
}

.tabs .tabNavi ul li.aktiv a{
	font-weight: bold;
	text-decoration: none;
	color:#004DA0;
	background:#fff;
	padding-top:10px;
}

.tabs .tabNavi ul li.aktiv a:hover{

}

.tabs .tabinhalt{
	float:left;
	width: 100%;
	padding-bottom: 5px;
	padding-top: 15px;
}

.tabs .tabinhalt .aktiv{
	display: block;
	border-top: 0px; /* wird mit den tabs gemacht. */
}

.tabs .tabinhalt .versteckt{
	display: none;
}

/*------------------------------------------------------------------------*/

/******************************
Layout drucken
******************************/

#drucken{
	width: 580px;
}

@media print {
.window_print{
	display:none;
}
}

/*------------------------------------------------------------------------*/

/******************************
Layout printscreen
******************************/

#printscreen
{
	margin-top: 0px;
}
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/


.scrollleft, .scrollright{
	position:absolute;
	top:0;
	background-repeat:no-repeat;
	background-position:50%;
	background-color:#fff;
	width:12px;
	height:100%;
	cursor: pointer;
	z-index:1;
}
.scrollleft{
	background-image:url(/art/adlatus/slide_left.gif);
	left:0;
}
.scrollright{
	right:0;
	background-image:url(/art/adlatus/slide_right.gif);
}
.scrollleft:hover{
	background-image:url(/art/adlatus/slide_left_hover.gif);	
}

.scrollright:hover{
	background-image:url(/art/adlatus/slide_right_hover.gif);
}

.download table{
	width:100%;
	background-image: url("/art/adlatus/bg_navi2.gif");
	background-repeat:repeat-x;
}

.download table th{
	cursor:pointer;
	background-image:url("/art/adlatus/arrow_up_down.png");
	background-repeat:no-repeat;
	background-position:0px 5px;
	padding-left:16px ! important;
}

.download table th.headerSortDown{
	background-image:url("/art/adlatus/arrow_down.png");
}

.download table th.headerSortUp{
	background-image:url("/art/adlatus/arrow_up.png");
}


.download table th,.download table td{
	padding:5px;
	text-align:left;
	border-bottom:1px solid #fff;
}

.download table td a{
	line-height:16px;
	float:left;
}

.download table tr.zebra1 td{
	background-image:url(/art/adlatus/zebra.png);
}

.download table tr.zebra0 td{
	
}

a.pdf {
	background: url(/Image/public/piktogramm/pdf.png) no-repeat left center;
	padding-left: 20px;
}

a.doc {
	background: url(/Image/public/piktogramm/doc.png) no-repeat left center;
	padding-left: 20px;
}

a.xls {
	background: url(/Image/public/piktogramm/xls.png) no-repeat left center;
	padding-left: 20px;
}

a.txt {
	background: url(/Image/public/piktogramm/txt.png) no-repeat left center;
	padding-left: 20px;
}

a.rtf {
	background: url(/Image/public/piktogramm/rtf.png) no-repeat left center;
	padding-left: 20px;
}
 
a.zip {
	background: url(/Image/public/piktogramm/zip.png) no-repeat left center;
	padding-left: 20px;
}

a.ppt {
	background: url(/Image/public/piktogramm/ppt.png) no-repeat left center;
	padding-left: 20px;
}
 
a.img {
	background: url(/Image/public/piktogramm/img.png) no-repeat left center;
	padding-left: 20px;
}

a.mp3 {
	background: url(/Image/public/piktogramm/mp3.png) no-repeat left center;
	padding-left: 20px;
}

.info{
    background-color: #FFFFCC;
    background-image: url("/art/info.png");
    background-position: 10px 10px;
    background-repeat: no-repeat;
    border: 1px solid #004DA0;
    color: black;
    padding: 10px 10px 10px 30px;
}

.fehler{
    background-color: #FFFFCC;
    background-image: url("/art/error.png");
    background-position: 10px 10px;
    background-repeat: no-repeat;
    border: 1px solid #CE0538;
    color: black;
    padding: 10px 10px 10px 30px;
}

.error{
	color:#C00;
}

input.error{
	box-shadow: 0 0 5px #C00;
    -webkit-box-shadow: 0 0 5px #C00; 
    -moz-box-shadow: 0 0 5px #C00;
    border:1px solid #C00;
}

input.valid{
	box-shadow: 0 0 5px #090 ;
    -webkit-box-shadow: 0 0 5px #090 ; 
    -moz-box-shadow: 0 0 5px #090 ;
    border:1px solid #090 ; 	
}

label.error{
	float:left;
	color:#C00;
	padding:5px;
	margin-bottom:5px;
	background-color:#FF9;
	border-bottom:1px solid #C00;
	border-left:1px solid #C00;
	border-right:1px solid #C00;
	border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.details_feld_titel{
	font-size:10px;
	font-weight:bold;
	text-align:left;
	vertical-align:top;
}

.details_feld_inhalt{
	font-size:10px;
	text-align:left;
	vertical-align:top;
}

#anfrage td{
	height:45px;
	vertical-align:top;
}

#anfrage td input{
	margin:0px;
	width:100%;
}

#berater th, #berater td{
	padding:5px;
}
#berater th{
	font-style:italic;
}
#berater td{
	border-top:1px solid #EFEFEF;
}

#home td a{
	text-decoration:none;
}

#home td a:hover{
	text-decoration:underline;	
}

#home #content td a{
	color:#004DA0;
}
