body {
	margin: 0;
	padding: 0;
	background: #eee;
	color: #333;
	font-family: "Open Sans",Arial,sans-serif;
	font-size: 0.9em;
	overflow-y: scroll;
}

div#wrapper {
	max-width: 1100px;
	margin: .5em;
	background: url("back.png") #fff no-repeat right top;
	border: 1px solid #999;
}

header {
	height: 150px;
	position: relative;
	overflow: hidden;
}

header h1 {
	position: absolute;
	top: 1.4em;
	left: 1.4em;
	margin: 0;
	padding: 0;
}

header div#tagline {
	position: absolute;
	top: 90px;
	left: 40px;
	max-width: 400px;
	max-height: 2em;
	margin: 0;
	padding: 0;
}

header div#tagline img {
	float: left;
	max-width: 30%;
	max-height: 3em;
}

nav#mainnav {
	float: left;
	width: 100%;
	background: url("navback.png") repeat-x;
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
}

nav#mainnav div#toggle {
	height: 3em;
	line-height: 3em;
	margin: 0;
	padding: 0;
	font-size: 0.9em;
	cursor: pointer;
	background: url("navback.png") repeat-x #eee;
}

nav#mainnav div#toggle h2 {
	margin: 0 0 0 2em;
	font-size: 1.25em;
}

nav#mainnav ul {
	display: none;
}

nav.an #menu ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
	background: #fff;
	background: rgba(255,255,255,.7);
}

nav.an #menu ul li {
	border-top: 1px solid #888;
}

nav.an #menu ul li:hover,
nav.an #menu ul li.active {
	background: #bbb;
	background: rgba(176,176,176,.7);
}

nav.an #menu ul li a {
	display: block;
	height: 2.5em;
	line-height: 2.5em;
	padding: 0 1em;
	text-decoration: none;
	font-weight: bold;
	color: #333;
}

div#breadcrumbs {
	float: left;
	width: 100%;
	font-size: 0.9em;
}

div#breadcrumbs p {
	margin: 1em 0;
}

div#breadcrumbs a {
	margin: 0 .25em;
	text-decoration: none;
	color: rgb(30, 120, 30);
}

div#breadcrumbs a:hover {
	text-decoration: underline;
	color: rgb(15, 60, 15);
}

main {
	padding: .5em;
}


main a {
	text-decoration: none;
	color: rgb(10, 80, 10);
}

main a:hover {
	color: rgb(30, 120, 30);
	text-decoration: underline;
}

aside {
	float: left;
	width: 100%;
}

aside div#image {
	text-align: center
}

aside img {
	max-width: 80%;
	border: 1px solid #666;;
	margin: 0 9% 1em 9%;
}

aside h3 {
	margin: 0;
	padding: 0.25em;
	background: #666;
	color: #fff;
}

aside nav.sidebox {
	margin-bottom: 2.5em;
	border: 1px solid #666;
}

aside nav.sidebox ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

aside nav.sidebox ul li {
	border-bottom: 1px solid #fcfcfc;
}

aside nav.sidebox ul li a {
	display: block;
	padding: 0.3em 1.5em;
	color: #333;
	text-decoration: none;
	background-color: #fcfcfc;
}

aside nav.sidebox ul li a:hover {
	color: #222;
	background-color: #ddc;
}

aside nav.sidebox ul li a:before {
	color: rgb(30, 120, 30);
	content: "◾";
	position: relative;
	left: -0.5em;
	bottom: 0.14em;
	font-size: 0.8em;
	margin-left: -0.8em;
}

aside nav.sidebox ul li.active a {
	color: #222;
	background-color: #ddc;
}

section h2 {
	margin: 0;
	border-bottom: 1px solid #888;
}

section h3 {
	margin: 2em 0 0 0;
}

section h4 {
	margin: 1.5em 0 -0.5em 0;
}

section a.intern {
	font-weight: bold;
}

section a.extern {
	color: rgb(33, 73, 127);
	font-weight: bold;
}

section a.extern:hover {
	color: rgb(50, 110, 190);
}

section a.extern:before {
	content: "»";
	vertical-align: top;
	padding-right: 3px;
	font-size: 80%;
	font-weight: bold;
	text-decoration: none;
	color: rgb(33, 73, 127);
}

section a.extern:hover:before {
	text-decoration: none;
}

section a[href^="mailto"],
section a[href^="tel"] {
	color: #333;
	font-weight: bold;
}

section a[href^="mailto"]:before {
	content: "<";
	font-size: .75em;
}

section a[href^="mailto"]:after {
	content: ">";
	font-size: .75em;
}

section ul {
	margin: 1em 0;
	padding-left: 1em;
	list-style: none;
	line-height: 1.25em;
}

section ul li {
	padding: 3px 0;
}

section ul li:before {
	color: rgb(30, 120, 30);
	content: "◾";
	position: relative;
	left: -0.5em;
	bottom: 0.14em;
	font-size: 0.8em;
	margin-left: -0.8em;
}

section p {
	line-height: 1.3em;
}

section p.abstand {
	margin-top: 3em;
}

section p.zentriert {
	text-align: center;
}

section p.subtitle {
	text-align: center;
	font-size: .8em;
	margin-top: 5px;
}

section p.logo {
	margin: 1.5em 0;
	text-align: center;
}

section p.logo img {
	max-height: 100px;
	max-width: 80%;
}

section img {
	max-width: 100%;
}

section img.folgeprojektlogos {
	float: right;
	max-width: 150px;
	margin: 5px;
}

main p#toplink {
	text-align: right;
	margin: 2em 2em 0 0;
}

footer {
	max-width: 1100px;
	margin: .5em;
	padding: 5px 0;
	text-align: center;
	background: #fff;
	border: 1px solid #999;
}

footer img {
	padding: 2px;
}

iframe {
	border: none;
	max-width:100%;
}

@media screen and (min-width: 22em) {
	aside {
		width: 95%;
		margin: 0 2.5%;
	}
}

@media screen and (min-width: 25em) {
	aside {
		width: 90%;
		margin: 0 5%;
	}
}

@media screen and (min-width: 28em) {
	aside {
		width: 85%;
		margin: 0 7.5%;
	}
}

@media screen and (min-width: 31em) {
	aside {
		width: 80%;
		margin: 0 10%;
	}
}

@media screen and (min-width: 34em) {
	aside {
		width: 75%;
		margin: 0 12.5%;
	}
}

