HTML {
}


BODY {
	PADDING: 0px;
	margin: 0px;
	COLOR: #000000;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: center;
	background-color: #0073B5;
}


img {max-width: 100%; height: auto;}


/* Allgemein */

#zentriert {
	font-size: 14x;
	width: 100%;
	max-width: 900px;
	text-align: left;
	margin: auto;
	background-color: #FFFFFF;
	margin-bottom: 10px;
}

#content li {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	margin-left: 20px;
}

.cleaner {
clear: both;
height: 1px;
font-size: 1px;
border: 0px none;
margin: 0px;
padding: opx;
background: transparent;
}

    





h1, h2, h3, h4, h5, h6 {
	font-size: 15px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	margin-top: 0px;
	padding: 0px;
	margin-bottom: 19px;
	text-align: left;
}


a:link {
	text-decoration: underline;
	font-weight: normal;
	color: #000000;
}
a:visited {
	text-decoration: underline;
	font-weight: normal;
	color: #000000;
}
a:hover {
	text-decoration: none;
	font-weight: normal;
	color: #000000;
}
a:active {
	text-decoration: underline;
	font-weight: normal;
	color: #000000;
}








/* Kopfbereich */

#kopf {
	border-top: 10px;
	border-top-color: #FFFFFF;
	border-top-style: solid;
}




#oben{
	background-color: #0073B5;
	margin-left: 1.111%;
	margin-right: 1.111%;
	visibility: hidden;
}


#oben a{
	color: #ffffff;
	text-decoration: none;
	
}



/* fuss */
#fuss {
	font-size: 12px;
	COLOR: #333333;
	HEIGHT: 50px;
	padding-top: 5px;
	background-color: #0072BB;
	border-top: 20px;
	border-top-color: #FFFFFF;
	border-top-style: solid;
	border-bottom: 10px;
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	margin-left: 10px;
	margin-right: 10px;
}


#fuss a{
	COLOR: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}



#fusslinks {
	FLOAT: left;
	text-align: left;
	width: 17.777%;
	margin-left: 5px;
	color: #FFFFFF;
}



#fussrechts {
	FLOAT: right;
	text-align: left;
	width: 1px;
	margin-right: 10px;
	padding-top: 10px;
}




#fussmitte {
	margin-left: 21.111%;
	margin-right: 20px;
	text-align: center;
	color: #FFFFFF;
	padding-top: 10px;	
}





/* Seiten */



#links {
	float:left;
	width: 22%;
	margin:  0px 0px 0px 10px;
	padding-left: 0px;
	padding-right: 0px;
}






#links li{
	margin-left: -30px;
	color: #0073B5;
	text-align: left;
			
}





#content {
	PADDING-BOTTOM: 0px;
	margin: 0px 10px 0px 25%;
	text-align: justify;
	padding-left: 0px;
	padding-right: 0px;
}
	
.contentbild {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	text-align: right;
	border: 0px;
	margin-bottom: 10px;
	border-color: #000000;
	border-style: solid;
	margin-left: 10px;
	max-width: 50%;
}

#contentbild_2 {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 0px;
	text-align: right;
	max-width: 50%;
}



/* Menü */
 
.menutitle{
padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	display: block;
	margin: 0px 0px 0px 0px;
	color: #FFFFFF;
	text-align: left;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-right-color: #000000;
	border-right-style: solid;
	background-color: #0073B5;
	border-right: 1px;
	border-top: 1px;
	border-top-color: #FFFFFF;
	border-top-style: solid;
	border-left: 1px;
	border-left-color: #FFFFFF;
	border-left-style: solid;	

}


#clink  {
	height: auto;
	margin:  0px;
	text-align: left;
	font-size: 14px;
}


#clink a {
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 10px;
	padding-top: 10px;
	display: block;
	margin: 0px 0px 0px 0px;
	color: #FFFFFF;
	text-align: left;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-right-color: #000000;
	border-right-style: solid;
	background-color: #0073B5;
	border-right: 1px;
	border-top: 1px;
	border-top-color: #FFFFFF;
	border-top-style: solid;
	border-left: 1px;
	border-left-color: #FFFFFF;
	border-left-style: solid;
	}
	
#clink a:hover {
	text-align: left;
	text-decoration: underline;
	font-weight: bold;
}












 
 /* dynamisch navi */
	
nav, ul, li, a  {margin: 0; padding: 0;}


.mobiles-menu {
	display:  none;
	padding: 10px 15px 10px 15px;
	color: #fff;
	width: 80%;
				}

.nav {
	list-style: none;
     *zoom: 1;
	margin-top: 7px;
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}

/*dropdown link breite*/
.nav ul {
    list-style: none;
    width: 250px;
}
.nav a {
    padding: 10px 15px 10px 15px;
    color:#fff;
}
.nav li {
    position: relative;
}
.nav > li {
    float: left;
    border-top: 0px solid #ffffff;
}
.nav > li > .parent {
	background-image: url("templates/downArrow.png");
	background-repeat: no-repeat;
	background-position: right;
}
.nav > li > a {
	display: block;

	}
	
.nav li  ul {
    position: absolute;
    left: -9999px;
}
.nav > li.hover > ul {
    left: 0;
}
.nav li li.hover ul {
    left: 100%;
    top: 0;
}
.nav li li a {
	display: block;
	position: relative;
	z-index:100;
	border-top: 1px solid #ffffff;
	background-color: #D89C24;
}
.nav li li li a {
    background:#249578;
    z-index:200;
    border-top: 1px solid #1d7a62;
}











@media screen and (max-width : 768px){



#oben{
	HEIGHT: auto;
	visibility: visible;
	margin-bottom: 20px;

}

#links{

display: none;
	
}

#content {
	margin: 0px 10px 0px 10px;

}




/*Menu*/


.nav {
		background-color: #336699;
}


	
   .active {
        display: block;
		  }
		  
    .nav > li {
        float: none;
		border-top: 1px solid #ffffff;
    }
    .nav > li > .parent {
        background-position: 95% 50%;
		background-color: #D89C24;
    }
	
	.nav li li a {

	background-color: #336699;
}


    .nav li li .parent {
        background-image: url("templates/downArrow.png");
        background-repeat: no-repeat;
        background-position: 95% 50%;
    }
    .nav ul {
        display: block;
        width: 100%;
		    }
			
   .nav > li.hover > ul , .nav li li.hover ul {
        position: static;
    }




}








@media screen and (max-width : 650px){




#fuss {

	HEIGHT: 150px;

}

#fusslinks {
	FLOAT: none;
	width: 60%;

}



#fussrechts {
display: none;
}




#fussmitte {
	margin-left: 5px;
	margin-right: 5px;
	text-align: left;
	margin-top: 10px;
	
}



}


@media screen and (max-width : 400px){



#zentriert {
font-size: 13px;


}



#content {
text-align: left;


}

h1, h2, h3, h4, h5, h6 {
	font-size: 14px;
	margin-bottom: 10px;

}


}

















