/*######## Basis Style ########*/

html,body
{
height:100%;
}
body
{
background:#003;
color:#000;
text-align:center;
}

body, h1, h2, h3, h4, h5, h6, div, p, table, td, ul, ol, li, dd, dt, dl, blockquote, address, hr, pre, form, fieldset,legend {
margin: 0;
padding: 0;
}

p, li, div, h1, h2, h3, h4, h5, h6 {
font-weight: normal;
font-size: 1em;
}

html>body .moz-bug
{
clear:both;
}

td{vertical-align:top}
ul, li{list-style:none}
img,fieldset{border:0}

.clearfix:after, dl dd:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix, dl dd {display: inline-table;}
 /* Hides from IE-mac \*/
* html .clearfix, * html dl dd {height: 1%;}
.clearfix, dl dd {display: block;}
/* End hide from IE-mac */

.clear
{
clear:both;
height:0;
}
/*######## Ende Basis Style ########*/


/*######## Allgemein ########*/

h1
{
font-size:1.2em;
font-weight:bold;
text-align:left;
color:#003;
position:absolute;
bottom:2em;
left:19em;
}

div#infofenster h1
{
font-size:1.2em;
font-weight:bold;
text-align:left;
color:#003;
padding:1.5em 0 1.0em;
position:static;
}

h2
{
font-weight:bold;
margin:0.2em 0;
}
a
{
color:#335;
font-weight:bold;
text-decoration:none;
}
a:visited
{
color:#099;
}
a:hover, a:active
{
color:#099;
}

address
{
font-style:normal;
text-align:left;
margin:1.0em 0;
}

strong
{
font-weight:bold;
font-style:normal;
}

em
{
color:#099;
font-weight:normal;
font-style:normal;
}
/*######## Ende Allgemein ########*/


/*######## Container ########*/

#container
{
height: 100%;
width:100%;
overflow:hidden;
text-align:center;
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 62.5%;
}

#container[id]
{
display:table;
}

#wrapper[id]
{display:table-cell;
vertical-align:middle;
}

#inhalt[id]
{
width:76em;
max-width:90%;
margin:auto;
text-align:left;
min-height:450px;
position:relative;
}

div.bg1
{
background:#FFF url("/grafik/hintergrund1.jpg") no-repeat scroll left bottom;
}

div.bg2
{
background:#FFF url("/grafik/hintergrund2.jpg") no-repeat scroll left bottom;
}

div#header
{
height:100px;
background:transparent url("/grafik/logo_kl.jpg") no-repeat scroll 10px 0;
position:relative;
padding-left:23em;
margin-right:10em;
}
div#nav
{
width:20em;
position:absolute;
top:0;
left:0;
}

div#content
{
margin:0 10em 1.5em 23em;
text-align:left;
padding-bottom:80px;
}

div#infofenster
{
background:#FFF;
padding:0 1.5em;
margin:0;
min-height:100%;
text-align:left;
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 62.5%;
}
* html div#infofenster
{
height:100%;
}
/*######## Ende Container ########*/

/*######## Menu ########*/

div#nav ul
{
margin:0 auto;
padding-top:100px;
width:12em;
}

div#nav ul li
{
text-align:left;
line-height:1.5em;
}

div#nav ul li.news
{
margin-top:1.0em;
}

div#nav ul li.imp
{
margin:2.0em 0 1.5em;
}

/*######## Ende Menu ########*/

/*######## Formular ########*/

form fieldset
{
margin-bottom:3em;
border:2px solid #003;
padding:1em;
}
form legend
{
background:#D9D8DE;
color:#003;
border:2px solid #003;
font: bold 1.3em Verdana,Arial,Helvetica,sans-serif;
padding:0.3em;
}
input
{
background:#D9D8DE;
border:1px solid #003;
color:#003;
font: normal 1.1em Verdana,Arial,Helvetica,sans-serif;

}
dl input
{
width:80%;
}

dl input[type=checkbox]
{
width:13px;
}
input[type=submit]
{
cursor:pointer;
}
form label
{
cursor:pointer;
font-size:1.1em;
}

form#onlineberater
{
margin-bottom:3em;
}

form#onlineberater fieldset
{
border:2px solid #003;
padding:1em;
}
form#onlineberater legend
{
background:#D9D8DE;
color:#003;
border:2px solid #003;
font: bold 1.3em Verdana,Arial,Helvetica,sans-serif;
padding:0.3em;
}
form#onlineberater dd input, form#onlineberater dd textarea
{
background:#D9D8DE;
border:1px solid #003;
color:#003;
width:12em;
font: normal 1.1em Verdana,Arial,Helvetica,sans-serif;
}
form#onlineberater dd textarea
{
width:20em;
}
input#PLZ
{
width:3.5em !important;
}
input#Ort
{
width:8em !important;
}
input.box
{
width:auto !important;
}

input#senden
{
background:#D9D8DE;
border:1px solid #003;
color:#003;
cursor:pointer;
font: normal 1.1em Verdana,Arial,Helvetica,sans-serif;
}

form#onlineberater label
{
cursor:pointer;
}
.pflicht
{
font-weight:bold;
}

/*######## Ende Forumlar ########*/

/*######## Inhalt ########*/

div#content p
{
text-align:left;
margin:0 0 1.1em;
}

dl dt
{
float:left;
width:9em;
text-align:left;
padding-bottom:1.0em;
}
dl dd
{
margin-left:9em;
text-align:left;
padding-bottom:1.0em;
}

div#content ul.infoliste
{
margin:1.0em 0;
}
div#content ul.infoliste li
{
margin-bottom:0.1em
}

ul.infoliste li
{
list-style:square;
margin-left:2.5em;
}

ul.linkliste li
{
list-style:square;
line-height:2em;
}

ul.downloadlinks, ul.loesungen, div#infofenster ul
{
margin-bottom:1.0em;
}

ul.downloadlinks li, p.downloadlinks
{
padding-left:20px;
background:url("/grafik/pfeil_blau.gif") no-repeat left center;
margin-bottom:0.2em;
}

ul.loesungen li
{
margin-bottom:0.1em;
}
ul.infolinks li
{
float:left;
margin-right:1.5em;
}
p.weitere-infos
{
float:right;
}

a.pdf
{
background:url("/grafik/pdf.gif") no-repeat right center;
padding-right:13px;
margin-right:0.8em;
white-space:nowrap;
}
.neu
{
background:url("/grafik/neu.gif") no-repeat right center;
padding-right:30px;
margin-right:0.5em;
white-space:nowrap;
}

.col1 {margin-left: 1.5em;}
.col2 {margin-left: 20em;}
.coltopper {margin-top: -18em;}


table.tbl
{
border-collapse:collapse;

}
table.tbl td
{
border:1px solid #099;
padding:0.5em 0.2em;
vertical-align:top;
}
.kopfzeile td
{
background:#099;
}
.kopfzeile td a:link, .kopfzeile td a:visited
{
color:#003;
}
.kopfzeile td a:hover
{
color:#FFF;
}
/*######## Ende Inhalt ########*/
