/* CSS Document */

/* Grundformatierungen des Bodys, Standardschrift, -links */

body,td,th {
	font-family:Arial;
	font-size:11px;
	color: #6a6a6a;
}
body {
 	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	background:url(../img/body-bg.gif);
}
p.bodytext {
	font-family:Arial;
	font-size:11px;
	color:#6a6a6a;
	margin:0px 0px 0px 0px;
	padding:10px 10px 10px 10px;
	line-height:15px;
}	
a, a:link, p.bodytext a, p.bodytext a:link {
	font-family:Arial;
	font-size:11px;
	color:#6a6a6a;
	text-decoration:none;
}
a:hover {
	text-decoration: underline;
}
a:visited {
}
a:active {
}
input {
	font-size:11px;
}

/* Grundformatierungen des Layouts */

div#main {
	position:relative;
	width:990px;
	min-height:700px;
	background:url(../img/main-bg.gif) no-repeat;
}
div#top {
	position:relative;
	width:990px;
	height:80px;
}
div#functions {
	position:relative;
	width:990px;
	height:28px;
}
div#spacer {
	position:relative;
	width:990px;
	height:27px;
}
div#leftside {
	position:relative;
	float:left;
	width:224px;
}
div#spacer2 {
	position:relative;
	width:224px;
	height:109px;
}
div#rightside {
	position:relative;
	float:left;
	width:766px;
}
#inhalt {
	position:relative;
	margin:20px 15px 15px 35px;
}
#sprache {
	position:absolute;
	left:580px;
	top:300px;
}