/* 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: #E6511E;
}
.maincolorbg{
    background-color: #E6511E;
}
.mainbordercolor{
    border-color: #E6511E;
}

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

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

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

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

#Header .headerpic{
    
}

#Header .logo{
    position: absolute;
    left: 542px;
    top:0;
}
#Header .topnav{
    position: absolute;
    top: 280px;
    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;
    text-shadow: 0px 2px 2px #fff;
    height: 60px;
}

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

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

#Layout{
    background: #FEF2DE;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    min-width: 1050px;
}

#NavigationContainer{
    background: #FEF2DE url(../images/grafik_links.png) no-repeat top left;
    min-height: 380px;
    width: 250px;
   position: relative;
}

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

#Navigation{
    padding-left: 50px;
}
#Navigation .box{
    margin: 5px 0;
}

#Navigation .level2 .box{
    
}

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

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

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

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

.wide #NavigationContainer{
    width: 430px;
}

.wide #Content{
    width: 450px;
}

#Navigation .widepic{
    width: 180px;
    height: 380px;
    background: url(../images/grafik_startseite.png) no-repeat;
    position: absolute;
    top: 0;
    left: 250px;
}

#Content{
    width: 720px;
    border-left: 2px solid #fff;
}

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

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