@charset "utf-8"; /* CSS Document */ body{ background:#f1f9f9; max-width: 800px; padding: 40px 40px 40px; font-family: sans-serif; } nav{ text-align: center; } .form-signin { max-width: 500px; padding: 19px 29px 29px; margin: 0 auto; //margin-top:90px; 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:#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; } .signin-form, .body-container { //border:solid red 1px; margin-top:110px; } .navbar-brand{ font-family:"Lucida Handwriting"; } #btn-submit{ height:45px; } .titel{ padding: 10px 20px 10px 20px; } .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{ position: fixed; top: 20; left: 20; // width: 100%; border-spacing: 0px; text-align: left; max-width: 800px; padding: 19px 29px 29px; margin: 0 auto; //margin-top:90px; 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; } 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; }