/**************** Merlin Login Stylesheets *****************************/

.javascript_on { display: none; }

html {
  background: -moz-linear-gradient( top, #999999, #FFFFFF); /* Für den Firefox */
  background: -webkit-gradient(linear, left top, left bottom, from(#999999), to(#FFFFFF)); /*Für den Safari und Chrome */
  filter: progid:DXImageTransform.Microsoft.gradient (startColorstr=#999999, endColorstr=#FFFFFF); /* Für den IE 6,7 und 8 */
  height: 100%;  
  }

body {
  font-size: 80%;
  font-family: Verdana, Arial;
  }

#main {
  width: 1000px;
  margin: 0 auto;
  }  
  
#content {
  border: 2px solid #A1A1A1;
  padding: 8px;
  margin-top: 40px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background: #FFF;
  position: relative;
  float: left;
  }
  
#header {
  height: 115px;
  background: transparent url(../img/kopf_vwo.jpg) no-repeat left top;
  }  
  
#header a {
  height: 115px;
  display: block;
  width: 1000px;
  }  
  
#left {
  float: left;
  width: 490px;
  }  
  
#right {
  float: left;
  width: 490px;
  margin: 37px 0 0 0;
  }  
  
#wizard_back {
  position: absolute;
  right: 5px;
  bottom: 0;
  display: block;
  width: 140px;
  height: 60px;
  background: url(../img/logoneu.jpg) no-repeat left top;
  }  
  
h1 {
  font-size: 150%;
  color: #CF0700;
  }  
  
h2 {
  font-size: 135%;
  color: #CF0700;
  }  
  
label {
  width: 10em;
  display: block;
  float: left;
  cursor: pointer;
  }  
  
input { 
  cursor: pointer;
  width: 230px;
  color: #000;
  }  
  
.form_button {
  width: 180px;
  color: #FFF;
  margin: 5px 0 0 0;
  padding: 2px 0;
  background: #CF0700;
  border: 1px solid #CF0700;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -webkit-box-shadow: 2px 2px 5px #e2e2e2, inset 2px 2px 5px #e2e2e2;
  -moz-box-shadow: 2px 2px 5px #e2e2e2, inset 2px 2px 5px #e2e2e2;
  box-shadow: 2px 2px 5px #e2e2e2, inset 2px 2px 5px #e2e2e2;
  filter:progid:DXImageTransform.Microsoft.Shadow(color=#e2e2e2, Direction=135, Strength=5);
  -ms-filter:"progid:DXImageTransform.Microsoft.Shadow(color=#e2e2e2, Direction=135, Strength=5)";
  }  
  
.form_button:hover {
  -webkit-box-shadow: 1px 1px 10px #e2e2e2, inset 1px 1px 10px #e2e2e2;
  -moz-box-shadow: 1px 1px 10px #e2e2e2, inset 1px 1px 10px #e2e2e2;
  box-shadow: 1px 1px 10px #e2e2e2, inset 1px 1px 10px #e2e2e2;
  filter:progid:DXImageTransform.Microsoft.Shadow(color=#e2e2e2, Direction=135, Strength=5);
  -ms-filter:"progid:DXImageTransform.Microsoft.Shadow(color=#e2e2e2, Direction=135, Strength=10)";
  }  
  
#browsercheck {
  margin: 10px 0 0 290px;
  width: 120px;
  }  
  
table, td, th {  border: 1px solid #A1A1A1; }  
  
table { margin: 0 auto; }  
  
td, th { padding: 3px; }  
  
.dunkel { background: #EAEEF1; }  

.fehler { color: #F00; }
.fehlerfrei { color: #7BC618; }