html { 
	min-height: 100%;
}

* {
	margin: 0;
	padding: 0;
}


body {
	background: #E7E7E2 url('../startpic/body.jpg') no-repeat center top;
	color: #444;
	font: normal 10px verdana,Tahoma,sans-serif;
	padding-top: 24px;
	margin: 20px 140px  20px 140px;
	text-align: center;
}

#inhalt { 
	width: 100%;
	padding: 0px;
	text-align: center;
	background: white url(../img/verlauf_enf_startseite_bg.jpg) repeat-x 0 top;
	overflow: auto;
	height: auto;
	border: 1px solid silver;
	padding-top:20px;
}

.footer {
	width: 95%;
	color: #595959;
	margin: 5px;
}

.laendernavi {
	color: #d7d7d7;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 20px;
}

a {
	color: #818181;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

.clear {
	clear:both;
}

.left {
	float: left;
}

.right {
	float: right;
	margin-right: -5px;
}

.regcontent  {
	height: 42px;
	padding-top:5px; 
	background:url(../startpic/bg_regseite.jpg) no-repeat;
}

.regcontent a {
	font-size:12px;
	color: #111111;
}
