html,body {
	height:100%;
	margin:0 auto;
	padding:0;
	background-image:url(img/mainBg.png);
	background-repeat:repeat-x;
	background-color:#aaaaaa;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}
a:link {
	color: #4f4f4f;
	text-decoration: none;
}
a:visited {
	color: #4f4f4f;
	text-decoration: none;
}
a:hover {
	color: #000000;
}
a:active {
	color: #4f4f4f;
	text-decoration: none;
}
.main{
	margin: 0 auto;
	border:thin #aaaaaa solid;
	padding: 0;
	text-align:center;
	width: 950px;
	height: 700px;
	background-image:url(img/mainTopBg.png);
	background-color:#FFF;
}
.top{
	margin-top: 20px;
	margin-left: 25px;
	width: 900px;
	height: 130px;
	background-image:url(img/topBg.png);
	border: #aaaaaa thin solid;
}
.lang{
	margin-top: 20px;
	margin-left: 720px;
	width: 170px;
	height: 20px;
	vertical-align:middle;
	color:#CCC;
	font-size:12px;
}
.navi{
	margin-top: 61px;
	margin-left: 100px;
	width: 700px;
	height: 30px;
	vertical-align:middle;
	word-spacing: 3em;
}
.content{
	text-align:left;
	margin-top: 20px;
	margin-left: 25px;
	width: 900px;
	height: 350px;
	background-image:url(img/lkw.png);
	background-repeat:no-repeat;
	background-position:right bottom;
	/*border: #aaaaaa thin solid;*/
}
.bottom{
	margin-top: 20px;
	width: 100%;
	height: 160px;
	border-top: #aaaaaa thin solid;
	background-image:url(img/bottomBg.png);
	background-repeat:repeat-x;
}
.fett{
	font-weight:bold;
}
.kleinFett{
	font-weight:bold;
	font-size:10px;
}
.klein{
	font-size:10px;
}



