/* allgemeine Definitionen */
body, html {
	padding: 0px;
	margin: 0px;
	height: 100%;
	background-color: #175389;	
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	text-align: left;
	vertical-align: top;	
}

/* Formulare */
form {
	padding: 0px;
	margin: 0px;
	font-size: 10px;
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
input, textarea, select {
	background-color : #2f6595; 
}
.frmBeschriftung {
	padding-top: 3px; 
	margin-bottom: 3px;
	clear: both;	
	float: left;
	width: 80px; 
	text-align: right;
}
.frmTextfeld {
	margin-left: 10px;	
	margin-bottom: 3px;
}

/* Links */
a:link, a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
	text-decoration: underline;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
	text-decoration: none;
}

/* Hauptcontainer */
#leinwand {
	position: absolute;
	left: 50%;
	margin-left: -400px;	
	width: 800px;
}

/* Wasserzeichen */
#wasserzeichen {
	position: absolute;
	top: 143px;
	left: 75px;
	width: 650px;
	height: 449px;
	background-image: url(../_img/hg_tropfen.gif);
}

/* Navigation */
#navi {
	position: absolute;
	top: 148px;
	left: 99px;
	width: 589px;
	height: 48px; 
	text-align: center;
}

/* Headline mit Logo */
#logoTop {
	position: absolute;
	top: 20px;
	left: 298px;
	height: 101px;
	width: 204px;
}

/* Dekobilder */
#ampelLinks {
	position: absolute;
	top: 209px;
	left: 33px;
	width: 79px;
	height: 314px;
}
#ampelRechts {
	position: absolute;
	top: 209px;
	left: 688px;
	width: 79px;
	height: 314px;
}
#bildRechtsOben {
	position: absolute;
	top: 221px;
	left: 576px;
	width: 200px;
	height: 150px;
}
#bildRechtsUnten {
	position: absolute;
	top: 388px;
	left: 576px;
	width: 200px;
	height: 150px;
}

/* Textbereich */
#textbox {
	position: absolute;
	top: 209px;
	left: 150px;
	width: 510px;
	line-height: 130%;
}
#footer {
	position: absolute;
	top: 540px;
	left: 165px;
	width: 468px;
	height: 66px;
	text-align: center;
	line-height: 130%;
}