/*
    Eric Meyer's CSS reset
    http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}:focus{outline:0;}body{line-height:1;color:black;background:white;}ol,ul{list-style:none;}table{border-collapse:separate;border-spacing:0;}caption,th,td{text-align:left;font-weight:normal;}blockquote:before,blockquote:after,q:before,q:after{content:"";}blockquote,q{quotes:"" "";}


/** 4 full background **/

html, body, #bg, #bg table, #bg td {
    height:100%;
    width:100%;
    overflow:hidden;
}

#bg div {
    height:200%;
    left:-50%;
    position:absolute;
    top:-50%;
    width:200%;
}

#bg td {
    text-align:center;
    vertical-align:middle;
}

#bg img {
    margin:0 auto;
    min-height:50%;
    min-width:50%;
}       



body {
    background: #efefef;
    font-size: 62.5%;
    font-family: helvetica, arial, sans-serif;
    color: #555;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    color: #016891;
}

h2 {
    font-size: 1.6em;
    font-family: georgia, times, "times new roman", serif;
    margin: 0 0 1em 0;
    text-transform: uppercase;
    letter-spacing: .1em;
}

h3 {
    font-size: 1.4em;
}
 
a {
    color: #016891;
}

a:hover {
    color: #833832;
}

a:focus {
    outline: 1px dotted #000;
}

strong {
    font-weight: bold;
}

#cont {
    position:absolute;
    top:0;left:0;
    z-index:70;
    overflow:auto;
    width: 100%;
    height: 100%;
    margin-bottom: 10em;
    min-width: 890px;
    width: 100%;
}

.box {
    width: 100%;
    margin: 0 auto;
    height: 100%;
    margin-bottom: 1em;
    /* padding-bottom:100px; */
}

#header {
    background: #fff;
    overflow: hidden;
    padding: 2em 2em 1em 2em;
}

#home, #nrw_link, #puk_link {
    text-indent: -9999px;
    display: block;
    float: left;
}

#home {
    background: url(../_img/layout/logo.jpg) no-repeat;
    width: 615px;
    height: 100px;
}

#nrw_link {
    background: url(../_img/layout/nrw-vertretung.png) no-repeat;
    width: 200px;
    height: 53px;
}

#puk_link {
    background: url(../_img/layout/puk-logo.png) no-repeat;
    width: 104px;
    height: 29px;
    margin-right: 2em;
}

#headnavi {
    float: right;     
    margin-top: 2em;       
}

#headnavi li {
    display: inline;
    margin-left: 1em;
}

#topnavigation {
    overflow: hidden;
}

#topnavigation .main {
    float: left;
    background: white;
}
        
#topnavigation .sub {
    float: right;
}

#topnavigation ul li {
    display: inline;
}

#topnavigation .main li a {
    line-height: 3em;
    font-weight: bold;
    font-size: 1.4em;
    text-decoration: none;
    display: block;
    float: left;
    padding: 1em 1.35em;
    color: #000;
}   

        
#topnavigation .main li a.red {
    color: #BF4747;
}  

#topnavigation .main li a:hover {
    background: #004478;
    color: #fff;
}       
        
#topnavigation .main li a.active {
    background: #000;
    color: #fff;
}



#topnavigation .sub li a {
    line-height: 3em;
    font-size: 1.2em;
    text-decoration: none;
    display: block;
    float: left;
    color: #fff;
    padding: 1em;
    font-weight: bold;
}

#topnavigation .sub li a:hover {
    text-decoration: underline;
}


#main {
    font-size: 1.2em;
    font-family: arial, sans-serif;
    background: white;
    /* background: rgba(255,255,255,.9); */
    margin: 2em 0 0 2em;
    padding: 3em;
    width: 48.3em;
    line-height: 1.4em;
    min-height: 20em;
    overflow: auto;
    
}

#content {
    padding: 0 0 2em 0;
}

dl.programm dt {
    clear: left;
    color: #016891;
    float: left;
    width: 8em;
    margin-bottom: 1em;
}

dl.programm dd {
    float:left;
    width: 35em;
    margin-bottom: 1em;
}

div.service {
    margin-bottom: 3em;
}

div.service img {
    float: right;
}

#content input.long{
    width:505px;
}
#content input.name{
    width:250px;
}