﻿#head {
	width: 100%;
	top: 0px;
	left: 0px;
	height: 101px;
	background-color: #566B32;
	margin: 0px;
	position: fixed;
	z-index: 3;
}
body {
	padding: 0px;
	margin: 0px;
	background-image: url('grafix/Balkenlinksunten.gif');
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	width: 100%;
	height: 100%;
}
#content {
	border-width: medium;
	margin: 0px 80px 20px 50px;
	padding: 10px 0px 0px 0px;
	top: 101px;
	left: 200px;
	border-style: none;
	position: absolute;
	right: 0px;
	background-color: transparent;
	z-index: 2;
	font-family: Arial;
}
#Menu {
	background-color: transparent;
	top: 70px;
	height: 30px;
	z-index: 5;
	position: fixed;
	left: 320px;
	vertical-align: middle;
	padding: 0px;
	margin: 0px;
	color: #FFFFFF;
	font-family: "Lucida Calligraphy";
	width: 60%;
}
#Menu a {
	border-style: none;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	font-family: "Lucida Calligraphy";
	font-variant: normal;
	vertical-align: middle;
	text-align: center;
	z-index: 2;
}
#background_left {
	position: fixed;
	top: 101px;
	left: 0px;
	background-image: url('grafix/Background_I.gif');
	background-color: transparent;
	z-index: 1;
	width: 200px;
	height: 600px;
	background-repeat: no-repeat;
}
#Menu ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	z-index: 2;
}
#Menu li {
	margin: 5px 20px 0px 0px;
	float: left;
	font-family: Arial;
	font-weight: bold;
	font-size: large;
	z-index: 2;
}
#Menu a:hover {
	border-style: none;
	color: #000000;
}
.cvtablehead {
	background-color: #566B32;
	color: #FFFFFF;
	padding-left: 10px;
	font-family: Arial;
	font-size: medium;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0px;
}
.cvtable_left {
	width: 100px;
	vertical-align: text-top;
}
#content h1 {
	font-family: "Lucida Calligraphy";
	font-weight: normal;
}
#content p {
	padding-left: 10px;
}
a.intern {
	text-decoration: none;
	color: #0000FF;
}
a.intern:visited {
	color: #0000FF;
}
#background_top {
	position: fixed;
	z-index: 4;
	height: 101px;
	width: 520px;
	top: 0px;
	left: 0px;
	background-image: url('grafix/Background_II.gif');
	background-repeat: no-repeat;
}

