@import url(http://fonts.googleapis.com/css?family=Roboto:400,200,100);
body,h2,h3,p,quote,small,form,input,ul,li,ol,label {
	/* The reset rules */
	margin:0px;
	padding:0px;
	font-family: 'Roboto', sans-serif;
}
#erfolg {
	width:100%;
	border:5px solid green;
	color:green;
	font-family: 'Roboto', sans-serif;
	font-size:18px;
}
h2 {
	font-family: 'Roboto', sans-serif;
	font-size:10px;
	font-weight:normal;
	letter-spacing:1px;
	padding-left:2px;
	text-transform:uppercase;
	white-space:nowrap;
	margin-top:4px;
	color:#888888;
}

#main p {
	padding-bottom:8px;
}

.clear {
	clear:both;
}

#main {
	width:96%;
	/* Centering it in the middle of the page */
	margin:60px auto;
}

.container {
	margin-top:20px;
	background:#FFFFFF;
	border:1px solid #E0E0E0;
	padding:15px;
	
	/* Rounded corners */
	-moz-border-radius:20px;
	-khtml-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius:20px;
}

.err {
	color:red;
}

.success {
	color:#00CC00;
}

a, a:visited {
	color:#00BBFF;
	text-decoration:none;
	outline:none;
}

a:hover {
	text-decoration:underline;
}

.tutorial-info {
	text-align:center;
	padding:10px;
	width:100%;
}
.normal {
	position:relative;
	top:5px;
	left:10px;
	width:8%;
	height:30px;
	border:1px solid;
	-moz-border-radius: 2px;
	border-radius: 2px;
	box-shadow: 0 1px 0 white;
	border-color:#797979;
	z-index:5000;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	color:#fff;
	text-align:center;
	vertical-align:middle;
	overflow:hidden;
	text-decoration:none;
	display:inline-block;
	margin-left:5px;
}
.normal:hover {
	border:1px solid;
	-moz-border-radius: 2px;
	border-radius: 2px;
	box-shadow: 0 0px 0 white;
	border-color:#838383;
	color:#000;
	background: rgba(243,243,243,1);
	background: -moz-linear-gradient(-170deg, rgba(243,243,243,1) 0%, rgba(246,246,246,1) 15%, rgba(200,200,200,1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(243,243,243,1)), color-stop(15%, rgba(246,246,246,1)), color-stop(100%, rgba(200,200,200,1)));
	background: -webkit-linear-gradient(-170deg, rgba(243,243,243,1) 0%, rgba(246,246,246,1) 15%, rgba(200,200,200,1) 100%);
	background: -o-linear-gradient(-170deg, rgba(243,243,243,1) 0%, rgba(246,246,246,1) 15%, rgba(200,200,200,1) 100%);
	background: -ms-linear-gradient(-170deg, rgba(243,243,243,1) 0%, rgba(246,246,246,1) 15%, rgba(200,200,200,1) 100%);
	background: linear-gradient(170deg, rgba(243,243,243,1) 0%, rgba(246,246,246,1) 15%, rgba(200,200,200,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#d4d4d4', GradientType=1 );
}
.normal:active {
	border:1px solid;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border-color:#737373;
	color:#000;
	box-shadow: 0 1px 0 #919191;
	background: rgba(171,171,171,1);
	background: -moz-linear-gradient(top, rgba(171,171,171,1) 0%, rgba(191,191,191,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(171,171,171,1)), color-stop(100%, rgba(191,191,191,1)));
	background: -webkit-linear-gradient(top, rgba(171,171,171,1) 0%, rgba(191,191,191,1) 100%);
	background: -o-linear-gradient(top, rgba(171,171,171,1) 0%, rgba(191,191,191,1) 100%);
	background: -ms-linear-gradient(top, rgba(171,171,171,1) 0%, rgba(191,191,191,1) 100%);
	background: linear-gradient(to bottom, rgba(171,171,171,1) 0%, rgba(191,191,191,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ababab', endColorstr='#bfbfbf', GradientType=0 );
}

#login {
    background-color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
    background-image: -webkit-linear-gradient(top, #fff, #eee);
    background-image: -moz-linear-gradient(top, #fff, #eee);
    background-image: -ms-linear-gradient(top, #fff, #eee);
    background-image: -o-linear-gradient(top, #fff, #eee);
    background-image: linear-gradient(top, #fff, #eee);  
    height: 300px;
    width: 450px;
    margin-left: -225px;
	margin-top: -150px;
    padding: 30px;
    position: absolute;
    top: 260px;
    left: 50%;
    z-index: 0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;  
    -webkit-box-shadow:
          0 0 2px rgba(0, 0, 0, 0.2),
          0 1px 1px rgba(0, 0, 0, .2),
          0 3px 0 #fff,
          0 4px 0 rgba(0, 0, 0, .2),
          0 6px 0 #fff,  
          0 7px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow:
          0 0 2px rgba(0, 0, 0, 0.2),  
          1px 1px   0 rgba(0,   0,   0,   .1),
          3px 3px   0 rgba(255, 255, 255, 1),
          4px 4px   0 rgba(0,   0,   0,   .1),
          6px 6px   0 rgba(255, 255, 255, 1),  
          7px 7px   0 rgba(0,   0,   0,   .1);
    box-shadow:
          0 0 2px rgba(0, 0, 0, 0.2),  
          0 1px 1px rgba(0, 0, 0, .2),
          0 3px 0 #fff,
          0 4px 0 rgba(0, 0, 0, .2),
          0 6px 0 #fff,  
          0 7px 0 rgba(0, 0, 0, .2);
}

#login:before
{
    content: '';
    position: absolute;
    z-index: -1;
    border: 1px dashed #ccc;
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;
    -moz-box-shadow: 0 0 0 1px #fff;
    -webkit-box-shadow: 0 0 0 1px #fff;
    box-shadow: 0 0 0 1px #fff;
}

.bez {
	font-family: 'Roboto', sans-serif;
	font-size:24px;
	font-weight:100;
	color: #2469E9;
}
	 
h1
{
    text-shadow: 0 1px 0 rgba(255, 255, 255, .7), 0px 2px 0 rgba(0, 0, 0, .5);
    text-transform: uppercase;
    text-align: center;
    color: #666;
    margin: 0 0 30px 0;
    letter-spacing: 4px;
    font: normal 26px/1 Verdana, Helvetica;
    position: relative;
}

h1:after, h1:before
{
    background-color: #777;
    content: "";
    height: 1px;
    position: absolute;
    top: 15px;
    width: 120px;   
}

h1:after
{ 
    background-image: -webkit-gradient(linear, left top, right top, from(#777), to(#fff));
    background-image: -webkit-linear-gradient(left, #777, #fff);
    background-image: -moz-linear-gradient(left, #777, #fff);
    background-image: -ms-linear-gradient(left, #777, #fff);
    background-image: -o-linear-gradient(left, #777, #fff);
    background-image: linear-gradient(left, #777, #fff);      
    right: 0;
}

h1:before
{
    background-image: -webkit-gradient(linear, right top, left top, from(#777), to(#fff));
    background-image: -webkit-linear-gradient(right, #777, #fff);
    background-image: -moz-linear-gradient(right, #777, #fff);
    background-image: -ms-linear-gradient(right, #777, #fff);
    background-image: -o-linear-gradient(right, #777, #fff);
    background-image: linear-gradient(right, #777, #fff);
    left: 0;
}
fieldset
{
    border: 0;
    padding: 0;
    margin: 0;
}

#search {
	padding-left:10px;
	background:#fff;
	font-size:20px;
	font-weight:bold;
	font-family:Calibri, Arial;
	border:solid 1px;
	border-color:#8c8c8c;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}
#search:hover {
	font-weight:bold;
	border-color:#6a6a6a;
	-moz-box-shadow: inset 0px 1px 2px 1px #ccc;
	-webkit-box-shadow: inset 0px 1px 2px 1px #ccc;
	box-shadow: inset 0px 1px 2px 1px #ccc;
 filter:progid:DXImageTransform.Microsoft.Shadow(strength=5, color=#0088ff, direction=0);
}
#search:focus {
	font-weight:bold;
	border-color:#4582e5;
	-moz-box-shadow: inset 1px 1px 2px 1px #999;
	-webkit-box-shadow: inset 1px 1px 2px 1px #999;
	box-shadow: inset 1px 1px 2px 1px #999;
 filter:progid:DXImageTransform.Microsoft.Shadow(strength=5, color=#0088ff, direction=0);
}

.eingabe {
	font-family: 'Roboto', sans-serif;
	padding-left:10px;
	background:#fff;
	font-size:20px;
	font-weight:400;
	border:solid 1px;
	border-color:#8c8c8c;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}
.eingabe:hover {
	border-color:#6a6a6a;
	-moz-box-shadow: inset 0px 1px 2px 1px #ccc;
	-webkit-box-shadow: inset 0px 1px 2px 1px #ccc;
	box-shadow: inset 0px 1px 2px 1px #ccc;
 filter:progid:DXImageTransform.Microsoft.Shadow(strength=5, color=#0088ff, direction=0);
}
.eingabe:focus {
	border-color:#4582e5;
	-moz-box-shadow: inset 1px 1px 2px 1px #999;
	-webkit-box-shadow: inset 1px 1px 2px 1px #999;
	box-shadow: inset 1px 1px 2px 1px #999;
 filter:progid:DXImageTransform.Microsoft.Shadow(strength=5, color=#0088ff, direction=0);
}

#inputs input
{
    background: #f1f1f1 url(http://www.red-team-design.com/wp-content/uploads/2011/09/login-sprite.png) no-repeat;
    padding: 15px 15px 15px 30px;
    margin: 0 0 10px 0;
    width: 353px; /* 353 + 2 + 45 = 400 */
    border: 1px solid #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
    -webkit-box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
    box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
	color:#444;
}

#username
{
    background-position: 5px -2px !important;
}

#password
{
    background-position: 5px -52px !important;
}

#inputs input:focus
{
    background-color: #fff;
    border-color: #e8c291;
    outline: none;
    -moz-box-shadow: 0 0 0 1px #e8c291 inset;
    -webkit-box-shadow: 0 0 0 1px #e8c291 inset;
    box-shadow: 0 0 0 1px #e8c291 inset;
}

input[type="submit"] {
  background-color: #5d9dfe;
  border: none;
  height: 60px;
  width: 310px;
  margin: 0 auto;
  display: block;
  color: #fff;
  margin: 30px auto;
  border: 1px solid #4a86e0;
  border-radius: 3px;
  transition: all .2s ease;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size:36px;
}
input[type="submit"]:hover {
  background-color: #4a86e0;
  border: 1px solid #5d9dfe;
}
input[type="submit"]:disabled {
  background-color: #ccc;
  border: none;
  height: 60px;
  width: 310px;
  margin: 0 auto;
  display: block;
  color: #fff;
  margin: 30px auto;
  border: 1px solid #888;
  border-radius: 3px;
  transition: all .2s ease;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size:36px;
}

td {
    max-width: 12%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
}
.title {
	font-family: 'Roboto', sans-serif;
	font-weight:100;
	font-size:48px;
	color:#2469E9;
}