@charset "utf-8";

/* CSS Document */


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: 0px;
	font-size: 100%;
}

body {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 82%;
	line-height: 1.4em;
	margin: 0px 0px 50px 0px;
	padding: 0px;
	text-align: center;
	background-image: url(../images/main_bg.jpg);
	background-repeat: repeat-x;
	background-color: #BED0DE;
}

h1 {
	color: #333;
	font-weight: bold;
	font-size: 130%;
}

h2 {
	color: #b54f37;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
}

a, a:link {
	color: #02187B;
	text-decoration: none;
}

a:visited {
	color: #02187B;
	text-decoration: none;
}

a:hover {
	color: #FF6600;
	text-decoration: underline;
}

a:focus {
	color: #FF6600;
}

a:active {
	color: #FF6600;
}

#topDiv {
	width: 905px;
	height: 105px;
	margin: 1px auto 10px auto;
	padding: 0px;
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom: solid 1px;
	border-bottom-color: #001475;
	display: block;
}
#topDiv address {
	float: right;
	text-align: left;
	margin-top: 10px;
	font-size: 12px;
	font-style: normal;
	color: #001379;
	font-weight: normal;
	line-height: 110%;
}
#topDiv address strong {
	min-width: 80px;
	display: block;
	float: left;
}


#outerWrapper {
	background-color: #fff;
	margin: 0 auto 0 auto;
	text-align: left;
	width: 900px;
	background-repeat: repeat-y;
	background-image: url(../images/content_bg.jpg);
	border: 1px solid;
	border-color: #326598;
}

#topNavigation {
	height: 30px;
	padding: 13px 10px 0px 10px;
	background-image: url(../images/toprow.jpg);
	background-repeat: repeat-x;
	color: #FFFFFF;
	border-bottom: 2px solid;
	border-bottom-color: #001475;
}
#topNavigation a {
	color: #FFFFFF;
}

#rightColumn1 {
	float: right;
	padding: 5px;
	width: 185px;
	font-size: 90%;
	margin-bottom: 50px;
	padding-top: 20px;
	clear: right;
}

#leftColumn1 {
	float: left;
	padding: 10px 10px 10px 10px;
	width: 167px;
	font-size: 90%;
	margin-bottom: 50px;
}

#contentWrapper {
}

#content {
	padding: 10px 10px 10px 10px;
	position: relative;
	display: block;
	float: left;
	width: 480px;
	left: 0px;
}

#content > ul {
	margin: 1em 15px;
	padding: 0px;
}

#content > ul li {
	margin: 5px 0px;
	border-bottom: 1px dotted #999999;
	list-style: none;
	padding: 5px 0px;
}

#footer {
	border-top: solid 1px #629FBB;
	padding: 10px 10px 10px 10px;
	background-color: #B9CCDD;
	font-size: 80%;
	clear: both;
}
#footer .footercopyright {
	float: left;
	width: 450px;
}

#footer .footerstatus {
	float: right;
	width: 200px;
	text-align: right;
}

#logo {
	background-image: url(../images/logo.jpg);
	padding: 10px 25px;
	height: 91px;
	width: 326px;
	float: left;
}

#leftColumn1 h3, #rightColumn1 h3 {
	font-size: 95%;
	font-weight: bold;
	color: #FFF;
	background-color: #323232;
	padding: 2px 5px;
	border-bottom: 2px solid;
	border-color: #003399;
}

#leftColumn1 .moduletable, #rightColumn1 .moduletable {
	background-color: #FCFCFC;
	border: 1px solid #CCC;
	padding: 2px;
	margin-bottom: 1em;
}

#leftColumn1 #form-login fieldset.input {
	background-color: #FCFCFC;
	padding: 5px;
	border: 1px solid #CCC;
}

#leftColumn1 ul, #rightColumn1 ul {
	margin: 2em 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 90%;
}

#leftColumn1 li, #rightColumn1 li {
	display: block;
	margin: 5px 5px 5px 0px;
	border-bottom: 1px dotted;
	border-color: #1779B6;
	font-weight: normal;
	list-style-type: none;
	background-image: url(../images/nav_bullet1.gif);
	background-repeat: no-repeat;
	background-position: 2px 9px;
	padding: 3px 3px 3px 13px;
	font-size: 11px;
	text-transform:uppercase;
}

#leftColumn1 li.submenu, 
#rightColumn li.submenu 
{
	text-transform: none;
    margin: 0px 0px 2px -8px;
	list-style-type: none;
	border: 0px none;
	background-image: url(../images/nav_bullet2.gif);
	padding: 0px 0px 0px 10px;
}

#leftColumn1 li.submenu2, 
#rightColumn li.submenu2 
{
	text-transform: none;
	margin: 0px 0px 2px -7px;
	background-image: none;
	list-style-type: none;
	border: 0px none;
	padding: 0px 0px 0px 10px;
}

#leftColumn1 li.submenu a,
#leftColumn1 li.submenu2 a {
	padding: 2px;
	line-height: 110%;
}


#leftColumn1 li a:hover, #rightColumn li a:hover {
	background-color: #2C9FD8;
	text-decoration: none;
	color: #FFFFFF;
}


#leftColumn1 li.current, #rightColumn li.current {
	color: #00147A;
	border-right: 3px solid;
	border-color: #1779B6;
	padding-left: 15px;
}

#leftColumn1 li.current a, #rightColumn li.current  a {
	color: #00147A;
	font-weight: normal;
	border-right: 0px none;
}

#leftColumn1 li a, #rightColumn li a {
	display: block;
	padding: 3px;
}

#leftColumn1 ul, #rightColumn ul {
	margin: 10px 0px 20px 0px;
	padding: 0px;
}


#leftColumn1 li.submenu a, #rightColumn1 li.submenu a {
	border-right: 0px none;
}

#leftColumn1 li.submenu a:hover, #rightColumn1 li.submenu a:hover, 
#leftColumn1 li.submenu2 a:hover, #rightColumn1 li.submenu2 a:hover {
	background-color: #5EB7E1;
	color: #FFFFFF;
}

#rightColumn1 h1, #rightColumn1 h2, #rightColumn1 h3,#rightColumn1 h4 {
	margin-bottom: 1em;
    text-transform: uppercase;
	font-size: 0.85em;	 
}

#rightColumn1 h1 {
	font-size: 1em;
}	

#rightColumn1 .csc-textpic-caption {
	color: #003366;
}

form.search label { display: none; }

#topNavigation ul { 
	margin: 0px;
	padding: 0px;
	float: right;
	list-style: none;
}

#breadcrumbs {
	width: 400px;
	float: left;
}

#topNavigation li {
	padding: 2px 8px;
	float: left;
	margin: 0px 2px;
	font-size: 10px;
	background-color: #075C9D;
	border: 1px dotted;
	border-color: #00496C;
}

#topNavigation li a:link, #topNavigation li a:visited, #topNavigation li a:hover  {
	color: #FFFFFF;
	font-size: 11px;
} 

#topNavigation li:hover {
	background-color: #2C9FD8;
}

#topNavigation .breadcrumbs { 
	float: left;
	width: 300px;
	color: #FFFFFF;
}

/* TYPO3 CSC */

p.bodytext {
	margin: 1em 0;
	line-height: 140%;
}

#content h1 {
	font-size: 120%;
	font-weight: bold;
	line-height: 120%;
	padding: 0.2em 0em;
	background-color: #378EC3;
	color: #FFFFFF;
	padding: 5px;
	margin: 50px 0px 15px 0px;
}

#content h3 {
	font-size: 100%;
	font-weight: bold;
	line-height: 120%;
	padding: 0.2em 0em;
	background-color: #666666;
	color: #FFFFFF;
	padding: 2px;
	margin: 30px 0px 15px 0px;
}

#content h1.csc-firstHeader {
	font-size: 150%;
}

fieldset {
	border: 0px none;
	border-bottom: 1px solid;
	border-top: 1px solid;
	margin: 30px 0px;
	padding: 10px;
	border-color: #1B8DCB;
}

#content .csc-menu dt {
	font-weight: bold;
	margin-bottom: 1em;
}

#content .csc-menu dd {
	font-weight: normal;
	margin-bottom: 1em;
}

#content .csc-menu dt:before {
 content: "» ";
}

#content h1.csc-firstHeader {
	color: #2B88C1 !important;
	border-bottom: 1px double;
	border-color: #2B88C1;
	margin: 0px 0px 15px 0px;
	background-color: transparent;
}

.csc-textpic-caption {
	color: #999999;
	font-size: 11px;
}

.csc-mailform-field {
	clear: both;
	display: block;
	padding: 5px;
	min-height: 15px;
}

.csc-mailform-field label {
	float: left;
	clear: both;
	width: 120px;
}

.csc-mailform-field input, 
.csc-mailform-field select  {
	float: left;
	font-size: 11px;
}


.csc-mailform-field textarea {
	font-size: 11px;
	float: left;
	clear: left;
}

.tx-thmailformplus-pi1 legend {
	margin: -20px 0px 10px -10px;
	padding: 3px;
	text-transform: uppercase;
	color: #999999;
}

*:first-child+html .tx-thmailformplus-pi1 legend {
	margin: -30px 0px 10px -15px;
}

.tx-thmailformplus-pi1 input,
.tx-thmailformplus-pi1 select,
.tx-thmailformplus-pi1 textarea,
.tx-thmailformplus-pi1 label {
	font-size: 11px;
	margin: 0px 0px 3px 0px;
}

.typo3-adminPanel {
	text-align: left;
}

.feature {
	clear: both;
	width: 96%;
	padding: 0% 1% 3% 1%;
	margin: 1%;
	border-bottom: 1px dashed #DDDDDD;
	float: left;
}

* html .feature {
	margin: 5px;
}

.feature p:first-letter {
	font-size: 160%; 
}

.teaser {
	float: left;
	width: 45%;
	padding: 4px;
	margin: 1%;
	color: #333333;
	font-size: 11px;
	border: 1px solid;
	border-color: #DDDDDD;
	height: 11em;
	overflow: hidden;
	vertical-align: top;
}

* html .teaser {
	margin: 5px;
}

.block {
	clear: both;
	width: 96%;
	padding: 1%;
	margin: 2% 1%;
	border-top: 1px dashed #DDDDDD;
}

#content .teaser .csc-header h1  {
	font-size: 12px;
	font-weight: bold;
	margin: 0%;
	background-color: #CC0000;
	color: #FFFFFF;
	padding: 3px;
}

.teaser p {
	font-size: 11px;
	margin: 1em 0px;
}

td p { margin: 0px; padding: 5px; }

/* RSS FEED FORWARD EXTENSION */

.tx-feedforward-pi1 {
	font-size: 11px;
	line-height: 100%;	
}
 
p.newsteaser {
	padding: 0px;
	margin: 5px 0px;
	font-size: 11px;
	line-height: 100%;
}

#bildreihe {
	width: 691px;
	float: right;
	height: auto;
	clear: right;
	margin-bottom: 20px;
	padding: 5px 10px;
	border-bottom: 1px solid #999999;
	background-color: #24247B;
	line-height: 100%;
	color: #FFFFFF;
	background-image: url(../images/bildreihe_bg.jpg);
	background-repeat: repeat-x;
}

#bildreihe ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#bildreihe li {
	padding: 5px;
	width: 29%;
	float: left;
	margin-right: 5px;
	height: 165px;
}

#bildreihe img {
	border: 4px solid #FFFFFF;
	margin-bottom: 5px;
}

#bildreihe .csc-textpic-caption {
	color: #FFFFFF;
}
