html { height:100%}

body { 	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif; 
		min-height: 100%;
	    background-color:#FFFFFF; margin:0; padding:0;  
		color:#333333;  
		
}

h1 { font-size:2em; font-weight: bold; }

.titel {	font-size:2em;}
.subtitel {	font-size:1.4em;}
.image {width:900px;}

a { color:#333333; text-decoration:none;}
a:hover { color: #000000; }
a.nav, a.nav:visited { /*font-size:14px; text-decoration:none; color:#535353; */}


/* ********* NAVIGATION ************/

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
	background-color:#5786BA;
	border-radius: 2px;
	box-shadow: 0px 2px 5px #000000;
	font-size:1.5em;
}
	


li {
    float: left;
}

li a, .dropbtn {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

li a:hover, .dropdown:hover .dropbtn {
	background-color: #D8AE66;
	border-radius: 2px;
}

li.dropdown, .active {
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 190px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	border-radius: 2px;
	
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;

}

.dropdown-content a:hover {
	background-color: #D8AE66;
	
}

.dropdown:hover .dropdown-content {
    display: block; z-index:12;
}
/* ********* NAVIGATION ************/