/* **************** default *************** */

* {
	margin : 0;
	padding : 0;
}
body {
	margin : 0;
	padding : 0;
	font-size : 14px;
	font-family : Geneva, Helvetica, Arial, sans-serif;
	line-height : 18px;
	color : #333;
	background-color : #fff;
}
h1 {
	display : block;
	position : relative;
	top : 0;
	left : 50%;
	margin-left : -250px;
	margin-top : 50px;
	width : 500px;
	height : 50px;
	font-size : 20px;
	line-height : 40px;
	padding-left : 50px;
	background-image : url('/images/background.title.logo.png');
	background-position : 0 0;
	background-repeat : no-repeat;
	border: none;
}
form {
	position : relative;
	display : block;
	left : 50%;
	margin-left : -250px;
	margin-bottom : 50px;
	width : 500px;
	border: none;
}
form fieldset {
	margin : 0;
	margin-top : 20px;
	padding : 10px 20px;
	border: solid 1px #333;
}
form fieldset legend {
	font-size : 16px;
	line-height : 20px;
}
form fieldset p {
	padding : 2px 0;
	font-size : 14px;
	line-height : 20px;
}
form fieldset p label {
	font-weight : bold;
	display : block;
}
form fieldset p input {
	font-size : 14px;
	line-height : 20px;
}
form fieldset p input#username,
form fieldset p input#passwort,
form fieldset p input#email {
	width : 100%;
	border : solid 1px #333;
}


div.adminmsg {
	position : relative;
	display : block;
	left : 50%;
	margin-left : -250px;
	width : 500px;
	border: solid 1px #333;
	font-weight : bold;
}

a {
	color : #df002b;
	text-decoration : none;
}
a.intern:before {
	content : ">";
}
a.email:before {
	content : "~";
}