/*

	(c) 2007 - 2009

	- - -

	CMS powered by w3b|cms
	Author: Matthias Müller
	Web: http://www.w3bcms.de
	eMail: mail@w3bcms.de

	- - -

	Der Autor übernimmt keinerlei Garantie für die Funktionsfähigkeit
	dieses Scripts! Jedoch gehen wir jedem Hinweis auf eine mögliche
	Sicherheitslücke umgehend nach und schließen diese falls vorhanden.

	Das Script darf nur unter der Domain http://www.w3bcms.de
	zum Download angeboten werden! Ein Link im Footer muss sichtbar
	und aktiv in jedem Footer des Templates eingebaut werden!
	Ausnahmen nur durch eine gültige Lizenz durch Erwerb.

	Der Sourcecode darf beliebig geändert und modifiziert werden,
	jedoch dürfen Teile ohne schriftliche Einverständnis NICHT weiter-
	gegeben oder anderweilig verwendet werden! Alle Rechte vorbehalten.
	Weitere Infos in der beiliegenden README nachlesen!

	- - -

	Letztes Update dieser Datei: 09.01.2009

*/

/* - LOGIN STYLES - */

* {

	margin: 0px;
	padding: 0px;

}
 
html {

	background: #f9f8f6 url(../images/bg_login.gif) center no-repeat; 
	text-align: center;
	width: 100%;
	height: 100%;

}

body {

	width: 100%;
	height: 100%;
	font-size: 11px;
	line-height: 19px;
	color: #545248; 
	font-family: "Verdana";
	margin: 0px auto;
	text-align: center;

}

a {

	line-height: 35px;
	text-decoration: underline;
	color: #545248;  

}

a:hover {

	line-height: 35px;
	text-decoration: none;
	color: #545248;  

}

form {

	margin: 0px;
	padding: 0px;

}

#border {

	width: 250px;
	height: auto;
	border: 1px solid #e5e3e1;
	overflow: hidden;

}

#fehler {

	width: 250px;
	height: 30px;
	line-height: 30px;
	background: #fef8e0;
	border: 1px solid #d1c26e;
	overflow: hidden;
	margin-bottom: 10px;
	color: #545248;

}

#login {

	width: 192px;
	height: 200px;
	overflow: hidden;
	color: #545248;
	background: #F9F8F6;
	margin: 0px auto;
	padding: 0px 25px;
	position: relative;
	text-align: left;
	border: 4px solid #fff;

}

#login #logo { 

	position: absolute;
	top: 7px;
	left: 25px;

}

#login #benutzername {

	width: 187px;
	height: 18px;
	padding: 4px 0px 0px 5px;
	background: #fff url(../images/formular.gif) left no-repeat;
	border: 1px solid #e5e3e1;
	font-size: 11px;
	color: #343c40;
	font-family: "Verdana";
	position: absolute;
	top: 70px;
	left: 25px;

}

#login #passwort {

	width: 187px;
	height: 18px;
	padding: 4px 0px 0px 5px;
	background: #fff url(../images/formular.gif) left no-repeat;
	border: 1px solid #e5e3e1;
	font-size: 11px;
	color: #343c40;
	font-family: "Verdana";
	position: absolute;
	top: 100px;
	left: 25px;

}

#login #checkbox {

	position: absolute;
	top: 137px;
	*top: 133px;
	left: 26px;

}

#login #checkboxtext {

	position: absolute;
	top: 133px;
	*top: 133px;
	left: 46px;
	*left: 49px;

}

#login .button {

	width: 194px;
	height: 24px;
	display: block;
	border: 1px solid #e5e3e1;
	background: #efeeeb;
	font-size: 11px;
	color: #343c40;
	font-family: "Verdana";
	text-transform: lowercase;
	position: absolute;
	padding: 0px 0px 2px 0px;
	*padding: 0px 0px 0px 0px;
	top: 163px;
	left: 25px;
	cursor: pointer;

}

#login .button:hover {

	width: 194px;
	height: 24px;
	display: block;
	border-top: 1px solid #b6cc69;
	border-right: 1px solid #758b28;
	border-bottom: 1px solid #849d2d;
	border-left: 1px solid #a9c44f;
	background: #9dbb36;
	font-size: 11px;
	color: #fff;
	font-family: "Verdana";
	text-transform: lowercase;
	position: absolute;
	padding: 0px 0px 2px 0px;
	*padding: 0px 0px 0px 0px;
	top: 163px;	
	left: 25px;
	cursor: pointer;

}