body {
	position: relative;
	background-color: #131313;
	color: #dbdbdb;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	overflow-y: scroll;
}

div.loader {
	background-image: url('/images/load_background.png');
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	z-index: 10;
}

div.floorbox {
	background-image: url('/images/load_background.png');
	position: absolute;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 9;
	text-align: center;
	vertical-align: middle;
}

div.floorbox_image {
	position: relative;
	top: 170px;
	margin: 0 auto;
	vertical-align: middle;
}

div.floorbox_container {
	padding: 10px;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 18px;
}

a {
	color: #fff;
}

a:hover {
	color: #808080;
}

a:visited {
	color: #fff;
}

div.big_main {
	position: absolute;
	text-align: center;
	left: 0px;
	top: 0px;
	width: 1000px;
	height: 900px;
}

input {
	background-color: #535353;
	color: #fff;
	border: 1px solid #dbdbdb;
}

input:focus {
	border: 1px solid #f32323;
}

textarea {
	background-color: #535353;
	color: #fff;
	border: 1px solid #dbdbdb;
}

textarea:focus {
	border: 1px solid #f32323;
}
	
div.flash_menu {
	position: relative;
	background-image: url("/images/background1.png");
	background-repeat: no-repeat;
	background-position: top center;
	text-align: center;
	margin: 0px;
	top: 0px;
	left: 0px;
	height: 159px;
	width: 1000px;
}

div.page_inhalt {
	position: relative;
	background-position: center top;
	background-image: url("/images/background2.png");
	background-repeat: repeat-y;
	top: 159px;
	left: 0px;
	margin: 0px;
	height: 900px; /* 842 */
	width: 1000px;
}

td.page_inhalt {
	height: 100%;
	background-image: url("/images/background2.png");
	background-repeat: repeat-y;
	vertical-align: top;
}

img.linked_images {
	border: 0px;
	margin: 0px;
}

div.all_login {
	position: relative;
	background-image: url("/images/all_login.png");
	background-repeat: no-repeat;
	padding-top: 30px;
	padding-left: 28px;
	top: -1px;
	left: 600px;
	width: 202px;
	height: 134px;
}

div.errors {
	color: #ff0000;
	text-align: center;
}

div.errorBigForm {
	position: relative;
	top: 0px;
	left: 300px;
	width: 400px;
	height: 900px;
}