@charset "utf-8";
@import url("navigation.css");
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	border: none;
}
html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Geneva, Helvetica, sans-serif;
	color: #606060;
	font-size: 13px;
	background-color: #e9e9e9;
}
.colorRed {
	color: #eb0000;
}
.lineGray { background-color: #606060; height: 1px; }
/* ########################################################################################### */
/* Tools                                                                                       */
/* ########################################################################################### */
.clr {
	clear: both;
}
.clr:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden
}
* html > body .clr {
	display: inline-block;
	width: 100%
}
* html .clr {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}
.accessibility {
	left: -999em;
	position: absolute;
	top: -999em;
}
/* ########################################################################################### */
/* Layout Wrapper                                                                              */
/* ########################################################################################### */
#wrapper {
	/*margin: 0 auto;
	padding: 40px 0px 20px 0px;
	width: 970px;
	overflow: hidden;*/
	
	position: absolute;
	width: 970px;
	height: 100%;
	left: 50%;
	margin-left: -485px;
	padding: 40px 0px 20px 0px;
}
#wrapperInner {
	padding: 20px 20px 0px 20px;
	/*height: 1%;*/
	background-image:url(/images/bg.png);
	background-repeat: repeat-y;
}
#tempSubpages #wrapperInner {
	padding: 20px 20px 0px 20px;
	/*height: 1%;*/
	background-image: url(/images/bg_subpages.png);
	background-repeat: repeat-y;
}
/* ########################################################################################### */
/* Header                                                                                      */
/* ########################################################################################### */
#wrapperHeader {
	height: 103px;
}
#logo {
	width: 219px;
	float: left;
}
#search {
	height: 35px;
	text-align: right;
	font-size: 12px;
}
#search input {
	border: 1px solid #e7e7e7;
	color: #606060;
	margin-left: 5px;
	padding: 0px 0px 1px 2px;
	font-size: 12px;
	width: 162px;
}
/* ########################################################################################### */
/* Intro und Foto | Red Row Subpages                                                           */
/* ########################################################################################### */
#wrapperIntro {
	height: 202px;
}
#intoFoto {
	width: 620px;
	float: left;
	height: 200px;
}
#introText {
	width: 268px;
	margin-left: 622px;
	height: 170px;
	font-size: 14px;
	background-color: #eb0000;
	color: #ffffff;
	padding: 20px 20px 10px 20px;
}
#introText p {
	margin-bottom: 10px;
	line-height: 150%;
}
#introText a {
	color: #ffffff;
	padding-left: 13px;
	background-image: url(/images/arrow_white.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	text-decoration: none;
	font-weight: bold;
}
#introText a:hover {
	text-decoration: underline;
}
#wrapperIntroSubpages {
	background-color: #eb0000;
	height: 35px;
}
/* ########################################################################################### */
/* Content                                                                                     */
/* ########################################################################################### */
#wrapperContent {
}
#wrapperContent div#colLeft {
	width: 622px;
	float: left;
}
#wrapperContent div#colRight {
	width: 308px;
	float: left;
}
#wrapperContent div#colLeft div#oneCol div.oneColContent,
#wrapperContent div#colLeft div#twoCols div.oneColContent,
#wrapperContent div#colRight div {
	padding: 15px 20px 5px 20px;
}
#wrapperContent div#colLeft div#oneCol div.oneColContent,
#wrapperContent div#colLeft div#twoCols div.oneColContent {
	border-bottom: 2px solid #ffffff;
}
#wrapperContent div#colLeft div div.noBorderBottom {
	border-bottom: 0px solid #ffffff;
}
#wrapperContent #colLeft #twoCols {
	clear: both;
}
#wrapperContent div#colLeft div#twoCols div {
	width: 269px;
	float: left;
	height: 200px;
	border-right: 2px solid #ffffff;
}
*#wrapperContent div#colLeft div#oneCol div.oneColContent {
	width: 580px;
	background-color: #f0f0f0;
}
#wrapperContent div#colLeft div#oneCol div.text {
	padding: 5px;
	width: 610px;
	border-bottom: 2px solid #ffffff;
}
#wrapperContent div#colLeft div#oneCol div.text div {
	width: auto;
	background-color: #ffffff;
	padding: 10px 15px 5px 15px;
}
#wrapperContent div#colLeft div#oneCol div.teaser {
	padding: 0px;
	width: 620px;
	border-bottom: 0px;
}
#wrapperContent div#colRight div img,.borderGray {
	border: 1px solid #CDCDCD;
}
#wrapperContent h1 {
	height: 25px;
	line-height: 100%;
	font-size: 16px;
	color: #eb0000;
	padding-top: 10px;
	padding-left: 20px;
	background-image: url(/images/lines_red.gif);
	background-repeat: no-repeat;
	background-position: left 10px;
	background-color: #ffffff;
}
#wrapperContent h2 {
	line-height: 100%;
	font-size: 16px;
	margin-bottom: 15px;
}
#wrapperContent h3 {
	line-height: 140%;
	font-size: 14px;
}
#wrapperContent h4 {
	line-height: 140%;
	font-size: 14px;
	margin-bottom: 15px;
}
#wrapperContent h5 {
	line-height: 140%;
	font-size: 13px;
}
#wrapperContent h6 {
	line-height: 140%;
	font-size: 13px;
	margin-bottom: 15px;
}
#wrapperContent p {
	margin-bottom: 15px;
	line-height: 140%;
}
.borderGray {
	border: 1px solid #CDCDCD;
	width: 560px;
}
#wrapperContent h2 a {
	color: #606060;
	text-decoration: none;
}
#wrapperContent p a {
	color: #606060;
	padding-left: 13px;
	background-image: url(/images/arrow_red.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	text-decoration: none;
	font-weight: bold;
}

#wrapperContent p a[href $='.pdf'] {
	background-image: url(/images/pdf.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 18px;
}
#wrapperContent p a:hover {
	color: #eb0000;
	text-decoration: underline;
}
#wrapperContent p a.inText {
	color: #606060;
	padding-left: 0px;
	background-image: none;
	text-decoration: none;
	font-weight: bold;
}
#wrapperContent p a.inText:hover {
	color: #eb0000;
	text-decoration: underline;
}
#wrapperContent ul {
	margin-bottom: 13px;
	list-style: none;
}
#wrapperContent ul li {
	line-height: 140%;
	padding-left: 13px;
	background-image: url(/images/square_red.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	margin-bottom: 2px;
}
#wrapperContent img.team {
	margin-right: 15px; border: 1px solid #ffffff; text-align: left;
}
/* ########################################################################################### */
/* Sitemap                                                                                     */
/* ########################################################################################### */
ul#sitemap {
	list-style: none;
	margin-left: 20px;
}
ul#sitemap, ul#sitemap ul {
	list-style: none;
	margin: 0px;
	margin-left: 20px;
}
ul#sitemap ul {
	margin-top: 15px;
}
ul#sitemap li {
	margin-bottom: 15px;
	padding-left: 0px;
	background-image: none;
}
ul#sitemap li a {
	color: #606060;
	padding-left: 13px;
	background-image: url(/images/arrow_red.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	text-decoration: none;
}
ul#sitemap ul li a {
	color: #606060;
	padding-left: 0px;
	background-image: none;
	text-decoration: none;
}
ul#sitemap li a:hover {
	color: #eb0000;
	text-decoration: underline;
}
/* ########################################################################################### */
/* forms                                                                                       */
/* ########################################################################################### */

#wrapperContent label { /* Alle Labels UND Formularelemente auswaehlen */
  display: block;
  float: left;
  width: 80px;
  margin-bottom: 10px;
}
#wrapperContent input, select,textarea { /* Alle Labels UND Formularelemente auswaehlen */
	display: block;
	float: left;
	width: 358px;
	margin-bottom: 10px;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #ffffff;
	border: 1px solid #cdcdcd;
	margin-right: 5px;
	color: #606060;
}
#wrapperContent input.textFieldRequires,#wrapperContent textarea.textFieldRequires { border: 1px solid #eb0000; }
#wrapperContent form br { /* Alle Zeilenumbrueche in Formularen auswaehlen */
  clear: left; /* das floating der labels und inputs aufheben */
}
.formInputButton {margin-left: 80px;}
input#submit { /* den Submit-Button */
	width: auto;
	background-color: #ffffff;
	border: 1px solid #cdcdcd;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 13px;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	font-weight: bold;
	margin-right: 20px;
}
/* ########################################################################################### */
/* Footer                                                                                      */
/* ########################################################################################### */
#footer {
	color: #606060;
	font-size: 13px;
	background-color: #FFFFFF;
	padding: 20px 0px 20px 0px;
}
#footer a {
	color: #606060;
	text-decoration: none;
}
