* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%; /* Required */
}

body {
	color: #474747;
	font: 11px Arial, sans-serif;
	text-align: center;
	background-image: url('./images/bg.gif');
	background-repeat: repeat-x;
	background-color: #fff;
}

td {
	color: #474747;
	font: 11px Arial, sans-serif;
}

a:link,a:active,a:visited {
	color: #474747;
	font: 11px Arial, sans-serif;
	text-decoration: underline;
	font-weight:normal;
}
a:hover {
	text-decoration: none;
}

#container-page {
	margin: 0;
	width: 100%;
	text-align: left;
	position: relative;
	min-height: 100%; /* For Modern Browsers */
	height: auto !important; /* For Modern Browsers */
	height: 100%; /* For IE */
}

#container-head {
	text-align:center;
}

#head-pic {
	padding: 14px;
}

#container-content {
	text-align:center;
}

#container-content:after {
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}

#container-foot {
	width: 100%;
	background: #000000;
	position: absolute;
	bottom: 0 !important;
	bottom: -1px;
	height: 40px;
}

#foot {
	padding: 0 1em;
	line-height: 40px;
}

.head {
	border-bottom: 1px solid #be9d79;
	height:24px;
	text-align:left;
	padding-left: 10px;
	margin: 10px 0px 10px 0px;
}

.content{
	text-align:left;
	padding:10px;
	line-height: 17px;
}

.abstand{
	height:70px;
}

.foot-text {
	font-family: Arial, arial;
	font-size: 10px;
	color: #dad2b9;
	text-align:center;
	font-weight:normal;
}

a.nav:link,a.nav:active,a.nav:visited {
	font: 11px Arial, sans-serif;
	color: #474747;
	text-align:left;
	font-weight:normal;
	text-decoration: none;
}
a.nav:hover {
	text-decoration: underline;
}
	input, textarea { 
		margin-bottom: 2px;
		border: 1px solid;
		font-size: 11px;
		font-family: arial;
		color: #3f3627;
		background-color: white;
	}
	.checkbox {
		border: 1px solid white;
	}
	select, option {
		font-size: 11px;
		font-family: arial;
		color: #3f3627;
	}
	.schrift { 
		color: #3f3627; 
		font-size: 12px; 
		font-weight: normal; 
		}
	.schrift2 { 
		color: #3f3627; 
		font-size: 11px; 
		font-weight: normal; 
		}
	.schrift7 { 
		color: #ff9900; 
		font-size: 12px; 
		font-weight: normal; 
		}
	.schrift27 { 
		color: #3f3627; 
		font-size: 11px; 
		font-weight: normal; 
		}
	.tabelle { 
		width: 580px; 
		margin-top: 3px;
		
		border-top: 0px solid #eee;
		border-left: 0px solid #eee; 
		border-right: 0px solid #ccc;
		border-bottom: 0px solid #ccc;
		}
	.tabelle2 { 
		width: 245px; 
		margin-top: 3px;
		border-top: 1px solid #eee;
		border-left: 1px solid #eee; 
		border-right: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		}

