* {
	margin: 0;
	padding: 0;
}

body   {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #333;
	background-image: url(../images/bg_lang.jpg);
	background-repeat: repeat;
}

table {
	text-align: center;
	font-size: 10px;
}

#container {
	width: 900px;
	margin-top: 150px;
	margin-right: auto;
	margin-bottom: 150px;
	margin-left: auto;
}

#header {
	width: 900px;
	background-color: #FFF;
	height: 350px;
	background-image: url(../images/kopf900start.gif);
	background-repeat: no-repeat;
}
#sidebar {
	float: right;
	width: 170px;
	background-position: center top;
	border-left-width: 1px;
	border-left-style: groove;
	border-left-color: #002797;
	height: 300px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align: center;
}

#mainContent {
	margin: 0 200px;
	padding: 0 5px;
	font-size: 11px;
	color: #000;
	text-align: justify;
}

#footer2  {
	height: 48px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	background-image: url(../images/bg_footer.jpg);
	background-repeat: repeat;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
}

#footer    {
	color: #CCC;
	font-size: 10px;
	text-align: left;
	line-height: 25px;
	padding-left: 10px;
}

.fltrt {
	float: right;
	margin-left: 8px;
}

.fltlft {
	float: left;
	margin-right: 8px;
}

.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

