* {
	outline: none;
}

html, body {
	height: 100%;
}

body {
	font-family: 'Trebuchet Ms';
	font-size: 12px;
	color: var(--c-gray-3c);
	margin: 0;
	padding: 0;
	background: var(--c-white);
}

div.willkommen
{
	margin-top:7px;
	padding-left:40px;
}

#wrapper
{
	position:absolute;
	width:450px;
	height:450px;
	margin:0px auto;
	top:50%;
	margin-top:-250px;
	left:50%;
	margin-left:-225px;
}

a:link,
a:visited,
a:active {
	color: #81a5ac;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


.login_form
{
	width: 450px;
}

.login_form fieldset
{
	margin: 0;
	padding: 27px 0 0 0;
	border: 0;
	
}

.login_form fieldset a {
	color:var(--c-gray-99) !important;	
}

.title_wrapper
{
	background: #68868c;
	
	overflow: hidden;
	padding: 0 14px;
	line-height: 31px;
}

h1 {
	margin: 0;
	padding: 0;
	font-size: 20px;
	color: var(--c-white);
}

.title_wrapper h1 {
	float: left;
	white-space: nowrap;
}

.inputs {
	background: var(--c-white);
	border:1px solid var(--c-gray-99);
	padding: 15px 13px 19px;
	
	overflow: hidden;
}

.inputs_inner {
	width: 120%;
	float: left;
}

.inputs label
{
	display: block;
	

}

.inputs strong {
	display: block;
	font-size: 16px;
	line-height: 20px;
	padding: 0 0 4px;
	width:130px;
	float:left;
}


.input
{
	border: 1px solid var(--c-gray-99);
	display: block;
	padding: 4px 3px;
	width: 280px;
	height:21px;
}

.input input
{
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	display: block;
	font-size: 12px;
	background: transparent;
	padding:3px 0 0 4px;

}

.input_for
{
	border: 1px solid var(--c-gray-ccc);
	display: block;
	padding: 4px 3px;
	width: 200px;
	height:21px;
}

.input_for input {
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	display: block;
	font-size: 12px;
	background: transparent;
}

.reminder {
	background: #f6feff;
	border:  solid #abc3c8;
	border-width: 0 1px 1px;
	padding: 5px 13px;
	vertical-align: middle;
	display:none;
	width:513px;
}

.button, .button_for {
	display: block;
	color: var(--c-white);
	font-size: 13px;
	overflow: hidden;
	position: relative;
	top:2px !important;	
	left: 0;
	float: left;
	font-weight: bold;
	text-decoration: none;
}

.button span, .button_for span {
	
	display: block;
	float: left;
	white-space: nowrap;
}

.button span span, .button_for span span {
	display: block;
	padding: 2px 10px;
	height: 21px;
	line-height: 20px;
}

.button_for span span {
	padding: 2px 12px;
}

.button input, .button_for input {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	height: 1000px;
	width: 1000px;
	opacity: 0;
	position: absolute;
	top: -100px;
	left: -100px;
	cursor: pointer;
}

.first_btn {
	border: 1px solid var(--c-gray-99);
	margin-top: 22px;
	margin-left:350px;
}

.first_btn:hover {
	border-color: var(--c-gray-66);
}

.first_btn span {
	border: 1px solid #BBB;
}

.first_btn:hover span {
	border-color: #AAA;
}

.first_btn span span {
	background: var(--c-gray-99);
}

.first_btn:hover span span {
	background: var(--c-gray-33);
}

.system_messages {
	margin: 26px 0 0;
	padding: 0;
	
}

.system_messages li {
	list-style:none;
	margin: 0 0 8px;
	padding: 5px 0 5px 28px;
	font-size: 12px;
	position: relative;
	top: 0;
	left: 0;
	min-height: 1px;
	
	background-position: 6px 7px;
	background-repeat: no-repeat;
	
}

.system_messages li a {
	display:block;
	float:none !important;	
}

.red
{
	background: #de9e9e;
	border: 1px solid #c06262;
	color: #572118;
	background-image:url(/images/icons/navi/cancel.png);
	
}

.red .system_title
{
	color: #921400;
	display:block;
	text-align:left;
	padding:0;
}

.green {
	background: #9ede9f;
	border: 1px solid #64c062;
	color: #18571e;
	background-image:url(/images/icons/navi/accept.png);
	
}

.green .system_title {
	color: #02680c;
	display:block;
	text-align:left;
	padding:0;
}

.system_messages li.green a {
	color:#02680c;
	font-weight:bold;
}

.grey {
	background: var(--c-gray-ddd);
	border: 1px solid #BBB;
	color: var(--c-gray-55);
	background-image:url(/images/icons/navi/arrow_right.png);
	
}

.grey .system_title {
	color: var(--c-gray-33);
	display:block;
	text-align:left;
	padding:0;
}

img.neu
{
	position:absolute;
	margin-left:280px;
	margin-top:-40px;
	
}


div.falsebrowser
{
	position:fixed;
	bottom:0;
	background:url(/_themes/blau/images/nopay1.png) #ff9900;
	background-repeat:repeat-x;
	border: solid var(--c-white);
	outline:1px solid #FF3300;
	border-width: 1px 0 0;
	min-height: 33px;
	width:100%;
	color: var(--c-white);
	z-index:3;
	padding:15px 0 15px 30px;
	font-size:13px;
}

div.falsebrowser img
{
	position:absolute;
	margin-top:3px;
	margin-left:-20px;
	margin-top:-0px;
}

div.eingabeformular
{
    background: var(--c-white);
    border: 1px solid var(--c-gray-99);
    padding: 15px 13px 19px;
    overflow: hidden;
}
div.eingabeformular div
{
    margin-bottom:20px;
}
form[name="passwort_vergessen"] label
{
    font-size: 16px;
    line-height: 30px;
    width: 130px;
    float: left;
    font-weight:bold;
}
form[name="passwort_vergessen"] input
{
    line-height: 20px;
    padding: 5px;
    width:60%;
}
form[name="passwort_vergessen"] input.button
{
    color:var(--c-black);
    width:100px;
}

div.fehleroben 
{
    background: #ffcccc;
    padding:5px;
    margin-bottom:10px;
}