

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
div#top {
	margin: 0px;
	padding: 0px;
	height: 50px;
	width: auto;
}
div#header {
	padding: 0px;
	height: 50px;
	width: auto;
	margin-left: 72px;
	background-color: #000000;
}
div#wappen_holder {
	position: absolute;
	top: 55px;
	left: 55px;
	height: auto;
	width: auto;
}
div#rundoben {
	position: absolute;
	top: 50px;
	left: 50px;
	height: 20px;
	width: 22px;
}
div#headerfront {
	position: absolute;
	top: 70px;
	left: 50px;
	height: 30px;
	width: 22px;
}
div#headerhinten {
	background-color: #000000;
	padding: 0px;
	height: 50px;
	width: auto;
	margin-left: 22px;
	position: relative;
	top: -60px;
}
div#headershadow {
	margin: 0px;
	padding: 0px;
	height: 8px;
	width: auto;
	margin-left: 72px;
	background-image: url(shadow-trans.png);
	background-repeat: repeat;
}
div#spacer {
	padding: 0px;
	height: 20px;
	width: auto;
	margin-left: 50px;
}
div#content {
	padding: 20px;
	height: auto;
	width: auto;
	margin-left: 50px;
	background-color: #000000;
}
div#bottom {
	padding: 0px;
	height: 20px;
	width: auto;
	margin-left: 72px;
	background-color: #000000;
	}

div#bottomshadow {
	margin: 0px;
	padding: 0px;
	height: 8px;
	width: auto;
	margin-left: 72px;
	background-image: url(shadow-trans.png);
	background-repeat: repeat;
}
div#rundunten {
	position: relative;
	top: -28px;
	left: 50px;
	height: 30px;
	width: 22px;
}

input {
	background-color: #6F9C12;
	border: 1px;
	border-color: #000000;
}
