* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
}
#toplane { 
 width: 100%;
 height: 150px;
 background-image:url("topbar.png");
 background-repeat:repeat-x;
 text-align:left;
 color: #cccccc;
}
#wrapperx {
 width:100%;
 background:#07000e;
 min-height:700px;
}
#wrapper { 
 margin: 0 auto;
 min-height:500px;
 width: 1200px;
}
#header {
 width: 990px;
 text-align:left;
 padding: 5px;
}
#navigation {
 width: 1188px;
 color: #333;
 padding: 5px;
 background: #EFEFEF;
 border: 1px solid #AAA;
}
#content { 
 width: 1188px;
 color: #07000e;
 border: 1px solid #AAA;
 background: #FFFFFF;
 padding: 5px;
 min-height: 350px;
 clear:both;
 min-height:600px;
}
#unten {
 width: 1190px;
 color: #ccc;
 padding: 5px;
}

#bottomlane { 
 width: 100%;
 min-height: 25px;
 border-top: solid;
 border-top-width:14px;
 border-color:#FFFFFF;
 background: #ffba00;
 margin-top:10px;
 padding-top:10px;
 text-align:center;
 color: #07000e;
}
 
 /* Dropdown Button */
.dropbtn {
    background-color: #ffba00;
    color: #07000e;
	margin-top:31px;
	margin-right:30px;
    padding: 16px 16px 16px 16px;
    font-size: 18px;
    border: none;
    cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 220px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ffba00}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #ffba00;
}

#bottomlane a:link { text-decoration:none;color:#07000e; }
#bottomlane a:hover { text-decoration:underline;color:#07000e; }
#bottomlane a:active { text-decoration:underline;color:#07000e; }
#bottomlane a:visited { text-decoration:none;color:#07000e; }