@CHARSET "UTF-8";

html,body {
			font-family: Arial, sans-serif;
			font-size: 100%;
			line-height: 1.4;
			background-color: #f2efe8;
			color: #000;
			height: 100%;
}

.wai {position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden;}


#page {min-height: 100%; border-left: 11em solid #801c1a; }

/* \*/
* html #page {height: 100%;}
/* */

html,body,p,ul,li,div,ol,h1,h2,h3,form,fieldset {
			margin: 0;
			padding: 0;
}

a {
			text-decoration: none;
			font-weight: bold;
}

a:link {
			color: #234d4c;
}

a:visited {
			color: #455c5c;
}

a:hover,a:focus,a:active {
			text-decoration: underline;
}

#header,#navi,#footer {
			background-color: #801c1a;
			color: #f2efe8;			
}

#header {
			background-image: url(../img/logo.gif);
			background-repeat: no-repeat;
			background-position: 1.5em 10px;
			min-height: 110px;
			margin-left: -11em;
			padding-left: 11em;
			position: relative;
}

* html #header {
			height: 110px;
}

#header h1 {
			font-size: 1.8em;
			padding-top: 0.5em;
			padding-right: 110px;
}

#header h1 span {
			font-size: 0.7em;
			display: block;
			text-align: right;
			width: 20em;
}

#header img {
			right: 5px;
			position: absolute;
			top: 5px;
}

#content {
			padding: 0.5em;
			padding-left: 1em;
			/*
			border-left: 11em solid #9b3133;
			border-left: 11em solid #801c1a;
			*/
			padding-bottom: 5em;
			background-color: #f2efe8;
}

/* kein ie7 http://www.webdevout.net/css-hacks */
html> /**/ body #content {
			min-height: 100px; /* nicht mehr benötigt */
}

#content h2 {
			color: #662122;
			margin: 1em 0 0.5em 0;
			font-size: 1.3em;
			line-height: normal;
}

#content h3 {
	color: #662122;
	margin: 1em 0 0.5em 0;
	font-size: 1.1em;
	line-height: normal;
}


#content ul {
	
}

#content li {list-style: none;
	background-image: url(../img/pille.gif); background-repeat: no-repeat;
	background-position: 0 0.25em;
	padding-left: 38px;
	margin-bottom: 0.5em;
}

#kontakt #content li {background: none; padding-left: 0;}

#zeiten dt, #content strong, p.desc { color: #662122; font-weight: bold;}

#content strong {font-style: italic;}


img#intro {
			float: right;
			margin: 0 0 1em 0.5em;
}

#footer {height: 4em; position: relative; margin-top: -4em; clear: left;
background-color: #801c1a;}

#footer p {
			max-width: none;
			padding: 0.5em;
			padding-left: 13em;
			font-size: 0.9em;
}

#footer a:link,#footer a:visited {
			color: #f2ca6d;
}

#Zertifikate {
	position: absolute; 
	top: -172px; 
	left: 0;
	width: 11em;
	text-align: center;
}

#Zertifikate img {
	max-width: 98%;
}

#navi {
			width: 10em;
			float: left;
			padding: 0.5em;
			padding-top: 2em;
			margin-right: 0.5em;
			margin-bottom: 0.5em;
			list-style: none;
			font-weight: bold;
			line-height: 1;
			margin-right: 0.5em;
			margin-left: -11em;
			display: inline;
			position: relative;
}


#navi li {
			margin-bottom: 1em;
}

#navi a {
			color: #f2e4c2;
			text-decoration: none;
			padding-left: 1em;
}

#navi span.active,#navi a:hover,#navi a:focus,#navi a:active {
			border-left: 0.5em solid #f2e4c2;
			padding-left: 0.5em;
}


#content #teambild {
			text-align: center;
			padding: 1em;
			width: 455px;
			margin: 0.5em auto;
}

#content #teamliste {
			overflow: hidden;
			zoom: 1;
			margin: auto;
			max-width: none;
}

#teamliste li {
			width: 150px;
			float: left;
			min-width: 12em;
			list-style: none;
			margin: 1em;
			text-align: center;
			min-height: 260px;
			background: none;
			padding-left: 0;
			
}

* html #teamliste li {
			height: 200px;
}

#teamliste li span, #teamliste li acronym {
			display: block;
}

#teamliste li acronym {border: none;}

#content dl,#content p, #content ul {
			max-width: 45em;
}

#content dt {
			font-weight: bold;
			margin-top: 0.5em;
}

#content p {
			margin: 0.5em 0;
			max-width: 45em;
}

#adresse,#lage {
			width: 300px;
			float: left;
			min-width: 23em;
}

#impressum {
			clear: left;
}

form {
			width: 29em;
			float: left;
			margin-right: 1em;
}

legend {
			background-color: #9b3133;
			color: #f2efe8;
			font-weight: bold;
			padding: 0 4px;
}

fieldset {
			padding-left: 0.5em;
			margin: 1em 0;
}

input, textarea {font-size: 1em;}

.kasten {
background-color: #e6bcb8;
max-width: 28em;
float: right;
padding: 0.5em;
margin: 1em;
}

#content .kasten h2 {margin-top: 0;}

.quelle {font-size: 0.9em; border-top: 3px solid #9b3133; padding-top: 0.5em; margin-top: 1em;}


