/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
    font-family: Times;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clear{
    clear: both;
    height: 0px;
    line-height: 0px;
}


/*START MAINCOLOR********************************/

.maincolor{
    color: #0071BC;
}
.maincolorbg{
    background-color: #0071BC;
}
.mainbordercolor{
    border-color: #0071BC;
}

/*END MAINCOLOR**********************************/

#Header .titles h1{
    font-size: 36px;
}
#Header .titles h2{
    font-size: 21px;
}

#Header{
    height:271px;
    overflow: hidden;
}

#Header .titles{
    position: absolute;
    left: 20px;
    top: 0;
}

#Header .headerpic{
    
}

#Header .logo{
    position: absolute;
    left: 554px;
    top:0;
}
#Header .topnav{
    position: absolute;
    top: 200px;
    left: 650px;
}

#Header .topnav a{
    text-decoration: none;
}
#Header .topnav a span{
    text-transform: uppercase;
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    display: inline-block;
    padding-left: 50px;
    padding: 20px 0 20px 70px;
    text-shadow: 0px 2px 2px #fff;
}

#Header .topnav a span.kontakt{
    background: url(../images/info.png) no-repeat left center;
}

#Header .topnav a span.mail{
    background: url(../images/email.png) no-repeat left center;
}

#Layout{
    background: #F4F1EC;
    border-top: 2px solid white;
    border-bottom: 4px solid #DFE3E4;
    min-width: 1032px;
}

#Navigation,#Aktuelles,#Content{float: left;}

#Navigation{
    width: 190px;
    border-width: 0 0 0 50px;
    border-style: solid;
    padding-left: 10px;
}
#Navigation .box{
    margin: 5px 0;
}

#Navigation .level2 .box{
    
}

#Navigation .level2 .box a{
    background: none;
    
    color: #555;
}

#Navigation .menuitem{
    background: url(../images/wobbel_blau.png) no-repeat left center;
    padding:  2px 0 2px 30px;
    text-transform: uppercase;
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    display: block;
}

#Navigation a:hover, #Navigation .current, #Navigation .section{
    background: url(../images/wobbel_orange.png) no-repeat left center;
    color: #F7931E;
}

#Navigation .level2 .box a:hover, #Navigation .level2 .box .current, #Navigation .level2 .box .section{
    color: #F7931E;
}

#Aktuelles{
    width: 175px;
    height: 344px;
    background-image: url(../images/aktuelles_bg_2px.png);
    color: white;
    padding: 5px 10px 0 10px;
    position: relative;
}

#Aktuelles .title{
    text-transform: uppercase;
    font-size: 18px;
    font-family: Arial;
}

#Aktuelles .content{
    margin-top: 20px;
}

#Aktuelles .content *{
    color: #fff;
    line-height: 15px;
}

#Aktuelles a.link{
    background: url(../images/wobbel_blau.png) no-repeat left center;
    padding:  2px 0 2px 30px;
    font-family: Arial;
    font-size: 13px;
    text-decoration: none;
    color: white;
    position: absolute;
    top: 322px;
    left: 10px;
}

#Content{
    width: 570px;
    margin-left: 2px;
}

#Content .pagetitle{
    color: white;
    height: 25px;
    background-image: url(../images/aktuelles_bg_2px.png);
    padding: 3px 0 0 10px;
    font-size: 18px;
    text-transform: uppercase;
}
#Content .content{
    padding: 0 10px ;
}
    
#Footer{
    background: #E4F1F9;
}

#Footer *{
    color: #0071BC;
    padding: 10px;
    font-size: 12px;
    font-family: Arial;
    line-height: 14px;
}