﻿@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #cccccc;
	font-size: 8pt;
	color:#009ee0;
}

#Haupt {
	background-color: #cccccc;
	position: relative;
	width: 800px;
	margin: 20px auto;
	padding: 0px;
	text-align: center;
}

#language {
	background-color:#FFFFFF;
	padding-left: 20px;
	padding-bottom: 10px;
}

#kopf {
	background-color: #ffffff;
}

#mitte {
	width: 451px;
	float: left;
}

#mitte2 {
	width: 349px;
	float: right;
}

#fuss {
	clear: both;
}

a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:#009ee0;
	text-decoration:none;
}

a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:#cccccc;
	text-decoration:overline underline;
}
