html, body {
	
}
html {
	
}
body {
	font-family: Helvetica,Verdana,Arial,sans-serif;
	font-size: 10pt;
	
	color: #000000;
	margin: 0%;
	padding: 0%;
	text-align:center;
	list-style-position: outside;
	background-color: #C0C1C3;
}

table {
	font-size: 10pt;
}
td p{
	margin: 0;	
}

a {
	color: #000000;
	text-decoration: none;
}

h1 {
	font-size: 12pt;
	font-weight: bold;
}
h4 a {
	color: #000000;	
}

.printHeader {
	display: none;
}
.siteHeader {
	width: 100%; height: 100%;/*251px;*/
	background-image: url(../images/siteHeader.gif);
	background-repeat:repeat-x;
	background-position: top;
}
.gradientFrame {
	width: 100%;
	background-image: url(../images/siteFooter.gif);
	background-repeat:  repeat-x;
	background-position: bottom;
}
.mainFrame {
	width: 820px; height: 100%;
	margin: auto;
	padding-top: 45px;
	min-height: 595px;
	height:auto !important;  /* für moderne Browser */
	height: 595px;  /*für den IE */
}
.mainBorder {
	width: 820px;
}
.mainTL {
}
.mainTop {
	width: 804px;
}
.mainTR {
}
.mainLeft {
	width: 8px;
}
.main {
	width: 800px;
	padding: 2px;
	background-color: #FFFFFF;
}
.mainRight {
	width: 8px;
	background-image: url(../images/mainRight.gif);
	background-repeat: repeat-y;
	vertical-align: top;
}
.mainBL {
}
.mainBottom {
	text-align: left;
	height: 9px;
	background-image: url(../images/mainBottom.gif);
	background-repeat: repeat-x;
}
.mainBR {
	height: 9px; width: 8px;
	background-image: url(../images/mainBR.gif);
	background-repeat: no-repeat;
}

.header {
	height: 186px; width: 100%;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
}
.contentLeft {
	width: 215px;
	background-image: url(../images/bgCreme.gif);
	background-repeat: repeat;
	vertical-align: top;
}
.contentBorder {
	text-align: left;
}
.contentFrame {
	width: 585px;
	vertical-align: top;
}
.contentTL {
	height: 8px; width: 8px;
	background-image: url(../images/contentTL.gif);
	background-repeat: no-repeat;
}
.contentT {
	height: 8px;
	background-image: url(../images/contentT.gif);
	background-repeat: repeat-x;
}
.contentL {
	width: 8px;
	background-image: url(../images/contentL.gif);
	background-repeat: repeat-y;
}
.content {
	height: 100%;
	background-color: #FFFFFF;
	padding: 15px 30px 15px 30px;
	width: 577px;
}
.contentHeight {
	min-height: 347px;
	height:auto !important;  /* für moderne Browser */
	height: 347px;  /*für den IE */
	text-align: left;	
	line-height: 1.3em;
}
.contentHeight a:link, .contentHeight a:visited, .contentHeight a:active {
	color: #3e5f88;
	text-decoration: none;
}
.contentHeight a:hover {
	color: #3e5f88;
	text-decoration: underline;
}

.footer {
	clear: both; display: block;
	height: 26px; width: 800px;
	background-image: url(../images/bgBlue.gif);
	background-repeat: repeat;
	text-align: center;
}
.footerText {
	width: 100%;
	padding-top: 4px;
	color: #FFFFFF;
	ext-align: center;
}
.stage {
	width: 215px;
	background-image: url(../images/bgBlue.gif);
	background-repeat: repeat;
}
.stage img {
	margin: 0; 
}
.newsFrame {
	width: 100%;
	text-align: left;
}
.newsFrame h1 {
	height: 26px; width: 100%;
	background-image: url(../images/bgBlue.gif);
	background-repeat: repeat;
	color: #FFFFFF;
	font-weight: bold; font-size: 11pt;
	padding: 4px 0 0 15px;
	margin: 0;
}

/* service navi */
#serviceNavi {
	float: right;
	font-size: 8pt; color: #000000;
	height: 20px;
}
#serviceNavi a {
	color: #000000;
}
.crFrame {
	float: left;
	font-size: 8pt; color: #000000;
}

#printLink {
	float: right;
	padding: 0 5px 0 12px;
}
#langNavi {
	float: right;
}
#langNaviTab {
	margin-left: 5px;
}
#langmenu {
	margin-left: 5px;
	padding-top: 2px;
}
#ndNavi {
	display: block; text-align: center;
	width: 800px;
	padding: 0px 0 20px 0;	
	margin: auto;
}

/* drop down menu */
#menu { 
	height: 23px; width: 800px;
	background-image: url(../images/bgCreme.gif);
	background-repeat: repeat;
	padding: 2px 0px 0px 0px;
	display: block;
}	

ul.menu, ul.menu ul {
	display: inline;
    list-style-type: none;
}

ul.menu a {
    display: block;
    padding: 3px 3px 3px 3px;
    font-weight: bolder;
    color: #003366;
    text-align: center;
}
ul.menu a:hover {
	color: #333366;
}

ul.menu li {
    padding: 0;
    float: left;
	width: 19%;
	height: 23px;
	margin: 0px 0px 0px 0px;
	text-align: left;
}

/* Für Unterpunkte keine Float-Eigenschaft */
ul.menu ul li {
    float:none;
    text-align: left;
    background-color: transparent;
    width: 100%; height: auto;
    background-image: none;
    border-bottom: 1px solid #999999;
}
ul.menu ul li a{
	font-weight: normal;
	font-size: 8pt;
    color: #000000;
    text-align: left;
}
/* Links auf Unterpunkten sollen die Hintergrundfarbe ändern */
ul.menu ul li:hover, ul.menu ul li:hover {
}

/* Zweite Ebene */
ul.menu ul {
	margin:0;
	padding: 0;
	position: absolute;
	background-color: #FFFFFF;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	display: none;
	width: 158px;
	clear: both;
}

/* Zweite Ebene anzeigen */
ul.menu li.hover ul, ul.menu li:hover ul  {
	display: block;
	z-index: 100;
}

/* Dritte Ebene */
ul.menu li.hover ul ul, ul.menu li:hover ul ul {
	display: none;
	margin-left: 138px; /* Breite eines Listenelements - Überlagerung */
	margin-top: -20px; /* Höhe eines Listenelements */
}

/* Dritte Ebene anzeigen */
ul.menu li.hover ul li.hover ul, ul.menu li:hover ul li:hover ul {
	display: block;
}

/* Vierte Ebene */
ul.menu li.hover ul li.hover ul ul, ul.menu li:hover ul li:hover ul ul {
	display: none;
}

/* Vierte Ebene anzeigen */
ul.menu li.hover ul li.hover ul li.hover ul , ul.menu li:hover ul li:hover ul li:hover ul {
	display: block;
}

/* ##############################
** ### tx_indexedsearch #########
** ##############################
*/
.tx-indexedsearch-title { background-color: #030350; color: #FFFFFF;}
.tx-indexedsearch-title-icon { height: 20px; }
.tx-indexedsearch-title-number { height: 20px; }
.tx-indexedsearch-title-caption { height: 20px; }
.tx-indexedsearch-title-caption a { color: #FFFFFF; }

/* tx-jppageteaser */
.tx-jppageteaser-pi1-list-entry-image img { border-color: #DDDDDD; vertical-align: top; margin-top: 0;}
.tx-jppageteaser-pi1-list-entry h4 a { color: #000000; }
.tx-jppageteaser-pi1-list-entry-description {display: block; }
.tx-jppageteaser-pi1-list-entry-link-item { display: block; }

/* mail form */
.csc-mailform {
	border: none;	
}
.csc-mailform-field {
	width: 100%;	
	margin: 0 0 2px 0;	
}
.csc-mailform-field label {
	display: block; float: left;
	width: 110px;	
	vertical-align: top;
}
csc-mailform-submit {
	margin: 10px 0 0 110px;	
}

/* table format */
.td-0 {
	padding: 3px 10px 3px 3px;
}
.td-1 {
	padding: 3px 3px 3px 3px;
	text-align: right;
}
.formatTable tr:hover {
	background-image: url(../images/bgCreme.gif);
	background-repeat: repeat;
}

