/* CSS Document */ *{ padding:0px; margin:0px; border:none; } body { background-color: black; text-align: center; font-family: Verdana, Arial, Helvetica, sans-serif, "Comic Sans MS"; color: #660099; font-size:16px; } div { display: inline-block; margin:0px; border:none; padding:0px; } #headwrapper{ background-color: #000000; height: 60px; margin: 0px; padding: 0px; position: fixed; top: 0px; z-index: 1; text-align: center; } #menu { font-size:13px; position:relative; padding-top: 15px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; text-align: center; } #menu ul { list-style-type:none; list-style-image:none; margin:0px; padding:0px; } #menu li.topmenu { float:left; } .topmenu a { width:114px; float: left; height:25px; font-weight:bold; } .topmenu ul{ display:none; vertical-align: middle; } .topmenu a, .submenu a{ padding:0px 2px; border-collapse:collapse; color:#660099; text-decoration:none; background-color:#CCCCCC; margin:0; border-top: 0px solid #000000; border-right: 1px solid #000000; border-bottom: 1px solid #000000; border-left: 1px solid #000000; } .submenu a{ font-size:12px; font-weight:normal; width:116px; position:relative; clear:both; } #menu a:hover, .topmenu.on a { color:#330000; font-weight:bold; background-color:#ffff00 !important; } .topmenu:hover ul { display:block; z-index: 2; } #frmanmeldung { padding-top: 10px; padding-left: 20px; } #txtusername { width: 100px; } #txtpassword { width: 100px; } #loginbutton { padding-right: 10px; padding-left: 10px; width: 100px; } #registerbutton { padding-right: 10px; padding-left: 10px; width: 100px; } #leobutton { width: 100px; padding-right: 15px; padding-left: 15px; } #main { top: 60px; position: absolute; padding: 0px; margin: 0px; } #fixedheader { background-color: #000000; width: 96%; height: 60px; position: fixed; top:0px; left: 2%; right: 2%; color: #00CC99; z-index: 1; text-align: center; } #loseheader{ background-color: #CCCCCC; width: 840px; top: 0px; position: relative; background-image: url(images/hh_hafen_002.jpg); height: 210px; } #first{ background-color: #CCCCCC; width: 840px; text-align: center; } #firstleft { float: left; width: 174px; padding: 6px 2px 2px 6px; text-align: left; border-top: 12px solid #000000; border-right: 6px solid #000000; border-bottom: 12px solid #000000; height: 174px; margin: 0px; left: 0px; } #firstmiddle { width: 444px; margin-right: auto; margin-left: auto; text-align: left; position: relative; padding: 6px 2px 2px 6px; height: 174px; border-top: 12px solid #000000; border-right: 6px solid #000000; border-bottom: 12px solid #000000; border-left: 6px solid #000000; left: auto; right: auto; } #firstright { float: right; width: 174px; text-align: left; padding: 6px 2px 2px 6px; border-top: 12px solid #000000; border-bottom: 12px solid #000000; border-left: 6px solid #000000; height: 174px; margin: 0px; } #second{ background-color: #CCCCCC; width: 840px; } #third{ background-color: gray; width: 840px; } #fourth{ background-color: red; width: 840px; } #last{ background-color: green; width: 840px; }