body {
	background-color: hsl(0, 0%, 96%);
	color:#666;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 15px;
}

html {
	height:100%;
}

.wrapper {
	z-index: 3;
	height: 100%;
	min-height: 100%;
}

.header {
	background-color: #858585;
	width: 100%;
	height: 5px;
	position: fixed;
	top: 0px;
	left: 0px;
}

.content {
	width: 765px;
	margin:auto;
	text-align: justify;
	padding-bottom: 100px;
}

.inputbox {
	text-align: center;
}

.logo {
	width: 765px;
	height: 214px;
	margin-top: 150px;
	margin-bottom: 40px;
	text-align: center;
}

.logo.registration {
	margin-top: 0;
	height: 80px;
}

.logo.default {
	background-image: url(../../../img/login/default/precess_logo.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
}

input{
	width: 600px;
	height: 60px;
	border: 1px solid #cdcdcd;
	padding: 5px 8px;
	margin-bottom: 5px;
	-moz-box-shadow: 0 0 3px #cdcdcd;
	-webkit-box-shadow: 0 0 3px #cdcdcd;
	box-shadow: 0 0 3px #cdcdcd;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	color:#888;
	line-height:40px;
	font-size: 18px;
	border-radius: 3px;
}

::placeholder {
	color: lightgrey;
}

a:link, a:visited {
	color:#0e7099;
	text-decoration: none;
	margin-top: 10px;
	font-weight: bold;
}

a:hover {
	color:#24acc2;
	text-decoration:none;
}

a.backToLogin {
	float: right;
}

.submit{
	background: url("../../../img/login/default/submit.png") repeat-x scroll center top transparent;
	cursor: pointer;
	opacity: 0.8;
	width: 147px;
	height: 50px;
}

.submit:hover {
	opacity: 1;
}


#main {overflow:auto;
	padding-bottom: 55px;}  /* must be same height as the footer */

#footer {
	height: 55px;
	background-color: #c8c8c8;
	position: fixed;
	clear: both;
	width: 100%;
	left: 0px;
	bottom: 0px;
}

.footerinner {
	font-size:15px;
	color: #FFF;
	width: 1000px;
	padding-top: 10px;
	margin:auto;
}

.minilogo {
	float:left;
	width: 100px;
}

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	width:0;
}

.login_error{
	width:100%;
	position:fixed;
	top:90px;}

.cc_container .cc_btn {
	background-color: #f1f1f1 !important; /* Farbe des Buttons */
	color: #000000 !important; /* Textfarbe des Buttons */
}

.cc_container {
	background: orange !important; /* Hintergrundfarbe des gesamten Bereichs */
	color: #fdfdfd !important; /* Schriftfarbe des gesamten Bereichs */
}

.cc_container a {
	color: #858585 !important; /* Textlink-Farbe "Mehr Infos" */
}