* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background-image:url("wallpaper.jpg");
}
#toplane { 
 width: 100%;
 height: 150px;
 background-image:url("topbar.png");
 background-repeat:repeat-x;
 text-align:left;
 color: #00CC00;
}
#wrapperx {
 width:100%;
 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;
 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;
 background: #ffba00;
 margin-top:10px;
 padding-top:10px;
 text-align:center;
 color: #07000e;
}
 
 /* Dropdown Button */
.dropbtn {
	margin-top:31px;
	margin-right:30px;
    padding: 16px 16px 16px 16px;
    font-size: 18px;
    border: none;
    cursor: pointer;
}

#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; }