html { height: 100%; } body { background-color: #00196D; margin: 0; padding: 0; color: #FFFFFF; font-size: 12px; height: 100%; } h1 { font-size: 16px; } h2 { font-size: 14px; } a:link, a:hover, a:visited, a:active, a:focus { text-decoration: none; border: none; } a:link, a:visited { color: #FFFFFF; border-bottom: 1px Dotted #FFFFFF; } a:hover { border-bottom: none; } img { border: none; } /* Mittige Positionierung */ #main { padding: 0; margin: 0 auto; width: 800px; background-color: #222266; min-height: 100%; } /* Menü */ #menu { z-index: 2; width: 200px; /* height: 561px; */ float: left; background-color: #0242A6; position: absolute; font-size: 12px; min-height: 100%; } #menu ul { list-style: none; padding: 0; } #menu ul li { margin-bottom: 10px; padding: 0; border-top: 1px solid white; border-bottom: 1px solid white; line-height: 15px; } #menu ul li a { display: block; width: 180px; padding: 0 10px; line-height: 15px; background-color: #00196D; color: #FFFFFF; border: none; } #menu ul li a:hover { background-color: #0242A6; } #menu #stats { padding: 10px; margin-top: 30px; margin-bottom: 30px; font-size: 12px; background-color: #00196D; border-top: 1px solid #ffffff; border-bottom: 1px solid #ffffff; } /* Inhalt */ #content_container { min-height: 100%; width: 600px; border-left: 200px Solid #0242A6; background-color: #222266; z-index: 1; position: absolute; } #content { padding: 10px 10px 26px; } #content table { width: 100%; } #content label { float: left; width: 180px; height: 15px; margin-bottom: 5px; } #content input[type="text"], #content input[type="password"], #content select, #content textarea, #content .form_data { display: inline-block; color: #FFFFFF; font: Arial; font-size: 10px; height: 13px; padding: 0; margin: 0 0 5px 0; width: 300px; border: 1px Solid #FFFFFF; background-color: #222266; clear: both; } #content .form_data_img { height: 20px; display: inline-block; } .checkbox_form { display: inline-block; clear: both; height: 14px; } #content .calendar_button { height: 15px; vertical-align: text-top; margin: 0 0 5px 5px; } #content select { width: 302px; height: 15px; } #content select option { padding: 0; } #content textarea { height: 40px; } input[type="submit"], input[type="button"] { height: 20px; font-size: 10px; padding: 0; margin: 0; } .left_aligned { text-align: left; } .right_aligned { text-align: right; } .bold { font-weight: bold; } .underline { border-bottom: 1px Solid #FFFFFF; } .full_width { width: 100%; } .center { text-align: center; } input.abr_erstellen { border: none; background: none; color: #FFFFFF; text-align: left; line-height: 12px; } input.abr_erstellen:hover { font-weight: bold; } table a:link, table a:visited { border: none; } .error { display: block; width: 100%; color: #55FF55; margin-bottom: 2px; }