html {
	height: 100.1%;
	font-size: 62.5%;
}

/* Hintergrund des Viewports: weiß */
body, div#wrapper, div#header, div#nav {background: #FFFFFF;}
/* Hintergrund der Website: blau */
div#nav a, div#maintext, div#footer {background: #000063;}
/*Schriftfarbe der Texte: weiß */
body {color: #FFFFFF;}
/*Schriftfarbe Hervorhebung: orange */
h1, h2, h3, h4, h5, h6, a {color: #FF9830;}
/* div#maintext {border-color: #FF9830;}*/
/* div#footer {border-color: #FF9830;}*/

body, div#formular .button {
	font: 1.2em/1.8em Verdana, sans-serif;
}

div#nav, div#maintext, div#footer {max-width: 950px;}

* {margin: 0px; padding: 0px; border: 0px;}

h1, h2, h3, h4, h5, h6 {
	font-family: "Century Gothic", sans-serif; 
	margin: 0.5em 0em 0.5em 0em; 
}
h1 {
	font-size: 2.0em; 
	padding-bottom: 0.4em;
	font-weight: normal;
}
h2 {font-size: 1.8em;}
h3 {font-size: 1.6em;}
h4 {font-size: 1.4em;}
h5 {font-size: 1.2em;}
h6 {font-size: 1.0em;}

a {
	text-decoration: none;
	border-bottom: 1px solid;
}
a:link {}
a:visited {}
a:hover {}
a:active {}

blockquote {
	float: left;
	width: 330px;
	background: url(images/curly_left.png) no-repeat;
	padding-left: 60px;
	margin-right: 20px;
	margin-top: 1em;
}

blockquote p {
	background: url(images/curly_right.png) no-repeat right bottom;
	font-style: italic;
	padding-right: 60px;
}

div#wrapper {
	margin: 0px 40px;
}

div#header {
	height: 40px;
	background: url(images/Bsd_klein.gif) no-repeat right top;
	padding: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	text-align: center;
}
div#header h1 {text-transform: uppercase;}

div#header span {font-size: 1.4em; font-weight: bold;}

div#nav {
	text-align: center;
}
div#nav li {
	display: inline; 
	margin-left: 10px;
}
div#nav a {
	text-decoration: none; 
	font-weight: bold; 
	font-size: 1.3em;
	text-transform: uppercase; 
	padding: 0.2em 1.0em 0.3em 1.0em;	
	border: 1px solid #FFC68C;
}
div#nav a:hover, 
body#home li.navhome a,
body#wasist li.navwasist a,
body#warumba li.navwarum a,
body#aktuelles li.navaktuelles a,
body#team li.navteam a,
body#kontakt li.navkontakt a {
	position: relative;
	z-index: 60;
	border-top: 4px solid #FFC68C;
	color: #FFC68C;
	border-bottom: none;
	padding-bottom: 0.3em;
}

div#maintext {
	position: relative;
	padding: 20px 10px;
	border: 1px solid #FF9830;
	z-index: 50;
	min-height: 410px;
}
div#maintext div {text-align: center;}
div#maintext p {padding-bottom: 0.5em;}
div#maintext li {
	list-style-type: none;
	border: 2px dashed;
	margin-bottom: 2em;
	padding: 0.5em;
}
div#maintext li.box {
	list-style-type: none;
	border: 1px solid;
	margin-bottom: 2em;
	padding: 5px;
	height: 250px;
}
div#maintext li.box img {
	float: left;
	margin-right: 5px;
}
div#maintext img {
	border: 1px solid #333333;
	padding: 10px;
	background: #D9D17F;
}
div#maintext img.semel {
	border: none;
	padding: 0px;
	background: none;
}
div#maintext img.logo {
	float: left;
	border: none;
	padding: 0px;
	background: none;
	margin-right: 10px;
}

div#formular p {
	text-align: left;
	font-weight: bold;
}
div#formular p.titel {
	font-size: 1.2em;
	text-decoration: underline;
}
div#formular .button {
	color: #FF9830;
	background: #000063;
	border: 2px solid #ffffff;
}
div#formular .button:hover {
	color: #000063;
	background: #ffffff;
	border: 2px solid #000000;
	font-weight: bold;
}

div#footer {
	padding-top: 2px;
	padding-bottom: 4px;
	text-align: center;
	border: 1px solid #FF9830;
	border-top: none;
}

.noshow, #sprunglinks a, #glossar {
	position: absolute;
	top: -1000em;
	left: -1000em;
}

#sprunglinks, #sprunglinks li {
	display: inline;
}

#sprunglinks a:focus,
#sprunglinks a:hover,
#sprunglinks a:active {
	position: absolute;
	visibility: visible;
	display: block;
	top: 0;
	left: 0;
	font-size: 3em;
	padding: .25em;
	background: #fff;
	color: #333;
}

.defloat {clear: both;}