body{
	font-family: Tahoma, Arial, Helvetica;
	color: 464646;
	font-size: 10pt;
	text-align: justify;
	margin: 0px;
	background-image: url(background.gif);
}

#site{
	position: absolute;
	width: 800px;
	left: 50%;
	margin-left: -400px;
	background-color: white;
}

#head{
	width: 800px;
	height: 140px;
	padding: 0px;
	background-image: url(header_800_140.gif);
	background-repeat: no-repeat;
}

#flash{
	position: relative;
	width: 800px;
	height: 200px;
	padding: 0px;
}

#top_menue{
	position: relative;
	width: 800px;
	height: 30px;
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 15px;
}

#content{
	position: relative;
	float: left;
	width: 500px;
	padding-top: 30px;
	padding-bottom: 20px;
	padding-left: 20px;
}

#content_breit{
	position: relative;
	width: 760px;
	padding-top: 30px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
}

#right_menue{
	position: relative;
	margin-left: 600px;
	padding-top:60px;
}

#impressum{
	position: relative;
	clear: both;
	width: 760px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	border-top-style: solid;
	border-top-color: grey;
	border-top-width: 2px;
}

#foot{
	position: relative;
	height: 10px;
}

p, td {
	font-size: 10pt;
}

h1{
	font-size:12pt;
}

a.top_menue{
	margin-left: 5px;
	margin-right: 5px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-decoration: none;
	font-size: 11pt;
	font-weight: bold;
	font-variant: small-caps;
	color: #464646;
}

a.top_menue1{
	margin-left: 0px;
	margin-right: 5px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-decoration: none;
	font-size: 11pt;
	font-weight: bold;
	font-variant: small-caps;
	color: #464646;
}

a.top_menue:hover{
	background-color: #e9e9e9;
}

a.top_menue1:hover{
	background-color: #e9e9e9;
}

a.impressum{
	text-decoration: none;
	color: #464646;
}

img{
	border: none;
}

