@charset "UTF-8";

/* Body */

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	padding: 0px;
	font-size: 1em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}


/* Header */

#stripes {
	background-image: url(img/stripes.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	height: 47px;
	width: 100%;
	position: absolute;
	top: 20px;
	visibility: visible;
	z-index: 1;
	float: left;
	overflow: hidden;
}

#logo {
	background-image: url(img/logo.gif);
	margin: 0px;
	padding: 0px;
	height: 47px;
	width: 200px;
	position: absolute;
	left: 700px;
	top: 20px;
	right: 0px;
	bottom: 0px;
	visibility: visible;
	z-index: 100;
	background-repeat: no-repeat;
	float: none;
	overflow: hidden;
}
#banner {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 111px;
	width: 725px;
	background-color:#FFFFFF;
	visibility: visible;
	z-index: 200;
	top: 44px;
	position: absolute;
	overflow: hidden;
}
#infoPlus {
	margin: 0px;
	float: left;
	position: absolute;
	visibility: visible;
	z-index: 300;
	left: 743px;
	top: 70px;
	height: 60px;
	width: 200px;
	overflow: hidden;
	font-size: 11px;
	font-weight: bold;
	color: #ED1E25;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 0px;
	line-height: 18px;
}
#infoPlus a {
        color: #ED1E25;
        text-decoration: none;
}



/* Hauptnavigation */

#navi {
	margin: 0px;
	padding: 0px;
	height: 32px;
	width: 100%;
	position: absolute;
	visibility: visible;
	z-index: 1000;
	top: 155px;
	background-image: url(img/bg_navi.gif);
	background-repeat: repeat-x;
	float: left;
	overflow: hidden;
}
#navi ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	position: relative;
	visibility: visible;
	left: 40px;
}
#navi ul li {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	position: relative;
	display: inline;
	visibility: visible;
	margin: 0px;
	border-right-style: groove;
	border-left-style: none;
	border-top-style: none;
	border-bottom-style: none;
	border-right-width: 2px;
	border-right-color: #999999;
	float: left;
	padding: 0px;
	height: 31px;
}
#navi ul li a {
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	padding-top: 8px;
	padding-right: 14px;
	padding-bottom: 8px;
	padding-left: 14px;
}
#navi ul li.first  {
	border-left-width: 2px;
	border-left-style: groove;
	border-left-color: #999999;
}
#navi  ul li a:hover {
	background-color:#FFFFFF;
	background-image: url(img/bg_navi_hover.gif);
}
#navi  ul li.active {
	background-color:#FFFFFF;
	background-image: url(img/bg_navi_active.gif);
	border-left-width: 0px;
}
#navi  ul li.activefirst {
	background-color:#FFFFFF;
	background-image: url(img/bg_navi_active.gif);
	border-left-width: 2px;
	border-left-style: groove;
	border-left-color: #999999;
}




/* Hauptspalte */

#mainCol {
	width: 460px;
	position: absolute;
	visibility: visible;
	z-index: 50;
	left: 240px;
	top: 177px;
	margin: 0px;
	padding-top: 30px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	clear: left;
	float: left;
}
#mainContent p {
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 0.8em;
	color: #3e3c3c;
	line-height: 1.3em;
}
#mainContent h1 {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	margin-top: 30px;
	font-size: 1.4em;
	color: #ED1E25;
	float: none;
	clear: left;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#mainContent h2 {
	font-size: 1em;
	color: #000000;
}
#mainContent img {
	padding: 0px;
	float: left;
	border-top-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #5C5A5A;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	clear: none;
}
#mainContent a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #ED1E25;
	background-image: url(img/arrowLink.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 23px;
	text-decoration: underline;
}
#breadCrump     a.notActive     {
	font-size: 0.7em;
	text-decoration: underline;
	background-image: url(img/arrow.gif);
	background-position: left center;
	color: #3e3c3c;
	background-repeat: no-repeat;
	padding-left: 12px;
}
#breadCrump     a.active     {
	font-size: 0.7em;
	background-image: url(img/arrow.gif);
	background-position: left center;
	color: #3e3c3c;
	background-repeat: no-repeat;
	padding-left: 12px;
	font-style: italic;
	text-decoration: none;
}#breadCrump a.notActive:hover {
	font-size: 0.7em;
	text-decoration: underline;
	background-image: url(img/arrow.gif);
	background-position: left center;
	color: #ED1E25;
	background-repeat: no-repeat;
	padding-left: 12px;
}
#mainCol #footer {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #ED1E25;
	margin-top: 50px;
	margin-bottom: 80px;
	line-height: 1em;
    	clear: left;
}
#mainCol #footer a {
	text-decoration: underline;
	color: #000000;
}
#mainCol #footer #printVersion {
	font-size: 0.7em;
	color: #000000;
	background-image: url(img/print.gif);
	background-position: left center;
	padding-left: 25px;
	background-repeat: no-repeat;
	margin-top: 10px;
	font-weight: bold;
	float: left;
}
#mainCol #footer a:hover {
	text-decoration: underline;
	color: #ED1E25;
}
#mainCol #footer #imprint {
	font-size: 0.7em;
	color: #000000;
	margin-top: 10px;
	font-weight: bold;
	float: right;
	text-align: right;
}
#mainCol #printSmall {
	position: absolute;
	height: 16px;
	top: 35px;
    left:433px;
	right: 5px;
}
#mainCol #printSmall a {
	border: 0px;
}
#mainCol #printSmall img {
	border: 0px;
}



/* später hinzugefügt */

#mainContent li {
font-size:0.8em;
color: #3e3c3c;
line-height: 1.3em;
}
#mainContent table {
font-size:0.8em;
color: #3e3c3c;
line-height: 1.3em;
margin-top:10px;
margin-bottom:10px;
}
#mainContent tr.tr-even {
background-color: #b4b4b4;
}
#mainContent tr.tr-odd {
background-color: #F4F4F4;
}
#mainContent td {
padding:10px;
}
#mainContent object {
margin-top:15px;
margin-bottom:10px;
margin-right:10px;
border:0px;
border-style:solid;
border-color:#5C5A5A;
}
#mainCol embed {
margin-top:20px;
}

#section {
	width: 510px;
	position: relative;
	margin-right: 10px;
	float: left;
	margin-top: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
}
div.container  {
	float: left;
	position: relative;
	clear: left;
	margin-bottom: 30px;
}#section table {
	border:0px none #000000;
	font-size: 0.9em;
	padding: 0px;
	background-color: #F4F4F4;
}
#section td {
	vertical-align: top;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#section td.text {
	width: 280px;
	overflow: hidden;
	padding-left: 0px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 0px;
	vertical-align: top;
}
#section img {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 95px;
	width: 118px;
    border:0px
}
#section h3 {
	border:0px;
	color:#000000:
	font-size: 0.8em;
	color: #3e3c3c;
	font-size: 0.9em;
	font-weight: bold;
	margin: 0px;
}
#section a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: none;
	text-decoration: none;
	color: #ED1E25;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding: 0px;
	float: right;
	font-size: 0.8em;
}
#section a:hover {
	text-decoration: underline;
	
}



#section2 {
	position: relative;
	margin-right: 10px;
	float: left;
	margin-top: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 150px;
	text-align: center;
}

#section2  table {
	border:0px none #000000;
	font-size: 0.8em;
	padding: 0px;
	background-color: #F4F4F4;
	text-align: center;
}
#section2  td {
	vertical-align: top;
	padding: 5px;
	text-align: center;
}

#section2  a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: none;
	text-decoration: none;
	color: #ED1E25;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding: 0px;
	float: none;
	font-size: 0.9em;
	text-align: center;
	margin: 0px;
	font-weight: bold;
}
#section2 img {
	padding: 0px;
	height: 113px;
	width: 140px;
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#section2 a:hover {
	text-decoration: underline;
	
}





/* linke Spalte */

#leftCol {
	position: absolute;
	width: 235px;
	top: 169px;
	visibility: visible;
	z-index: 50;
	margin: 0px;
	padding: 0px;
}
#leftCol ul {
	padding: 0px;
	list-style-type: none;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #3e3c3c;
	font-size: 0.7em;
	font-weight: bold;
	color: #3e3c3c;
	margin-top: 112px;
	background-color: #F4F4F4;
}
#leftCol ul li {
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 4px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-bottom-color: #666666;
	margin-right: 10px;
	margin-left: 28px;
}
#leftCol ul li a {
	color: #3e3c3c;
	text-decoration: none;
	padding-left: 23px;
	display: block;
}
#leftCol ul li a:hover {
	text-decoration: none;
	background-image: url(img/arrowNaviActive.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color: #ED1E25;
}
#leftCol ul li a.active {
	text-decoration: none;
	background-image: url(img/arrowNaviActive.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color: #ED1E25;
}
#leftCol  ul.search {
	list-style-type: none;
	font-weight: bold;
	color: #3e3c3c;
	display: block;
	margin-top: 40px;
	margin-right: 20px;
	border-top-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#leftCol  ul.search  .searchField {
	font-weight: bold;
	color: #ED1E25;
	border: 1px solid #484646;
	width: 110px;
	height: 22px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 6px;
	display: block;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	text-align: left;
	vertical-align: middle;
	font-size: 1em;
	float: left;
	visibility: visible;
}
#leftCol  ul.search  .searchSubmit {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 3px;
	padding-bottom: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;	
}





/* rechte Spalte */

#rightCol {
	position: absolute;
	width: 235px;
	left: 734px;
	top: 169px;
	clear: left;
	float: left;
	margin: 0px;
	padding: 0px;
}

#rightCol h1 {
	color: #3E3C3C;
	font-weight: bold;
	display: block;
	text-align: left;
	font-size: 0.9em;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #3E3C3C;
	padding-top: 15px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#rightCol p {
	color: #3E3C3C;
	font-weight: normal;
	display: block;
	text-align: left;
	font-size: 0.8em;
	padding-top: 15px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #3E3C3C;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 5px;
	line-height: 1.2em
}
#rightCol div {
	padding: 0px;
	margin-top: 40px;
}
#rightCol div.csc-header-n1 {

	margin-top: 112px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#rightCol a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #ED1E25;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-decoration: none;
}
#rightCol a:hover {
	text-decoration: underline;
}


/* später hinzugefügt */

#rightCol li {
font-size:0.8em;
color: #3e3c3c;
line-height: 1.3em;
}
#rightCol table {
font-size:0.8em;
color: #3e3c3c;
line-height: 1.3em;
margin-top:10px;
margin-bottom:10px;
}
#rightCol tr.tr-even {
background-color: #b4b4b4;
}
#rightCol tr.tr-odd {
background-color: #F4F4F4;
}
#rightCol td {
padding:10px;
}
#rightCol object {
margin-top:15px;
margin-bottom:10px;
margin-right:10px;
border:0px;
border-style:solid;
border-color:#5C5A5A;
}

#rightCol div.tx-slideshow-pi1 {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#rightCol div.tx-macinasearchbox-pi1 {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
#rightCol  .searchField {
	font-weight: bold;
	color: #ED1E25;
	border: 1px solid #484646;
	width: 170px;
	height: 24px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 6px;
	display: block;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	text-align: left;
	vertical-align: middle;
	font-size: 1em;
	float: left;
	visibility: visible;
}
#rightCol  .searchSubmit {
	border:1px;
	border-style:solid;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;	
}





