/* CSS Document */

/* General */
html {
	height: 100%;
	overflow: hidden;
}

body {
	height:100%;
	background-image:url(../img/hg.gif);
	background-repeat:repeat-x;
	background-color:#474B4E;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px;
	padding:0px;
}

.clear {
	clear:both;
	line-height:1px;
	height:1px;
}

/* Titel */
h1 {
	margin:0px;
	padding:0px;
	font-size:18px;
	color:#96BE0E;
}

/* Text */
p {
	line-height:18px;
}

/* Links */
a {
	text-decoration:underline;
	color:#000;
}

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

a.hinweis {
	text-decoration:underline;
	color:#FFF;
}

a.hinweis:hover {
	text-decoration:none;
	color:#FFF;
}


/* Seite */
.main {
	position:absolute;
	top:50%;
	left:50%;
	width:800px;
	height:620px;
	border:1px solid #3c3c3c;
	margin:auto;
	margin-left:-400px;
	margin-top:-300px;
	background-color:#FFFFFF;
}

.bild {
	position:relative;
	width:800px;
	height:400px;
}

.inhalt{
	position:relative;
	width:800px;
	height:180px;
	text-align:left;
}

.kontaktdaten {
	position:absolute;
	top:20px;
	left:40px;
	text-align:left;
	line-height:20px;
}

.sprache {
	position:absolute;
	top:20px;
	left:480px;
}

.copyrights {
	position:relative;
	width:800px;
	height:40px;
	background-image:url(../img/hg-unten.jpg);
	background-repeat:no-repeat;
}

.esite_logo {
	position:absolute;
	top:9px;
	left:15px;
}

.esite_text {
	position:absolute;
	text-align:right;
	font-size:10px;
	top:16px;
	right:20px;
	font-weight:bold;
	color:#FFF;
}

.esite_text a {
	color:#FFF;
}

.esite_text a:hover {
	color:#FFF;
}


/* Formular Demo-Version */
.inhalt_demo {
	position:relative;
	width:800px;
	height:580px;
	text-align:left;
	margin:0px;
}

.textfeld {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	border:1px solid #666666;
}

.submit{
	border:1px solid #666666;
	background-color:#FFFFFF;
	color:#666666;
	font-weight:bold;
}

.demo_top {
	position:relative;
	width:800px;
	height:160px;
}

.text_demo {
	position:relative;
	padding:20px;
	padding-left:40px;
	margin-top:10px;
}

.form_links {
	position:relative;
	float:left;
	width:130px;
	margin-bottom:5px;
}

.form_rechts{
	position:relative;
	float:left;
	width:240px;
	margin-bottom:5px;
}
