@charset "utf-8";
/* CSS Document */

body{
	/*background:#f1f9f9;*/
	background-color: rgba(251, 233, 200, 0.20);
	font-family: verdana, arial,tahoma, sans-serif, Lucida Sans;
}

html{
	
	/* background-color: rgba(251, 233, 200, 0.20);*/
	
	margin:0px auto;
	padding:0px;

}



.logo-1{
	width:430px;
	float:left;
}

.men1{
	color: #fff;
    padding: 18px 0;
    font-size: 20px;
    width: 920px;
	height: 25px;
    margin-left: auto;
    margin-right: auto;
}

.ausweis{
	background: #39c138;
	margin-right:5px;
    margin-top: 42px;
	margin-right: 4px;
	text-decoration: none;
	margin-left: 20px;
    color: #fffefe;
    padding: 2px 8px;
    height: 25px;
    border-radius: 4px;
    border: 1px solid #2da000;
    font-size: 20px;
    cursor: pointer;
	
}

.ausweis:hover{
	background:#0092fd;
	color:#fff;
    border: 1px solid #0071c3;
    font-size: 20px;
	cursor: pointer;
	
}

#block{
	margin-left: auto;
    margin-right: auto;
    width: 90%;
    height: auto;
    margin-top: 50px;
	padding: 30px;
	background: #fff4e4;
}



.title{
	font-family: verdana, arial,tahoma, sans-serif, Lucida Sans;
    font-size: 50px;
    color: #0073a0;
    font-weight: 400;
    margin: 15px 0 2px;
    padding: 4px 8px;
  
}

#block-1{
	margin-left: auto;
    margin-right: auto;
	 padding: 0px 18px;
    width: 380px;
    height: auto;
    margin-top: 10px;
	float:left;
}
.title-1{
	font-family: verdana, arial,tahoma, sans-serif, Lucida Sans;
    font-size: 22px;
    color: #0073a0;
    font-weight: 400;
    margin: 5px 0 2px;
    padding: 4px 8px;
  
}

.content{
	font-family: verdana, arial,tahoma, sans-serif, Lucida Sans;
	text-align: justify;
    font-size: 15px;
    color: #0073a0;
    font-weight: 400;
    margin: 5px 0 2px;  
}

.gif{
	width:30px;
}

img{
	width:100%;
	
}

.linkbat{
	color: #3475ad;
	float: right;
    text-decoration: none;
    padding:11px 12px 11px 12px;  
    border-radius: 4px;
    text-shadow: 0 1px 0 #fff;
    background-image: -webkit-linear-gradient(top,#fff 0,#e0e0e0 100%);
    background-image: -o-linear-gradient(top,#fff 0,#e0e0e0 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#e0e0e0));
    background-image: linear-gradient(to bottom,#fff 0,#e0e0e0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #dbdbdb;
    border-color: #ccc;
}

.linkbat:hover{
	color:#0fbf05;
	text-decoration: none;
}


.input{
	font-family: verdana, arial,tahoma, sans-serif, Lucida Sans;
	background: #fff;
    margin-bottom: 2px;
    /* margin-left: 8px; */
    margin-right: 8px;
    padding: 4px;
    height: 28px;
    border-radius: 4px;
    border: 1px solid #39c138;;
    color: #3a3a3a;
    font-size: 19px;
    font-weight: 600;
}


.form-neu{
	font-family: verdana, arial,tahoma, sans-serif, Lucida Sans;
    margin-bottom: 8px;
    margin-left: 14px;
    margin-top: -125px;
	
}

/*Input Feldern fü den Neuen Ausweis*/

.input-01{
	margin-left: 98px;
    width: 185px;
    text-align: center;
}

.input-02{
	margin-left: 2px;
    width: 133px;
    text-align: center;
}

.input-03{
	margin-left: 4px;
    width: 152px;
    text-align: center;
}

.input-04{
	margin-left: 208px;
    width: 42px;
    text-align: center;
}


/*ENDE Input Feldern fü den Neuen Ausweis*/

.form-alt{
	font-family: verdana, arial,tahoma, sans-serif, Lucida Sans;
	margin-bottom:8px;
	margin-left: 14px;
	margin-top: -60px;
	
}

/*Input Feldern fü den Alte Ausweis*/

.input-1{
	margin-left: 4px;
    width: 168px;
	text-align: center;
}

.input-2{
	margin-left: 18px;
    width: 107px;
	text-align: center;
}

.input-3{
	margin-left: 0px;
    width: 107px;
	text-align: center;
}

.input-4{
	margin-left: 76px;
    width: 42px;
	text-align: center;
}


/*ENDE Input Feldern fü den Alte Ausweis*/


.ind{
	font-family: 'Arial';
}

.button-neu{
	background: #39c138;
    margin-top: 75px;
	margin-right: 20px;
	margin-bottom: 50px;
    color: #fffefe;
    padding: 0px 50px;
    height: 45px;
    border-radius: 4px;
    border: 1px solid #2da000;
    font-size: 28px;
    cursor: pointer;
	
}

.button-alt{
	background: #39c138;
	/*position: relative;
    z-index: 1;*/
    margin-top: 40px;
	margin-right: 20px;
	margin-bottom: 50px;
    color: #fffefe;
    padding: 0px 50px;
    height: 45px;
    border-radius: 4px;
    border: 1px solid #2da000;
    font-size: 28px;
    cursor: pointer;
	
}

.button:hover{
	background:#0092fd;
	color:#fff;
    border: 1px solid #0071c3;
    font-size: 28px;
	cursor: pointer;
	
}

.info-falsch{
	font-family: verdana, arial,tahoma, sans-serif, Lucida Sans;
    text-align: center;
    margin-top: 68px;
    margin-bottom: -88px;
    font-size: 24px;
    position: relative;
    z-index: 40;
    color: #ff1010;
    background: #fffad0;
    width: 720px;
    font-weight: 400;
    padding: 8px;
	border-radius: 6px;
    border: 2px solid #ff1010;
    margin-left: auto;
    margin-right: auto;
}

.info-korrekt{
	font-family: verdana, arial,tahoma, sans-serif, Lucida Sans;
    text-align: center;
    margin-top: 68px;
	margin-bottom: -45px;
    font-size: 24px;
    color: #13b301;
    background: #fffad0;
    width: 720px;
    font-weight: 6400;
    padding: 8px;
	border-radius: 6px;
    border: 2px solid #13b301;
    margin-left: auto;
    margin-right: auto;
}

.info-data{
	font-family: verdana, arial,tahoma, sans-serif, Lucida Sans;
	text-align: center;
    font-size: 24px;
	color: #0268b3;
	margin-top: 10px;
	
}

.data{
	margin-left: auto;
    margin-right: auto;
    color: #0071c3;
    font-size: 16px;
    margin-bottom: -45px;
    width: 620px;
	
}


.bord{
	    border: solid 1px #e2e2e2;
		width:620px;
}

hr.one2 { 
    height: 30px;
    border-style: solid;
    border-color: #8c8b8b;
    border-width: 1px 0 0 0;
    margin-top: 70px;
    border-radius: 20px;
    margin-bottom: -80px;
    width: 620px;
} 
hr.one2:before { 
  display: block; 
  content: ""; 
  height: 30px; 
  margin-top: -31px; 
  border-style: solid; 
  border-color: #8c8b8b; 
  border-width: 0 0 1px 0; 
  border-radius: 20px; 
  width: 620px;
}

.footer{
	font-family:'Verdana', Arial,Helvetica,sans-serif; 
	position: fixed;
	font-size:14px;
	text-align:center;
	background: rgba(0, 0, 0, 0.05);
	color:#8c8b8b;
	width:100%;	
	bottom: 0px;
	padding-bottom:5px;
	padding-top:5px;
}

/*LOGIN FORM*/

.form-signin {
	max-width: 500px;
    padding: 19px 22px 29px;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.85);
    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,.35);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.35);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
    font-family: Tahoma, Geneva, sans-serif;
    color: #fb0000;
    font-weight: lighter;
	
	
	
/**	max-width: 500px;
    padding: 19px 29px 29px;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.85);
    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,.35);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.35);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
    font-family: Tahoma, Geneva, sans-serif;
    color: #990000;
    font-weight: lighter;**/
}

.form-signin .form-signin-heading{
    color:#00A2D1;
}
.form-signin input[type="text"],
.form-signin input[type="password"],
.form-signin input[type="email"] {
    font-size: 16px;
    height: 45px;
    padding: 7px 9px;
}

.signin-form, .body-container{
	// border:solid red 1px;
	margin-top:60px;
	margin-bottom: 20px;
}
.navbar-brand{
	font-family:"Lucida Handwriting";
}
#btn-submit{
	width: 100%;
	
/*	height:45px;*/
}




