* {
	text-decoration: none;
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	line-height: inherit;
	font-size: inherit;
	font-weight: inherit;
	list-style: none;
	text-indent: 0;
}
html {
	overflow-y: scroll;
	height: 100%;
}
body {
	font-family: NobileRegular, sans-serif;
	font-size: 16px;
	background: rgb(250,250,250);
	height: 100%;
}
#wrapper {
	width: 960px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background: #FFF;
	margin: 0 auto -150px auto;
	border-left: 1px solid #EEE;
	border-right: 1px solid #EEE;
	overflow: hidden;
}
#header {
	position: relative;
	background: url(header.jpg);
	width: 960px;
	height: 20px;
	padding-top: 220px;
	font-size: 12px;
	border-bottom: 1px solid #DDD;
	overflow: hidden;
}
#nav, #content, #sidebar {
	margin: 25px 10px;
	float: left;
	overflow: hidden;
}
#nav {
	width: 230px;
	margin-left: 0;
}
	#nav ul {
		list-style: none;
	}
	#nav ul li {
		border-top: 1px dashed #DDD;
	}
	
	#nav ul li a {
		display: block;
		background: #FFF;
		padding: 10px 10px;
		color: #666;
		text-decoration: none;
		font-size: 12px;
	}
	#nav ul li:first-child {
		border: 0;
	}
	
	#nav ul li a:hover {
		background: rgb(250, 250, 250);
	}
	#nav ul li.first a {
		border: 0;
	}
#content {
	width: 540px;
	line-height: 1.25em;
}
h1, h2, h3 {
	color: rgb(55,103,134);
	margin-bottom: 0.125em;
}
#content h1  {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0.125em;
}
#content h2 {
	font-size: 16px;
	font-weight: bold;
}
#content h3 {
	font-size: 14px;
	font-weight: bold;
}
#content p {
	text-align: justify;
	clear: both;
	margin-bottom: 10px;
	overflow: hidden;
}

#content img {
	float: left;
	width: 140px;
	padding: 4px;
	border: 1px solid #DDD;
	margin-bottom: 15px;
}

#content img.full {
	width: 530px;
}

input[type="text"], select {
	display: block;
	width: 520px;
	padding: 4px;
	border: 1px solid #DDD;
}
select {
	width: 67%;
	margin-bottom: 15px;
}
input[type="text"]:focus {
	background: rgb(250, 250, 250);
}
input[type^=text] {
	margin-bottom: 15px;
}
input[type="submit"] {
	border: 2px groove #CCC;
	padding: 3px 6px;
}
label {
	display: block;
	font-size: 12px;
}
input[id="fachgebiet"], label[for="fachgebiet"] {
	display: none;
}

fieldset div {
	clear: both;
}

#sidebar {
	width: 140px;
	font-size: 12px;
}
	#sidebar p {
		text-align: justify;
		margin-bottom: 10px;
	}
	
	#sidebar a {
		color: #333;
	}
	

.slideshow {
	position: relative;
	width: 100%;
	height: 300px;
	margin-bottom: 15px;
	
}
#content .slideshow img {
	position: absolute;
	top: 0;
	left: 0;
	width: 530px;
	height: 300px;
	z-index: 1;
}
#content .slideshow img.last {
	z-index: 2;
}
#content .slideshow img.active {
	z-index: 3;
}



#frame {
	width: 530px;
	height: 300px;
	padding: 4px;
	border: 1px solid #DDD;
}
	#frame div {
		width: 100%;
		height: 100%;
	}
#spacer {
	clear: both;
	display: block;
	height: 150px;
}
#footer {
	height: 150px;
	background: #EEE;
		color: #CCC;
		font-weight: bold;
}
	#footer a {
		color: inherit;
	}
	#footer p, #footer ul {
		width: 940px;
		margin: 0 auto;
	}
	#footer ul li {
		float: left;
		width: auto;
		margin-right: 10px;
		background: rgb(250, 250, 250);
	}
	#footer li a {
		display: block;
		padding: 2px 5px; margin: 5px;
	}
