/*

#FFF weiß
#313131 schwarz
#5598C7 dunkles blau
#5CA7DB helles blau

*/

html, body, div {
	margin: 0;
	padding: 0;
}

html {
height: 100%;
}

body {
	font: 14px Arial, sans-serif;
	background: #5598C7;
	color: #313131;
	height: 101%;
}

img, a img {
	border: none;
}

.left, alignleft {
	float: left;
	margin: 0 7px 7px 0;
}

.right, alignright {
	float: right;
	margin: 0 0 7px 7px;
}

.offset {
	margin-top: -14px;
}

.clear {
	clear: both;
}

.box {
	float: left;
	width: 310px;
	margin-right: 40px;
}

h1, h2, h3 {
	font-family: Georgia, Garamond, Times, "Times New Roman", serif;
	font-weight: normal;
	color: #5598C7;
}

h1 {
	line-height: 1.2;
	margin-bottom: 1.64em;
}

h2 {
	line-height: 1.2;
	margin: 1.8em 0 0;
	font-size: 1.4em;
}

#content p {
	line-height: 1.55;
	margin: 14px 0;
	max-width: 41em;
}

blockquote {
	font-family: Georgia, Garamond, Times, "Times New Roman", serif;
	line-height: 1.55;
	margin: 14px 20px 14px 40px;
	max-width: 41em;
}

#content a {
	color: #5598C7;
}

#content ul, #content ol {
	margin-left: 14px;
	padding-left: 5px;
	margin-bottom: 1.8em;
}

#content ul li, #content ol li {
	margin-bottom: 7px;
}

#content ul ul, #content ol ol {
	margin-left: 14px;
}

table {
	margin: 0 14px 1.8em;
	width: Auto;
	font-size: 85%;
}

.name {
	font-family: Georgia, Garamond, Times, "Times New Roman", serif;
	font-size: 1.1em;
}

#page {
	width: 960px;
	margin: 35px Auto;
}

.logo {
	margin-left: 85px;
	width: 235px;
	height: 42px;
}

.adresse {
	float: right;
	font-family: Georgia, Garamond, Times, "Times New Roman", serif;
	font-style: italic;
	color: #FFF;
	margin-right: 60px;
	margin-top: -.40em;
	text-align: right;
}

#nav {
	clear: both;
	width: 192px;
	padding: 16px 16px 24px;
	margin: 48px 2px 32px 24px;
	float: left;
	background: #5CA7DB url(images/bg-nav.png) no-repeat bottom right;
	z-index: 9999 !important;
	position: relative;
}

#nav ul {
	list-style-type: none;
	padding: 0;
	font-family: Georgia, Garamond, Times, "Times New Roman", serif;
	font-size: 17px;
	font-weight: bold;
}

#nav ul ul, .linkslink {
	font-family: "Helvetica Neue", Arial, "MS Trebuchet", sans-serif;
	font-size: 14px;
	margin: 5px 0 0 14px;
	font-weight: normal;
}

#nav ul li {
	margin: 0 0 1em;
	padding: 0;
}

#nav ul li ul li {
	margin: 0 0 .25em;
}

.linkslink {
	margin-left: 14px !important;
}

#nav a {
	color: #fff;
	text-decoration: none;
}

#nav a:hover {
	text-decoration: underline;
}

#stage {
	margin: 24px 0 0 -55px;
	width: 640px;
	min-height: 350px;
	float: right;
	padding: 28px 60px 30px;
	background: #FFF url(images/bg-stage.png) no-repeat bottom right;
	z-index: 8888;
	border-bottom: 24px solid #5598C7;
	position: relative;
}

.nobg {
	background-image: none !important;
}

.infobox {
	background: #D7E2F4 url(images/info.png) no-repeat bottom left;
	border: 3px solid #61AADF;
	padding: 10px 60px;
	width: 280px;
	position: relative;
	top: 40px;
}

.people {
	position: relative;
	margin-left: 170px;
	height: 200px;
	margin-bottom: 20px;
	padding: 20px 0 0;
}

.people h2 {
	margin: 0 0 .25em;
}

.people h3 {
	margin-top: 0;
}

.people img, .karte img {
	float: left;
	margin-left: -170px;
	margin-top: -20px;
	background: #FFF;
	padding: 1px;
	border: 3px solid #D7E2F4;
}

.karte {
	float: right;
	text-align: center;
}

.karte img {
	float: none;
	margin: 0;
}