@import url(dynamiccss.css);

body {
	margin: 0px 0px 20px;
	padding: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #ffffff;
	color: #002c53;
}
#container {
	width: 979px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(templ_img/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	clear: both;
}

#header {
	height: 64px;
	width: 100%;
	text-align: left;
	margin: 0px;
	padding: 0px;
}


/*Obere Navigationsleiste*/

#ts_mainnav {
	width: 100%;
	text-align: center;
	background-color: #FFFFFF;
}
#topnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	width: 100%;
	height: 21px;
	line-height: 21px;
}
#topnav p {
	padding: 3px;
	margin: 0px;
}
ul.top, ul.top li {
	display: inline;
	list-style-type: none;
	margin: 0px 0px 0px 5px;
	padding: 0px;
}
#topnav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 70px;
	padding-left: 3px;
}

/*HAUPTBEREICH*/
#main {
	clear: both;
	width: 100%;
	text-align: left;
	/*border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #FFFFFF;
	border-bottom-color: #000033;
	border-left-color: #FFFFFF;
	border-top-style: none;*/
	display: block;
	height: auto;
}
#hauptteil {
	position: absolute;
	width: 979px;
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	clear: both;
}
#content {
	width: 480px;
	position: relative;
	float: left;
	padding-top: 0px;
	padding-right: 30px;
	padding-left: 5px;
	padding-bottom: 30px;
	min-height:500px;
}
*html #content {
	height:500px;
}

/*LINKE SPALTE*/
#ts_subnav {
	height: 100%;
	width: 175px;
	padding: 0px 0px 0px 5px;
	float: left;
	text-align: left;
}
ul.subn {
	margin: 0px 0px 0px 10px;
	padding: 0px;
	list-style-type: none;
}
/* Submenü 1.Ebene  */
#ts_subnav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #6580a0;
	text-decoration: underline;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-right: 0px;
	padding-right: 5px;
	display: block;
	background-image: url(templ_img/subnav_n.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 10px;
}
#ts_subnav a.act, #ts_subnav a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #be873a;
	text-decoration: underline;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-right: 0px;
	padding-right: 5px;
	display: block;
	background-image: url(templ_img/subnav_ov.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 10px;
}
#ts_subnav li { 
	display:block;
	margin-top: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-right: 0px;
	padding-right: 0px;
}

/* Submenü 2. Ebene */
#ts_subnav li.sub { 
	display:block;
	margin-top: 1px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-right: 0px;
	padding-right: 0px;
	margin-left: 10px;
}
#ts_subnav a.sub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #002c53;
	text-decoration: none;
	/*border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EBEBEB;
	border-right-color: #EBEBEB;
	border-bottom-color: #EBEBEB;
	border-left-color: #EBEBEB;*/
	padding-top: 0px;
	padding-bottom: 0px;
	margin-right: 0px;
	padding-right: 5px;
	display: block;
}
#ts_subnav a.subact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #8F8FA5;
	text-decoration: none;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-right: 0px;
	padding-right: 5px;
	display: block;
	/*border-top: 1px solid #EBEBEB;
	border-right: 1px none #EBEBEB;
	border-bottom: 1px solid #EBEBEB;
	border-left: 1px solid #EBEBEB;*/
}
/* Submenü 3.Ebene */
#ts_subnav li.subsub { 
	display:block;
	margin-top: 1px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-right: 0px;
	padding-right: 0px;
	margin-left:20px;
}



/*RECHTE SPALTE*/
#rightblock {
	float: right;
	position: relative;
	width: 233px;
	padding: 10px 10px 10px 0px;
}
.rightblock {
	float: right;
	position: relative;
	width: 233px;
	padding: 0px 10px 0px 0px;
}
.searchfield {
	width:110px; 
	border:1px solid #002c53; 
	height:13px; 
	margin-bottom:3px;
	margin-top:2px;
	font-size:11px;
}
.searchbn {
	cursor:hand; 
	margin-left:5px;
	margin-top:5px;
}
*html .searchfield {
	width:110px; 
	border:1px solid #002c53; 
	height:17px; 
	margin-bottom:3px;
	margin-top:0px;
}
*html .searchbn {
	cursor:hand; 
	margin-left:5px;
	margin-top:3px;
}
*+html .searchfield {
	width:110px; 
	border:1px solid #002c53; 
	height:13px; 
	margin-bottom:3px;
	margin-top:1px;
	font-size:11px;
}
*+html .searchbn {
	cursor:hand; 
	margin-left:5px;
	margin-top:1px;
}
.reblock {
	padding: 10px;
	border: 1px solid #002c53;
	margin: 0px 0px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-image: url(templ_img/bg_boxen.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #002c53;
	font-weight: bold;
	clear: right;
}

/* Sidebar */

#sidebar {
        float: right;
	position: relative;
        width: 233px;
	padding: 0px 10px 10px 0px;
}

.boxed {
        margin: 0 0 0 0;
}

.boxed .title {
	width: 158px;
        margin: 0;
        padding: 1px 5px 0px 75px;
        background: #ffffff url(../images/img03.jpg) no-repeat;
        font-size: 120%;
        color: #ffffff;
}

.boxed .subtitle {
        margin: 0;
        padding: 5px 10px 5px 10px;
	border: 1px solid #002b54;
        border-top: none;
	border-bottom: none;
	font-size: 120%;
        color: #ba8748;
}

.boxed .content {
        padding: 0px 10px 0px 10px;
        border: 1px solid #002b54;
        border-top: none;
	font-size: 110%;
	border-bottom: none;
}


.boxed h3 {
        margin: 0;
}

.boxed p, .boxed ul, .boxed ol {
        margin: 0;
        padding: 0;
        list-style: none;
        line-height: normal;
}

.boxed ul {
}

.boxed ul li {
        padding: 8px 0 8px 10px;
        background: url(images/img04.gif) no-repeat 0px 13px;
}

.boxed ul li.first {
        border: none;
}


/*FOOTER*/
#footer {
	clear: both;
	padding: 10px;
	text-align: left;
	background-color: #FFFFFF;
	color: #002C53;
}


/*ALLGEMEIN*/
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #002c53;
	display: block;
	margin: 0px 0px 20px;
	padding: 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #002C53;
	margin-bottom: 30px;
	line-height: 180%;
}


h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #002c53;
	margin: 20px 0px 0px;
	padding: 0px;
}


h4 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
	font-style: italic;
        font-weight: bold;
        color: #ba8748;
        margin-bottom: 5px;
        padding: 0px;
}

#rightblock .reblock .headline h4,
.rightblock .reblock .headline h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	background-image:none;
	margin-left:0px;
}
#rightblock .reblock .headline a,
.rightblock .reblock .headline a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	background-image:none;
	margin-left:0px;
}
p {
	margin: 9px 0px 0px;
	padding: 0px;
	color: #002C53;
	line-height: 130%;
}
#content a, #footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #002C53;
	text-decoration: underline;
	font-variant: normal;
	/*margin-left: 10px;*/
}
#rightblock .reblock a,
.rightblock .reblock a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #6580a0;
	text-decoration: none;
	font-variant: normal;
	background-image: url(templ_img/subnav_n.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
}
#rightblock .reblock a:hover,
.rightblock .reblock a:hover {
	background-image: url(templ_img/subnav_ov.gif);
}
#rightblock .reblock .headline a:hover,
.rightblock .reblock .headline a:hover {
	background-image: none;	
	color:#ffffff;
	margin-left:0px;
	font-weight:bold;
}
#content a:hover, #rightblock a:hover, .rightblock a:hover,#footer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #BE873A;
	text-decoration: underline;
	font-variant: normal;
}
.imgleft {
	margin-right: 5px;
	margin-left: 0px;
	border: 1px solid #EBEBEB;
}
#content ul, #rightblock ul, .rightblock ul {
	list-style-image: url(templ_img/reddot.gif);
	color: #002c53;
	padding-left:15px;
}
#content li {
	margin-bottom:5px;
}
#topnav a.act {
	color: #BE873A;
}
a:hover, #ts_subnav a:hover, #topnav a:hover {
	color: #BE873A;
}
#search {
	float: right;
	height: 15px;
}
form {
	margin: 0px;
	padding: 0px;
}
#ts_breadcrumb a {
	font-weight: normal;
	color: #6580A0;
	/*background-image: url(templ_img/arrow_rootlevel.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;*/
	margin-right:5px;
}
#ts_breadcrumb a:hover {
	font-weight: normal;
	color: #BE873A;
	text-decoration: none;
}
#ts_breadcrumb {
	text-align:left;
	background-color: #FFFFFF;
	padding: 20px 13px;
	font-size:11px;
}
.indexpoint {
	display: block;
	height: 100px;
	padding: 10px;
}
#pdfgen {
	text-align: center;
	display: block;
	margin-top: 30px;
}
#pdfgen a, #pdfgen a:hover {
	font-weight: normal;
}
.reblock p {
	color: #FFFFFF;
}
#ts_breadcrumb .act {
	color: #BE873A;
}
#container #langswitch {
	float: right;
	background-color: #FFFFFF;
	padding: 10px;
	margin-top: 5px;
}
a img {
	border:none;
}.clearer {
	clear: both;
}

/* SUCHE  */
#content .tx-indexedsearch-searchbox input,
#content .tx-indexedsearch-searchbox select {
	border:1px solid #002C53;
	font-size:12px;
	width:100%;
}
#content .tx-indexedsearch-searchbox label,
#content .tx-indexedsearch-searchbox td {
	font-size:12px;
}
#content .tx-indexedsearch-searchbox td {
	padding:3px;
}

.tx-macinasearchbox-pi1 {
	margin-top: -5px;
}
/* RTE Klassen  */
/*span.red {color:red;}
span.logo_orange {color:#BE873A;}
span.unterstrichen {text-decoration:underline;}*/


fieldset.csc-mailform {border:none;}
.csc-mailform label {
	width:100px;
	display:block;
	float:left;
	line-height:21px;
	text-align:right;
	margin-right:3px;
}
.csc-mailform input {
	border:1px solid #002C53;
	width:200px;
	margin:3px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	clear:right;
}
.csc-mailform input.csc-mailform-submit {
	border:1px solid #002C53;
	background-color:#002C53;
	color:#ffffff;
	font-weight:bold;
	width:auto;
	margin-left:106px;
}
.csc-mailform textarea {
	border:1px solid #002C53;
	width:200px;
	overflow: auto;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	margin-left:3px;
}
