body {
	font-family: Arial, Helvetica, sans-serif;
}

body>h1:first-child {
	display: none;
}

a:link {
	color: #444444;
	font-weight: bold;
	font-size: 0.9em;
	text-decoration:underline;
}

a:visited {
	font-weight:bold;
	font-size: 0.8em;
	text-decoration:none;
}

a:focus {
	font-weight:bold;
	font-style: italic;
	text-decoration:none;
}

a:hover {
	font-weight:bold;
	font-style: italic;
	text-decoration:none;
}

a:active {
	color: #000099;
	font-weight:bold;
	text-decoration:none;
}

h1 {
	color: #CC0000;
	font-size: 2.4em;
	font-weight: bold;
}

h2 {
	color: Gray;
	font-size: 1em;
}

h3 {
	font-size: 1em;
}

.table {
	display: table;
	background-color: #EEEEEE;
	font-size: 0.9em;
	padding: 4px;
}

.zeile {
	display: table-row;
}

.spalte {
	display: table-cell;
}

#header {
	display: block;
	background-color: #EEEEEE;
	width: 99%;
	height: 12%;
	padding: 4px;
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
	background-position: right center;
	position: fixed;
}

#header img {
	border: none;
	border-style: none;
}

#left {
	display: block;
	width: 19%;
	height: 84%;
	margin-top: 10px;
	top: 14%;
	position: fixed;
	overflow: auto;
}

#menu {
	background-color: #EEEEEE;
	display: block;
	padding: 4px;
}

#menu .de {
	background-image: url(../img/flagge_de.png);
	background-repeat: no-repeat;
}

#menu .de>a {
	margin-left: 24px;
}

#menu .en {
	background-image: url(../img/flagge_gb.png);
	background-repeat: no-repeat;
}

#menu .en>a {
	margin-left: 24px;
}

.link {
	display:block;
	margin: 10px 0px;
}

#content {
	display: block;
	position: absolute;
	top: 15%;
	left: 20%;
	overflow: auto;
	height: 83%;
	width: 80%;
	background-image: url("../img/hintergrund.png");
	background-repeat: no-repeat;
}
