@charset "utf-8"; /* CSS Document */ body{ background:#f1f9f9; max-width: 900px; padding: 40px 40px 40px; font-family: sans-serif; } nav{ text-align: center; } .form-signin { max-width: 500px; padding: 19px 29px 29px; margin: 0 auto; background-color: #fff; border: 1px solid #e5e5e5; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05); -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.05); box-shadow: 0 1px 2px rgba(0,0,0,0.05); font-family:Tahoma, Geneva, sans-serif; color:#990000; font-weight:lighter; } .form-signin .form-signin-heading{ color:#00A2D1; } .form-signin .form-signin-line{ color:#AAA2D1; font-size: 18px; } .form-signin input[type="text"], .form-signin input[type="password"]{ font-size: 16px; height: 45px; padding: 7px 9px; } .btn-big{ font-size: 16px; height:45px; } .btn{ font-size: 14px; height:45px; } .sbtn{ font-size: 12px; height:30px; padding: 0px 0px 0px 0px; } .signin-form, .body-container { margin-top:110px; } .navbar-brand{ font-family:"Lucida Handwriting"; } #btn-submit{ height:45px; } .titel{ padding: 10px 20px 10px 20px; font-style: oblique; font-size: 14pt; } .h5{ font-family:Verdana, Geneva, sans-serif; } h1{ font-family:Verdana, Geneva, sans-serif; font-size: 24px; } caption{ font-family:Verdana, Geneva, sans-serif; text-align: left; font-size: 14px; padding: 19px 29px 10px; } .inhalt{ border-spacing: 0px; text-align: left; max-width: 900px; padding: 19px 29px 29px; margin: 0 auto; background-color: #fff; border: 1px solid #e5e5e5; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05); -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05); box-shadow: 0 1px 2px rgba(0,0,0,.05); font-family:Tahoma, Geneva, sans-serif; color:#222; font-weight:lighter; } th{ font-size: 16px; } td{ font-size: 14px; word-wrap:break-word; } th, td { border-bottom: 1px solid #ddd; } tr:hover { background-color: #f5f5f5 } div > .bezeichnung{ padding: 10px 0px 10px; } div > .eingabe{ padding: 5px 0px 5px 130px; } #error{ color:#ff0000; } .table{ width:730px; table-layout:fixed; } .table-unvsible{ } #textbox{ width:730px; } caption{ padding: 15px 0px 15px 0px; font-size: 24px; }