body,
html {
	height: 100%;
	background-repeat: no-repeat;
}

/**************************************
   HEADER
***************************************/

#bereich_logo{
	position: absolute;
	right: 290px;
}

#bereich_logo img {
	margin-top:7px
}

#bereich_nrw{
	height: 80px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 0.8em;
	line-height: 1.3em;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0.02em;
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(../templates/images/NRWwappen.png);
	background-repeat: no-repeat;
	background-position: 99% 0px;
	padding: 5px 5px 5px 5px;
	text-align: right;
}

#bereich_nrw_dialog{
	height: 80px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 0.8em;
	line-height: 1.3em;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0.02em;
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(../templates/images/NRWwappen.png);
	background-repeat: no-repeat;
	background-position: 100% 0px;
	padding: 5px 5px 5px 5px;
	text-align: right;
}

#bereich_nrw p {
	margin: 0px 0px 0px 0px;
	padding: 0px 80px 0px 0px;
}

#bereich_nrw_dialog p {
	margin: 0px 0px 0px 0px;
	padding: 0px 65px 0px 0px;
}

#bereich_nrw_bez{
	font-family: Arial, Verdana, sans-serif;
	font-size: 0.8em;
	line-height: 1.3em;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0.02em;
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(../templates/images/NRWwappen.png);
	background-repeat: no-repeat;
	background-position: 80% 0px;
	margin: 0em 0px 0px 0px;
	padding: 5px 25px 30px 5px;
	text-align: right;
	position: absolute;
	right: 200px;
	float: left;
}

#bereich_nrw_bez p {
	margin: 0px 0px 0px 0px;
	padding: 0px 60px 0px 0px;
}

.title
{
	font-size: 23px !important;
	color: #eb6a0a;
	font-weight: normal;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	margin-top: 5px;
	padding-left:5px;
	float: left;
	line-height: 1.4em;
}

#logo {
	float:left;
	height:50px;
	width:205px;
	margin:2px;
	margin-left: 10px;
	color: #666666;
	font-family: Verdana, sans-serif;
	font-family: Frutiger, Arial, Verdana, sans-serif;
	font-size: 23px !important;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 0.01em;
	text-align: left;
}

#lavuvHome{
	float: right;
	height:50px;
	width:380px;
	margin:2px;
}

#logo img{
	height:100%;
	width:auto;
}

#wrapper{
	height: 100%;
	background-image: url("../templates/images/gdu_portal_flach.jpg");
	background-attachment: fixed;
	background-size: 100% 100%;
	overflow: auto;
}

#wrapper #grad {
	height: 3px;
	color:#666;
    background-color: #eb6a0a;
}

/**************************************
   CONTENT
***************************************/

.login-container.login {
	font-weight: bold;
	max-width: 500px;
	padding: 40px 40px;
}

.btn {
	font-weight: 700;
	height: 36px;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	cursor: default;
}

.login {
	background-color: #F7F7F7;
	/* just in case there no content*/
	padding: 20px 25px 30px;
	margin: 0 auto 25px;
	margin-top: 100px;
	/* shadows and rounded borders */
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.reauth-email {
	display: block;
	color: #404040;
	line-height: 2;
	margin-bottom: 1px;
	font-size: 14px;
	/*text-align: center; */
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.form-signin #tb-username,
.form-signin #tb-password {
	direction: ltr;
	height: 44px;
	font-size: 16px;
}

.form-signin input[type=email],
.form-signin input[type=password],
.form-signin input[type=text],
.form-signin button {
	width: 100%;
	display: block;
	margin-bottom: 10px;
	z-index: 1;
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.form-signin .form-control:focus {
	/*border-color: rgb(104, 145, 162);*/
	border-color: #009EE0;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgb(104, 145, 162);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgb(104, 145, 162);
}

.btn.btn-signin {
	background-color: #fff;
	padding: 0px;
	font-weight: 700;
	font-size: 14px;
	height: 36px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #666;
	color: #666666;
	-o-transition: all 0.218s;
	-moz-transition: all 0.218s;
	-webkit-transition: all 0.218s;
	transition: all 0.218s;
}

.btn.btn-signin:hover,
.btn.btn-signin:active,
.btn.btn-signin:focus {
	background-color: #e3e3e3;
}
.register {
	float: right;
}
.forgot-password {
	color: rgb(0, 0, 0);
	
}

/**************************************
   FOOTER
***************************************/
#fussNav {
	margin:0px 25px;
}

.serviceNav{
	float: right;
	font-weight: normal;
  
}
.serviceNav ul{
	list-style-type: none;
	margin:0;
	padding: 0;
}
.serviceNav li{
	float: left;
	border: 0px solid cyan;
}
.serviceNav a{
	margin: 0;
	border: 0px solid red;
	padding: 2px 6px;
	text-decoration: none;
	color: #fff;
}
.serviceNav a:hover,
.serviceNav a:active{
	background-color:#fff;
	color:#333;
}	
#footer{
	width: 100%;
	position: fixed;
  	bottom: 0;
	font-size: 80%;
	margin: 0px;
	border-top: 2px solid #eb6a0a;
	padding: 5px 0px 5px 25px;
	background-color: #ccc;
	color: #666;
	text-align: center;
	height:65px;
}

#bereich_impress
{
	float: right;
	position: absolute;
	right:1px;
	z-index: 23;
	height: 2.2em;
	font-size: 0.9em;
	font-weight: normal;
	letter-spacing: 0.08em;
	color: #666666;
	background-color: #ccc;
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	text-align: right;
}