* {
	margin:0;
	padding:0;
}

html, body {
	height:100%;
}

body {
	background-color:#f3f1ea;
	color:#000;
	font-family:Garamond, Times; 
	text-align:center;
}

img {
	border:none;
}

p {
	font-size:16px;
	line-height:22px;
	letter-spacing:0.1em;
	padding:20px 20px 0 40px;
}

#distance {
	width:1px;
	height:50%;
	margin-bottom:-390px; /* half of container's height */
	float:left;
}	

#container {
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	text-align:left;
	height:780px;
	width:990px;
	clear:left;
}

#language {
	top:10px;
	right:10px;
	font-size:13px; 
	text-align:right;
	position:absolute;
}

#navWrapper {
	width:580px;
	height:140px;
	left:40px;
	float:left;
	position:relative;
}

.logo {
	width:240px;
	height:80px;
	top:40px;
	float:left;
	position:relative;
}

.nav {
	background-color:#eae4da;
	width:320px;
	height:80px;
	left:20px;
	top:40px;
	text-align:right;
	float:left;
	position:relative;
}

.navContent {
	top:26px;
	right:20px;
	text-align:right;
	position:relative;
}

.nav-small {
	background-color:#eae4da;
	top:20px;
	width:540px;
	font-size:13px; 
	float:left;
	padding:2px 20px 0 20px;
	position:relative;
}

#content {
	width:580px;
	height:560px;
	margin-left:40px;
	float:left;
	position:relative;
	overflow:auto;
	overflow-x:hidden;
}

#pictureWrapper {
	width:158px;
	height:208px;
	margin-top:20px;
	margin-left:20px;
	float:left;
	position:relative;
	text-align:center;
}

#picture {
	width:158px;
	height:158px;
	float:left;
	position:relative;
	border-width:1px;
	border-style:solid;
	border-color:#c39737;
	background-color:#fff;
	text-align:center;
}

#bottomWrapper {
	width:580px;
	height:100px;
	left:40px;
	float:left;
	position:relative;
}

.menu {
	color:#000;
	letter-spacing:0.1em;
	text-decoration:none;
}

.menu:hover {
	color:#c39737;
}

.menu-active {
	color:#c39737;
	letter-spacing:0.1em;
	text-decoration:none;
}

.menu-small {
	font-size:13px;
	line-height:19px;
	color:#000;
	letter-spacing:0.1em;
	text-decoration:none;
}

.menu-small:hover {
	color:#c39737;
	text-decoration:none;
}

.menu-small-active {
	color:#c39737;
	letter-spacing:0.1em;
	text-decoration:none;
}

h1 {
	font-size:20px;
	font-weight:normal;
	letter-spacing:0.1em;
	color:#c39737;
	padding:20px 20px 0 20px;
	line-height:30px;
}

h2 {
	font-size:18px;
	font-weight:normal;
	letter-spacing:0.1em;
	color:#000;
	padding:20px 20px 0 20px;
	line-height:30px;
}

.programm {
	font-size:18px;
	letter-spacing:0.1em;
	color:#000;
	font-weight:bold;
	line-height:30px;
}

.text_small {
	font-size:15px;
	line-height:19px;
}

.input {
	background-color:#eae4da;
	border:1px solid #000;
	padding: 2px;
}

.input_termin {
	background-color:#f4d597;
	width:500px;
	border:1px solid #c39737;
	padding: 2px;
}
