/* default styles for extension "tx_cssstyledcontent" */
	/* Captions */
	DIV.csc-textpic-caption-c .csc-textpic-caption { text-align: center; }
	DIV.csc-textpic-caption-r .csc-textpic-caption { text-align: right; }
	DIV.csc-textpic-caption-l .csc-textpic-caption { text-align: left; }

	/* Needed for noRows setting */
	DIV.csc-textpic DIV.csc-textpic-imagecolumn { float: left; display: inline; }

	/* Border just around the image */
	DIV.csc-textpic-border DIV.csc-textpic-imagewrap .csc-textpic-image IMG {
		border: 1px solid #B0B1B3;
		padding: 0px 0px;
	}

	DIV.csc-textpic-imagewrap { padding: 0; }

	DIV.csc-textpic IMG { border: none; }

	/* DIV: This will place the images side by side */
	DIV.csc-textpic DIV.csc-textpic-imagewrap DIV.csc-textpic-image { float: left; }

	/* UL: This will place the images side by side */
	DIV.csc-textpic DIV.csc-textpic-imagewrap UL { list-style: none; margin: 0; padding: 0; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap UL LI { float: left; margin: 0; padding: 0; }

	/* DL: This will place the images side by side */
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image { float: left; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DT { float: none; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DD { float: none; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DD IMG { border: none; } /* FE-Editing Icons */
	DL.csc-textpic-image { margin: 0; }
	DL.csc-textpic-image DT { margin: 0; display: inline; }
	DL.csc-textpic-image DD { margin: 0; }

	/* Clearer */
	DIV.csc-textpic-clear { clear: both; }

	/* Margins around images: */

	/* Pictures on left, add margin on right */
	DIV.csc-textpic-left DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap .csc-textpic-image {
		display: inline; /* IE fix for double-margin bug */
		margin-right: 10px;
	}

	/* Pictures on right, add margin on left */
	DIV.csc-textpic-right DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap .csc-textpic-image {
		display: inline; /* IE fix for double-margin bug */
		margin-left: 10px;
	}

	/* Pictures centered, add margin on left */
	DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image {
		display: inline; /* IE fix for double-margin bug */
		margin-left: 10px;
	}
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption { margin: 0; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image IMG { margin: 0; }

	/* Space below each image (also in-between rows) */
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image { margin-bottom: 0px; }
	DIV.csc-textpic-equalheight DIV.csc-textpic-imagerow { margin-bottom: 0px; display: block; }
	DIV.csc-textpic DIV.csc-textpic-imagerow { clear: both; }

	/* No margins around the whole image-block */
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-firstcol { margin-left: 0px !important; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-lastcol { margin-right: 0px !important; }

	/* Add margin from image-block to text (in case of "Text w/ images") */
	DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap,
	DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap {
		margin-right: 10px !important;
	}
	DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap,
	DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap {
		margin-left: 10px !important;
	}

	/* Positioning of images: */

	/* Above */
	DIV.csc-textpic-above DIV.csc-textpic-text { clear: both; }

	/* Center (above or below) */
	DIV.csc-textpic-center { text-align: center; /* IE-hack */ }
	DIV.csc-textpic-center DIV.csc-textpic-imagewrap { margin: 0 auto; }
	DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image { text-align: left; /* Remove IE-hack */ }
	DIV.csc-textpic-center DIV.csc-textpic-text { text-align: left; /* Remove IE-hack */ }

	/* Right (above or below) */
	DIV.csc-textpic-right DIV.csc-textpic-imagewrap { float: right; }
	DIV.csc-textpic-right DIV.csc-textpic-text { clear: right; }

	/* Left (above or below) */
	DIV.csc-textpic-left DIV.csc-textpic-imagewrap { float: left; }
	DIV.csc-textpic-left DIV.csc-textpic-text { clear: left; }

	/* Left (in text) */
	DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap { float: left; }

	/* Right (in text) */
	DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap { float: right; }

	/* Right (in text, no wrap around) */
	DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap { float: right; clear: both; }
	/* Hide from IE5-mac. Only IE-win sees this. \*/
	* html DIV.csc-textpic-intext-right-nowrap .csc-textpic-text { height: 1%; }
	/* End hide from IE5/mac */

	/* Left (in text, no wrap around) */
	DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap { float: left; clear: both; }
	/* Hide from IE5-mac. Only IE-win sees this. \*/
	* html DIV.csc-textpic-intext-left-nowrap .csc-textpic-text { height: 1%; }
	/* End hide from IE5/mac */body { 
background:url(hg_lines.gif); background-color:#fefefe;
margin:0px auto; /*margin-left:20px; margin-right:20px;*/ 
text-align:center; 
font-family:Arial, sans-serif; 
font-size:12px; 
z-index:0;
}

A {
color:#882545;
}

A:hover {
text-decoration:none;
}


SUB {
vertical-align:sub;
line-height:0;
font-size:85%;
}

#outer {
width:950px; 
background:transparent;
text-align:center;
background-position:740px 166px;

}

#mainframe { 
width:950px; 
position:relative;
background-image:url(hg_line_550_56.gif);
background-repeat:repeat-y; 
text-align:left; 


}

#headline {
 width: 950px;
 height: 166px;
 background: url(head.jpg);
 margin: 0;
 padding: 0;
 position: relative;
}
#headline li {
 margin: 0; padding: 0; list-style: none; position: absolute;  /* border: 2px solid #000;  */ }
#headline li, #headline a { display: block; }
#headline1 {left: 145px; top: 29px; width: 170px; height: 98px;}
#headline1 a { height: 98px;}
#headline1 a:hover { background: url(head.jpg) -145px -195px no-repeat; }

#footer {
position:relative;
width:950px;
height:26px;
background-image:url(footer_uis.gif); 
clear:both;
z-index:0;
}

/*:first-child+html #footer { z-index:-1; }*/

#infooter1 {
padding-top:3px;
width:730px;
text-align:left;
float:left;
z-index:600;
}

#infooter2 {
text-align:left;
position: relative;
left: 45px;
top:3px;
z-index:600;
}


#content {
margin: 0 20px 0 8px; /* Top Right Bottom Left*/
width:550px; /*550*/
background-color:transparent;
padding:0;
padding-bottom:40px;
float:left;
/*border-style:solid;
border-color:#cccccc;
border-width:1px;
overflow:hidden;*/
}

#content P.bodytext {
padding:0;
margin: 0px 45px 5px 25px; /* Top Right Bottom Left*/
text-align:justify;
}

#contentright {
margin: 10px 0 5px 8px; /* Top Right Bottom Left*/
width:200px;
background-color:transparent;
float:left;
}

#contentright img {
 border:0px;
 display: block;
 margin: 1px 0 10px 0;
}


#hoehe {
width:1px;
font-size:1px;
float:left;
}

#hoehe2 {
width:1px;
font-size:1px;
clear:left;
}

#contentbox {
width:550px; 
clear:left; 
background:transparent; 
margin-bottom:15px;
}



#contentboxleft {
width:265px; 
float:left; 
/*background:#f5f5f5;*/ 
margin: 0 20px 15px 0; /* Top Right Bottom Left*/
display: inline;
}

#contentboxleft P.bodytext {
margin: 0px 0px 7px 0px; /* Top Right Bottom Left*/
text-align:justify;

}


#contentboxright {
width:265px; 
float:left; 
/*background:#f5f5f5;*/
/*margin: 0 20px 15px 0;  Top Right Bottom Left*/
margin-bottom:15px;
display: inline;
}

#contentboxright P.bodytext {
margin: 0px 0px 7px 0px; /* Top Right Bottom Left*/
text-align:justify;

}

#contentright a {
text-decoration:underline;
color:#882545;
}

#contentright a:hover{
text-decoration: none;
color:#882545;
}

#content P {
padding:0;
margin: 0px 25px 5px 25px; /* Top Right Bottom Left*/
text-align:justify;
}
#content table {
margin: 0px 25px 5px 25px; /* Top Right Bottom Left*/
}

/*
#contentbox P.bodytext STRONG {
padding:0;
margin: 0px 45px 7px 25px;  Top Right Bottom Left
text-align:justify;
}*/

#contentbox .csc-textpic-text P.bodytext {
margin: 0px 45px 5px 0px; /* Top Right Bottom Left*/
}

#contentbox .csc-textpic-intext-left .csc-textpic-text UL {
padding-left:50px;
list-style-position:outside;
text-indent:0px;
}

#contentbox .csc-textpic-intext-left .csc-textpic-text UL LI {
margin-left:50px;
}

#contentbox .csc-textpic-intext-left-nowrap {
margin-left:25px;
}

#contentbox .csc-textpic-intext-right P.bodytext {
margin: 0px 0px 5px 25px; /* Top Right Bottom Left*/
}

#contentbox .csc-textpic-intext-right {
margin-right:45px;
}

#contentbox .csc-textpic-intext-left {
margin-left:25px;
}

#contentbox csc-textpic-text ul li {
padding-left:25px;
}

#contentbox .csc-frame-rulerBefore {
padding-top:5px;
border-style:solid;
border-color:#cccccc;
border-width:2px 0px 0px 0px; /* Top Right Bottom Left*/

}


#content H1, #content H1 a {
color: #3262a9; /* color:#064E9A; */
font-size:16px;
padding:0px;
margin: 5px 0px 5px 0px; /* Top Right Bottom Left*/
text-decoration: none;
}

.tbl275 {
display: table-cell; width: 274px; text-align: center;
vertical-align: bottom;
}
.tbl275 a { text-decoration: none; color: black; }
.tbl275 img { border: 0; }

.tblr, .tbll {
    width: 250px;
    vertical-align: middle;
    border: 0px solid black;
 text-align: center;
}
.tblr a { text-decoration: none; width: 250px; text-align: center;}
.tblr a span { text-align: right; width: 250px; padding: 0px 0 0 0; margin: 0px auto 0 0; border: 0px solid green;}
.tblr a span.fl { display: block; padding: 0; width: 250px; text-align: center; margin: 0px 0; border: 0px solid red; }
.tblr img { border: 0; }

#content H2 {
    color: #3262a9; /* color:#064E9A; */
    font-size:14px;
    padding:0px;
    margin-top:10px;
    margin-bottom:7px;
    margin-left: 10px;
}

#content H3 {
    color: #3262a9; /* color:#064E9A; */
    font-size:14px;
    padding: 0 0 0 10px;
    margin-top:15px;
    margin-bottom:7px;
    border-style:solid;
    border-color:#cccccc;
    border-width:0px 0px 2px 0px; /* Top Right Bottom Left*/
}

#content H4 {
    color:#004d9c;
    font-size:14px;
    padding:0px;
    padding-left:25px;
    padding-top:2px;
    margin-top:0px;
    margin-bottom:10px;
    background-image:url(headline_bg.gif);
    background-repeat:no-repeat;
    /*#ffeebc;*/
    height:20px;
}
#content H5 {
    margin: 0px 0px 45px 0px; /* Top Right Bottom Left*/
}

#content H5, #content H5 a {
    color: #3262a9; /* color:#064E9A; */
    font-family: Verdana, Franklin Gothic Medium, sans-serif;
    font-size:16px;
    font-weight: 900;
    padding:0px;
    text-decoration: none;
}
#content H5 span {
    border-width: 0 0 2px 0;
    border-style: solid; border-color: #cccccc;
}

#content img { border: 0; }

#contentbox td {
vertical-align:top;
text-align: left;
}
#contentbox td P { margin: 0px 0px 4px 0px; /* Top Right Bottom Left*/ }
#contentbox td UL { margin: 0px 0px 4px 0px; /* Top Right Bottom Left*/ }

#content UL {
list-style:none;
list-style-image:url(dot_7x7_blau.gif);
padding:0;
}

#content UL LI {
padding:0px;
}

#contentbox OL {
padding:0;
margin: 5px 100px 10px 70px; /* Top Right Bottom Left*/
color:#222222;
}

#contentbox UL {
list-style:none;
list-style-image:url(dot_7x7_blau.gif);
padding:0;
margin: 5px 100px 10px 70px; /* Top Right Bottom Left*/
color:#222222;
}

#contentbox UL LI {
padding:0px;
margin: 0px 0px 4px 0px; /* Top Right Bottom Left*/
}

#contentbox .kleineSchrift {
font-size:11px;
}

#contentright UL {
list-style:none;
list-style-image:url(dot_7x7_blau.gif);
padding:0px;
}

#contentright UL LI {
padding:0px;
font-size: 11px;
}

#contentright H2 {
background-image:url(BgHeaderH2.gif);
background-repeat:no-repeat;
text-align: center;
vertical-align: middle;
padding-top: 4px;
padding-bottom: 4px;
font-size:11px;
color:#ffffff;
margin-top:5px;
margin-bottom:5px;
}

#contentright H2 A {
color:#ffffff;
text-decoration:none;
}

#contentright H2 A:hover {
color:Yellow;
text-decoration:underline;
}


#contentright H3 {
margin:0px;
margin-bottom:5px;
}

#contentright H3 A {
display:block;
padding-top: 5px;
padding-bottom: 4px;
background-image:url(h3_rand_bg.gif);
color:#ffffff;
font-family: Arial;
font-size:11px;
text-decoration:none;
}

#contentright H3 A:hover {
background-image:url(h3_rand_bg_over.gif);
color:#ffffff;
font-family: Arial;
font-size:11px;
text-decoration:none;
color:#555555;
}



#contentright H4 {
background-color:#AAAAAA;
/*font-weight:10px;*/
color:#FFF;
}

/*#rightbox {
position: relative;
left: -5px;
}*/

#contentright .csc-uploads csc-uploads-1 {
position: absolute;
top: -15px;
}

#contentright .csc-uploads-fileName a{
display: none;
}

#contentright .csc-uploads-description{
color:#555555;
font-weight: bold;
font-size: 11px;
}

#contentright .csc-uploads-fileSize {
font-size:10px;
}

#contentright .csc-textpic-caption {
margin-top: 5px;
}

.datum {
background-image: url(bgDatum.gif);
background-repeat: no-repeat;
text-align: center;
width: 200px;
height: 21px;
font: bold 11px Arial,sans;
color: #ffffff;
padding-top: 3px;
margin-bottom:0px;
}

#lang {
background-image: url(bgSearch.gif);
background-repeat: no-repeat;
text-align: center;
width: 200px;
height: 30px;
font: bold 11px Arial,sans;
color: #ffffff;
padding-top: 7px;
margin-bottom:0px;
}

#userlogin {
background-image: url(bgDatum.gif);
background-repeat: no-repeat;
text-align: center;
width: 200px;
height: 21px;
font: bold 11px Arial,sans;
color: #111;
padding-top: 3px;
/*margin-left: 5px;*/
margin-bottom:0px;
}

/*
*html .datum {
margin-left: 5px;
}
*/

.celmenu a {
text-decoration: none;
color: #383838;
}

.celmenu a:hover {
color: #000;
}

.imageheadline {
margin: 0px 0px 25px 0px; /* Top Right Bottom Left*/
}

.lastupdate { font-size:11px; color:#6a6a6a; }
.lastupdate a:link { font-size:11px; color:#6a6a6a; text-decoration:none; }
.lastupdate a:visited { font-size:11px; color:#6a6a6a; text-decoration:none; }
.lastupdate a:hover { font-size:11px; color:#111111; text-decoration:none; }
.lastupdate a:active { font-size:11px; color:#6a6a6a; text-decoration:none; }

#selectLang { 
font-size:10px; background:#fff8e6; 
border-style:solid; border:1px; border-color:#ffe59c; 
width:140px; padding:0px; margin:0px; 
}

#searchformbox { 
background-image:url(bgSearch.gif); width:200px; height:27px;
margin: 0px 0px 3px 0px; /* Top Right Bottom Left*/
padding:0px; background-repeat:no-repeat; }

.searchfield {
background:#2b68a9; 
color:#ffffff; 
width:150px; 
height:15px; 
font-size:11px; 
border-style:solid; 
border:1px;
border-color:#2b68a9;
margin: 4px 0px 0px 0px; /* Top Right Bottom Left*/
padding: 0px 0px 0px 3px; /* Top Right Bottom Left*/
}

/*****************/
/* Search result */
/*****************/

/* Search Result, result information box: */
#content TABLE.csc-searchResultInfo { margin-left: 0px; margin-top:0px; margin-bottom:5px; width: 100%; }
#content TABLE.csc-searchResultInfo TR { background-color: #EDEBF1; }
#content TABLE.csc-searchResultInfo TR TD P { padding: 0px 5px 10px 5px; }
#content TABLE.csc-searchResultInfo TR TD.csc-searchResultRange P { font-weight: bold; }
#content TABLE.csc-searchResultInfo TR TD.csc-searchResultPrevNext { text-align: right; }

/* Search Result, header + abstract: */
#content H3.csc-searchResultHeader A { color: #882545; }
#content H3.csc-searchResultHeader { background-color: #EDEBF1; font-size: 14px; padding-left:5px;  margin-top:10px; margin-bottom:3px; }
#content P.csc-searchResult { margin-bottom:12px; margin-left:5px; }


/* Search word markup */
#content SPAN.csc-sword { font-weight: bold; background:#ffe59c; }

/*Search result ENDE*/

FORM {
margin:0px;
padding:0px;
}


/*****************/
/* Blätter Navi  */
/*****************/
#buttonbox {
width:100%;
font-size:9px;
}

.center {
margin-left:20%;
}

#buttonbox a {
display: block;
width:121px;
height:22px;
padding-top: 4px;
padding-left: 15px;
text-decoration:none;
background-image:url(button_weiss.gif);
background-repeat:no-repeat;
color:#222;
float:left;
}

#buttonbox a:hover {

background-image:url(button_weiss.gif);
width:121px;
color:#000;
}

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

.caption{
font-size: 11px;
}
/*RTE*/
#content .align-right {
	font-family : Arial, sans-serif;
	font-style: italic;
	font-size : 12px;
	color: #000000;
	margin-top : 0px;
	margin-right: 25px;
	margin-bottom : 4px;
	padding-bottom : 0px;
	text-align:right;
}

#content .align-center {
	font-family : Arial, sans-serif;
	font-size : 12px;
	color: #000000;
	margin-top : 0px;
	margin-right: 10px;
	margin-bottom : 4px;
	padding-bottom : 0px;
	text-align:center;
}

#prev_next_menue A {
font-size:11px; 
color:#444444;
text-decoration:none;
}

#prev_next_menue A:visited {
color:#444444;
text-decoration:none;
}

#prev_next_menue A:hover {
color:#000000;
text-decoration:underline;
}


#content #mailform  .csc-mailform-field {
clear: left;
padding:0px;
margin:0px;
margin-top:5px;
margin-bottom:0px;
}


#content #mailform .csc-mailform-field label {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
}

#content #mailform .csc-mailform-field label {
	text-align: right;
	width: 135px;
	padding:0px;
	margin:0px;
	padding-right: 12px;
}


#content #mailform .csc-mailform-field INPUT {
font-size:12px;
width:300px;
}

#content #mailform .csc-mailform-field TEXTAREA {
font-size:12px;
width:300px;
}

#mailformformtype_mail {
background:#ffe59c;
width: 100px;
}

#content .indexsearchTdBg {background:#4B7FB6;}

#content .tx-indexedsearch .tx-indexedsearch-whatis { margin-top:20px; margin-bottom:5px;}

#content .tx-indexedsearch-browsebox .browsebox { background:#4B7FB6; margin-top:20px; margin-bottom:5px; /*float: left;*/}

#content .tx-indexedsearch-browsebox .browsebox li {list-style: none; display: inline; margin-right: 10px; margin-left:10px;}

#content .tx-indexedsearch-browsebox .browsebox li a {text-decoration: none; }

#content .tx-indexedsearch-res {margin-top: 15px;}
#content .tx-indexedsearch-res .tx-indexedsearch-percent percent {text-align: right;}

#content .cellW {
  border-left:1px solid #ffeebb;
}

#content .cellW2 {
  border-left:1px solid #ffeebb;
  border-right: 1px solid #ffeebb;
}

#content td p .bodytext {
text-align:left;
}


#contentright div .csc-textpic csc-textpic-left csc-textpic-below {border:0;}

#contentbox .csc-textpic-caption {
margin-bottom:20px;
}
#nav {
  float: left;
}

#menue {
  float: left;
  margin: 3px;
  padding: 0;
  width: 155px;
  /*z-index:94;*/
  z-index:500;
}




#contentright .SubMenue1 {
width:180px;
height:18px;
padding-top:2px;
padding-left:20px;
margin-bottom:1px;
display:block;
font-size: 12px;
font-weight:bold;
background-image:url(submenue1.gif);
}

#contentright .SubMenue1:hover {
background-image:url(submenue1_over.gif);
}

#contentright .SubMenue1_act { 
width:180px;
height:18px;
padding-top:2px;
padding-left:20px;
margin-bottom:1px;
display:block;
font-size: 12px;
font-weight:bold;
background-image:url(submenue1_over.gif); 
}

#contentright .SubMenue2 {
width:180px;
height:16px;
padding-left:20px;
margin-bottom:1px;
display:block;
font-size: 11px;
font-weight:normal;
background:#2b68a9;
}

#contentright .SubMenue2:visited {
font-weight:normal;
}

#contentright .SubMenue2:hover {
background:#4b7fb6;
}

#contentright .SubMenue2_act {
width:180px;
height:16px;
padding-left:20px;
margin-bottom:1px;
display:block;
font-size: 11px;
font-weight:normal;
background:#4b7fb6;
}

.csc-menu-4 DL {
width:350px;
}

.csc-menu-4 DT A {
width:350px;
height:18px;
display:block;
color:#222222;
font-size:12px;
font-weight:bold;
background:#ffeebc;
text-decoration:none;
padding-top:2px;
padding-left:5px;
margin-bottom:1px;
}

.csc-menu-4 DT A:hover {
color:#000000;
background:#fff7df;
}

.csc-menu-4 DD {
width:350px;
font-size:11px;
margin-left:10px;
margin-bottom:5px;
}

.csc-menu-7 { 
width:350px;
list-style-type:none;
list-style-image:url();
font-size:12px;
font-weight:bold;
margin:0px;
padding:0px;
}

.csc-menu-7 LI UL {
list-style-type:none;
}

.csc-menu-7 LI UL { 
width:350px;
font-size:11px;
font-weight:normal;
}

.csc-menu-7 LI A {
height:18px;
display:block;
color:#222222;
background:#ffeebc;
text-decoration:none;
padding-top:2px;
padding-left:5px;
margin-bottom:1px;
}

.csc-menu-7 LI A:hover {
color:#000000;
background:#fff7df;
}

.cleaner {
clear: both;
}

div#rightbox {
background-color: transparent;
width:200px;
padding:0px;
margin-left:0px;
margin-top:2px;
margin-bottom:0px;
position: relative;
left: 1px;
float:left;
}

div#rahmenkopf {
background:url(box_01.gif);
background-repeat: no-repeat;
width:200px; 
height:5px; 
}

div#bgHeadline {
background:url(box_02.gif);
background-repeat: repeat-y;
width:200px; 
/*height:23px; */
padding: 0 0px 0 0px; 
font:bold 11px Arial,sans;
}

#inHeadline { margin:0px; margin-left:7px; padding:0px; color:#fff;}

div#bgHeadline a {
text-decoration: none;
color: #882545;
}

div#bgHeadline a:hover {
text-decoration: none;
color: #000;
}

/* IE 6 starhack zum ausgleichen des Abstandes #rahmenkopf<->#bgHeadline*/
/*FIXME *html div#bgHeadline {
margin-top: -10px;
}*/

div#rahmenInhaltOben {
background:url(box_03.gif);
background-repeat: no-repeat;
height:7px;
}

div#rahmenInhalt {
background:url(box_04.gif);
background-repeat: repeat-y;
padding: 0 8px 0 8px;
font:11px Arial,sans;
}

div#rahmenInhalt p {
margin: 0;
padding: 0;
margin-bottom:3px;
}

div#rahmenInhalt a {
text-decoration: none;
color: #761d39;
}

div#rahmenInhalt a:hover {
text-decoration: none;
color: #000;
}

/* IE 6 starhack zum ausgleichen des Abstandes #rahmenInhaltOben<->#rahmenInhalt
*html div#rahmenInhalt {
margin-top: -10px;
} FIXME */

div#rahmenInhaltUnten {
background:url(box_05.gif);
background-repeat: no-repeat;
height:8px;
margin-top: -5px;
}div#Conbox {
width:265px;
float: left;
}

div#Conrahmenkopf {
background:url(box_01gross.gif);
background-repeat: no-repeat;
width:265px; 
height:5px; 
overflow:hidden;
}

div#ConbgHeadline {
background:url(grafix/box_02gross.gif);
background-repeat: repeat-y;
width:249px; 
padding: 0 8px 0 8px;
font:bold 11px Arial,sans;
}

div#ConrahmenInhaltOben {
background:url(grafix/box_03gross.gif);
background-repeat: no-repeat;
height:7px;
margin:0;
padding:0;
overflow:hidden;
}

div#ConrahmenInhalt {
background:url(grafix/box_04gross.gif);
background-repeat: repeat-y;
padding: 0px 8px 0 8px; /*Top Right Bottom Left*/
font:11px Arial,sans;
margin:0;
}

div#ConrahmenInhaltUnten {
background:url(grafix/box_05gross.gif);
background-repeat: no-repeat;
height:8px;
overflow:hidden;
margin:0;
padding:0;
}

div#ConbgHeadline H6 {
color:#fff;
font-size:12px;
margin:0;
}

div#ConbgHeadline a {
text-decoration: none;
color: #882545;
vertical-align: middle;
}

div#ConbgHeadline a:hover {
text-decoration: none;
color: #000;
}

div#ConrahmenInhalt p {
margin: 0;
padding: 0;
}

div#ConrahmenInhalt ul {
margin:0;
padding:0 8px 0 16px;
}

div#ConrahmenInhalt a {
text-decoration: none;
color: #882545;
margin:0;
}

div#ConrahmenInhalt a:hover {
text-decoration: none;
color: #000;
}

/* ############INFO BOX RAND##############*/
div#ConrahmenkopfRand {
background:url(grafix/box_01.gif);
background-repeat: no-repeat;
width:200px; 
height:5px; 
overflow:hidden;
}

div#ConbgHeadlineRand {
background:url(grafix/box_02.gif);
background-repeat: repeat-y;
width:184px; 
padding: 0 8px 0 8px;
font:bold 11px Arial,sans;
color:#ffffff;
}

div#ConrahmenInhaltObenRand {
background:url(grafix/box_03.gif);
background-repeat: no-repeat;
height:7px;
margin:0;
padding:0;
overflow:hidden;
}

div#ConrahmenInhaltRand {
background:url(grafix/box_04.gif);
background-repeat: repeat-y;
padding: 0px 8px 0 8px; /*Top Right Bottom Left*/
font:11px Arial,sans;
margin:0;
}

div#ConrahmenInhaltUntenRand {
background:url(grafix/box_05.gif);
background-repeat: no-repeat;
height:8px;
overflow:hidden;
margin:0;
}

div#ConbgHeadlineRand H6 {
color:#fff;
font-size:12px;
margin:0;
}

div#ConrahmenInhaltRand p {
margin: 0;
padding: 0;
}

div#ConrahmenInhaltRand ul {
margin:0;
padding:0 8px 0 16px;
}

div#ConrahmenInhaltRand a {
text-decoration: none;
color: #882545;
}

div#ConrahmenInhaltRand a:hover {
text-decoration: none;
color: #000;
}

.news-list-container HR.clearer, .news-single-item HR.clearer, .news-latest-container HR.clearer{
	clear:right;
	height:1px;
	border:1px solid #fff;

}
/*
.news-latest-container HR.clearer {
	clear:left;
}
*/

/*-----------------------------------  tt_news LATEST view  -----------------------------------*/

.news-latest-container {
border:0px solid #333;
margin:0px;
}

.news-latest-container H2,.news-latest-gotoarchive {
	color:#fff;
	padding:3px;
	margin:3px;
	border:0px solid #666;
	/*background-color:#D8FA70;*/
	background-color:#769024;
}

.news-latest-gotoarchive {
	font-weight:bold;
	margin-top:5px;
}
.news-latest-gotoarchive A:LINK, .news-latest-gotoarchive A:VISITED, .news-latest-gotoarchive A:HOVER {
	color:#fff;
}
.news-latest-gotoarchive A {
	color:#fff;
}
.news-latest-item {
	/* IE hack */
	height: 1%;
	line-height: 1.3;
	/* IE hack end */
	padding:3px;
	margin:3px;
	border:1px solid #666;
	background-color:#F9FFE5;
}

.news-latest-item IMG {

	margin-bottom:5px;
	margin-right:5px;
	border:1px solid #666;
	float:left;
}
.news-latest-category IMG {
	float: none;
	border:none;
	margin:0px;
}
.news-latest-date,.news-latest-morelink,.news-latest-category {
	font-size:9px;
}

/*
.news-latest-morelink {
	height:12px;
}

.news-latest-morelink A {
	float:right;
}
*/

#contentright #news H1 {
margin:0px;
margin-bottom:3px;
}

#contentright #news H1 A:link, #contentright #news H1 A:visited {
font-size:12px;
color:#882545;
}

#contentright #news H1 A:hover {
font-size:12px;
color:#882545;
text-decoration:underline;
}

#contentright #news .bodytext {
font-size: 10px;
margin: 0px;
}

/*--------------------------------- tt_news LIST view  -----------------------------------*/
#content .news-list-container {
 /* width: 340px; */
}


.news-list-item {
	/* IE hack 
	height: 1%;
	line-height: 1.3;
	/* IE hack end */
  float: left;
}

.news-list-inhalt {
	/* IE hack */
	height: 1%;
	line-height: 1.3;
	/* IE hack end */
  width:230px;
  float: left;
}

.news-search-form {
	padding:3px;
	margin-bottom:5px;
	border:1px solid #222;
	background-color:#fff;

	
}
.news-search-emptyMsg{
	margin:0px;
}
.news-search-form FORM {
	margin:0px;
}


#content .news-list-container H3 {
	font-size:14px;
	padding-bottom: 3px;
	border-bottom: 2px solid #cccccc;
	text-indent:0px;
	background-color: #ffffff;
	margin-top:4px;
	margin-left:0px;
	padding-left:0px;
}
.news-list-container H3 A:LINK,.news-list-container H3 A:VISITED,.news-list-container H3 A:HOVER {
	color:#882545;
	padding-left:0px;
}
.news-list-container H3 A {
	color:#882545;
	text-decoration: none;
}

.news-list-container H3 A:hover {
	color:#882545;
	text-decoration: underline;
}

.news-list-container P {

}
.news-list-date {
	color: #444444;
	text-align: left;
	font-size: 11px;
	font-weight: normal;
	margin-bottom:4px;
	}

.news-list-imgcaption {
	float: right;
	padding-top:3px;
	padding-right:3px;
	font-size: 9px;

	}

.news-list-container IMG {

	float: right;
	/*border:1px solid #222;*/
	margin-bottom:3px;
	margin-right:45px;
	margin-left:10px;
}
.news-list-category IMG {
	float: none;
	border:none;
	margin:0px;
}

.news-list-morelink,.news-list-category {
font-size:11px;

}
.news-list-morelink  {

}

.news-list-morelink a {
  text-decoration: none;
  color:#882545;
}

.news-list-morelink a:hover {
  text-decoration: none;
  color:#222222;
}



.news-list-browse {
	text-align: center;
}



	/*---------------------------------  tt_news Page-Browser ---------------------------------*/
.tx-ttnews-browsebox, .browseBoxWrap {
	margin:3px;
	border:1px solid #666;
	padding:3px;
	background-color:#F9FFE5;
}

.tx-ttnews-browsebox TD {
	font-size: 10px;
}
.tx-ttnews-browsebox-strong, .tx-ttnews-browsebox-SCell {
	font-weight: bold;
}
.tx-ttnews-browsebox-SCell P,.tx-ttnews-browsebox TD P{
	margin:0px;
}

.tx-ttnews-browsebox-SCell {
	background-color: #BBE53A;
	border:1px solid #666;
}
.news-search-emptyMsg {
	font-size: 11px;
	margin-left: 10px;
}
	/*--------------------------------- tt_news SINGLE view  ---------------------------------*/
.news-single-item {
	padding:0px;
	margin-bottom:5px;
	border:0px solid #666;
	background-color:transparent;

}

.news-single-item H2 {
	font-size: 16px;
	font-weight:bold;
	color: #85A600;
	/*margin-bottom: 0px;*/
}

#content .news-single-item H3 {
font-size: 12px;
font-weight: bold;
color: #222;
margin-bottom: 15px;
border:0px;
}



.news-single-img {
	float: right;
	margin-left:10px;

}


#content DIV.news-single-item UL {
list-style:none;
list-style-image:url(../template/grafix/bot_synred_7x7.gif);
padding:0;
margin: 5px 100px 10px 70px; /* Top Right Bottom Left*/
color:#222222;
}

#content DIV.news-single-item UL LI {
padding:0px;
margin: 0px 0px 4px 0px; /* Top Right Bottom Left*/
}

.news-single-imgcaption {
	padding:3px;
	clear:both;
}

.news-single-category {

	float: right;
}
.news-single-backlink, .news-single-backlink a {
text-decoration: none;
font-weight: bold;
font-size: 11px;
color: #882545;
border-style: solid;
border-width: 2px 0 0 0;
border-color: #cccccc;
margin-bottom: 10px;
margin-top: 5px;
}
.news-single-timedata {
	float: right;
}
.news-single-timedata, .news-single-author,.news-single-imgcaption {
	font-size: 9px;
}
.news-single-author {
	padding-bottom: 3px;
}
.news-single-additional-info {
	background-color: #BBE53A;
/*	clear: both;*/
	margin-top: 15px;
	border: 1px solid #666;
	padding:3px;
	padding-bottom:0px;

}
.news-single-related,.news-single-files,.news-single-links  {
	border: 1px solid #666;
	margin:0px;
	margin-bottom: 3px;
	padding:3px;
	background-color:#F9FFE5;
}

.news-single-related DD, .news-single-links DD, .news-single-files DD {
	margin-left:20px;
}

.news-single-related DT, .news-single-links DT, .news-single-files DT {
	font-weight: bold;
	font-size: 11px;
	margin-left:5px;
	width:50%;
}

/*--------------------------------- tt_news Archivemenu (AMENU) --------------------------------- */
.news-amenu-container {
	margin-top:10px;
	padding:3px;
	border:1px solid #333;
	background-color:#BBE53A;
}
.news-amenu-container LI {
	padding-bottom:1px;
}
.news-amenu-container UL {
	padding:3px;
	margin-top:5px;
	margin-left:0px;
	margin-bottom:0px;
	border:1px solid #666;
	background-color:#F9FFE5;
	list-style-type: none;
}
.news-amenu-container H2 {
	color:#fff;
	padding:3px;
	border:1px solid #666;
	background-color:#769024;
}
.news-amenu-item-year {
	font-weight: bold;
	border: 1px solid #666;
	padding: 2px;
	background-color: #769024;
	color:#fff;
}

/*--------------------------------- tt_news Categorymenu (CATMENU) --------------------------------- */


.news-catmenu  {
	padding:5px;
	margin:10px 0px 10px 10px;
	border:1px solid #666;
	background-color:#F9FFE5;
}
.news-catmenu-header {
	font-size:11px;
	font-weight:bold;
}
.news-catmenu DIV {
	font-size:10px;
	white-space: nowrap;
}
.news-catmenu DIV img, .news-catmenu img, .news-catmenu-header img {
	margin:0px;
	padding: 0px;
	vertical-align: middle;
}
.news-catmenu-ACT {
	font-weight:bold;
}

/*  Styles for catmenu mode "nestedWraps" */
.level1 {
	padding:1px;
	padding-left:10px;
	background-color:#ebf8bf;
	border-left:1px solid #666;
	border-top:1px solid #666;
}
.level2 {
	padding:1px;
	padding-left:10px;
	background-color:#ddf393;
	border-left:1px solid #666;
}
.level3 {
	padding:1px;
	padding-left:10px;
	background-color:#cae46e;
	border-left:1px solid #666;
	border-top:1px solid #666;

}
.level4 {
	padding:1px;
	padding-left:10px;
	background-color:#b0cb51;
	border-left:1px solid #666;
}


#content .news-single-img {
padding:0;
margin: 4px 45px 10px 15px; /* Top Right Bottom Left*/
}

/*
*html #content .news-single-img {
padding:0;
margin: 4px 23px 10px 15px;
} FIXME */


#content .news-single-img P.news-single-imgcaption {
padding:0;
margin: 0; /* Top Right Bottom Left*/
}


/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/flyoutt.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* common styling */
.menu {
  font-family: arial, sans-serif; 
  width:145px; height:160px; 
  position:relative; 
  margin:0; 
  font-size:12px; 
  font-weight:bold; 
  margin:0px 0; 
}
.menu ul li a, .menu ul li a:visited { 
  display:block; 
  text-decoration:none; 
  color:#fff; 
  width:143px;
  height:20px; 
  text-align:left; 
  border:2px solid #064e9a; 
  border-width:1px 1px 1px 1px; 
  background:#2b68a9; 
  line-height:19px; 
  font-size:11px; 
}
.menu ul {
padding:0; 
margin:0; 
list-style-type: none; 
}
.menu ul li {
float:left; 
margin-right:1px; 
position:relative; 
}

.menu ul li ul {display: none;}

#menue .menu .menue_ifsub { 
background-image:url(../../synlab_uis/tmpl/grafix/goToSub.gif); 
background-position:right; background-repeat:no-repeat; 
}
#menue .menu .menue_ifsub:hover { 
background-image:url(../../synlab_uis/tmpl/grafix/goToSub_over.gif); 
background-position:right; 
background-repeat:no-repeat; }

#Navigation #Navigation #Navigation .menue_ifsub { 
background:#4b7fb6; 
}
#Navigation #Navigation #Navigation .menue_ifsub:hover { 
background:#4b7fb6;
}
/* specific to non IE browsers */
.menu ul li:hover a {color:#fff; background:#4b7fb6;}
.menu ul li:hover ul {display:block; position:absolute; top:0; left:144px; width:144px; font-weight:normal;z-index:501;}
.menu ul li:hover ul li a.hide {background:#2b68a9; color:#fff;}
.menu ul li:hover ul li:hover a.hide {width:150px;}
.menu ul li:hover ul li ul {display: none; font-size:11px;}
.menu ul li:hover ul li a {display:block; background:#2b68a9; color:#fff; width:230px;}
.menu ul li:hover ul li a:hover {background:#4b7fb6; color:#fff;}
.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:201px; top:0; color:#fff;}
.menu ul li:hover ul li:hover ul li a {display:block; width:200px; background:#2b68a9; color:#fff;}
.menu ul li:hover ul li:hover ul li a:hover {background:#4b7fb6; color:#fff;}#userregister {

}


.tx-srfeuserregister-pi1 p { margin-top: 5px; margin-bottom: 0; padding: 0 3px; text-indent: 0; }		
.tx-srfeuserregister-pi1 h4 { margin-top: 0; padding-left: 3px; }		
.tx-srfeuserregister-pi1 legend { padding: 0 5px; font-weight: bold; color:#882545; font-size:13px; }		
/*.tx-srfeuserregister-pi1*/
.tx-srfeuserregister-pi1-notice { font-size:11px; font-weight:bold; margin-top:5px; margin-bottom: 15px; margin-left:12px; color:#333333; }		
/*.tx-srfeuserregister-pi1 */
.tx-srfeuserregister-pi1-trash { margin-bottom: 15px; }		
.tx-srfeuserregister-pi1 a { padding-left: 12px; background-image: url("../../template/grafix/pfeil_01.gif"); background-repeat: no-repeat; background-position: 0% 50%; text-decoration:none; font-size:11px; font-weight:bold; }		
.tx-srfeuserregister-pi1 a:hover { text-decoration:underline; }
.tx-srfeuserregister-pi1 label { margin:0; padding:0; }		
.tx-srfeuserregister-pi1 label span { color: #882545; }		
.tx-srfeuserregister-pi1 
.tx-srfeuserregister-pi1-error { color: #882545; font-size:11px; margin:0px; padding:0px; text-align:left; }		
.tx-srfeuserregister-pi1 select { background:#efefef; border-style:solid; border-width:1px; border-color:#555555; width:257px; font-size:11px; }
* html .tx-srfeuserregister-pi1 select { background:#efefef; border-style:solid; border-width:1px; border-color:#555555; width:258px; font-size:11px; }
.tx-srfeuserregister-pi1 input { margin: 0; padding: 0 5px 0 0; background:#efefef; border-style:solid; border-width:1px; border-color:#555555; width:250px;}		
.tx-srfeuserregister-pi1 input[type=password] { margin-right: 1em; }		
* html .tx-srfeuserregister-pi1 input.tx-srfeuserregister-pi1-password { margin-right: 10px; }		
.tx-srfeuserregister-pi1 input[type=radio], .tx-srfeuserregister-pi1 input[type=checkbox] { background-color:#efefef; width:20px; border-width:0px; }		
* html .tx-srfeuserregister-pi1 input.tx-srfeuserregister-pi1-radio, * html .tx-srfeuserregister-pi1 input.tx-srfeuserregister-pi1-checkbox { background-color: transparent; width:20px; border:0px;}				
.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-delete-icon { margin-left: 10px; background-color: transparent; }		
.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-delete-icon:hover { cursor: pointer; }		
.tx-srfeuserregister-pi1 a.tx-srfeuserregister-pi1-file-view { padding-left: 15px; background-image: url("../../template/grafix/pfeil_01.gif"); background-color: transparent; background-repeat: no-repeat; font-size: .8em; margin-left: 1em; }		
.tx-srfeuserregister-pi1 ul { margin: 0; padding: 0; list-style-position: inside; }		
.tx-srfeuserregister-pi1 ul.tx-srfeuserregister-multiple-checkboxes { list-style-type: none; }		
.tx-srfeuserregister-pi1 ul.tx-srfeuserregister-multiple-checkboxes li { margin: 0 0 3px 0; padding: 0; }		
.tx-srfeuserregister-pi1 ul.tx-srfeuserregister-multiple-checkboxes li label { margin: 0; padding: 0 0 0 5px; }		
.tx-srfeuserregister-pi1 ul.tx-srfeuserregister-multiple-checked-values li { float: left; padding: 0 20px 0 0; margin: 0; }		
.tx-srfeuserregister-pi1 dl { margin: 0; padding: 10px 0 0 0; }		
.tx-srfeuserregister-pi1 dt, .tx-srfeuserregister-pi1 dd { margin: 0; padding: 0 0 5px 0; float: left; }		
.tx-srfeuserregister-pi1 dt { clear: both; width: 200px; text-align: right; padding-right: 1em; }		
.tx-srfeuserregister-pi1 dd { text-align: left; width: 250px; }		
.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-multiple-checkboxes dt { width: auto; padding-right: 0; }		
.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-multiple-checkboxes dd { width: auto; }		
* html .tx-srfeuserregister-pi1 dd { float: none; }		
.tx-srfeuserregister-pi1 dd p { margin-top: 0; margin-bottom: 5px; padding: 0; }		
.tx-srfeuserregister-pi1 dd label { padding: 0 10px 5px; }

.tx-srfeuserregister-pi1 dd .tx-srfeuserregister-pi1-submit { 
width:150px; 
margin-left:130px;
margin-bottom:5px; 
background:#ffe59c; 
font-weight:bold; 
text-align:center; 
border-style:solid;
border-color:#999999;
border-width:2px;

}


/* NEWLOGINBOX */
.tx-newloginbox-pi3-listrow TH { background:#ccc; padding:0 .5em; white-space:nowrap; }	
.tx-newloginbox-pi3-listrow TD { background:#eee; padding:0 .5em; }	
.tx-newloginbox-pi3-singleView TH { background:#ccc; padding:0 .5em; text-align:right; white-space:nowrap; }	
.tx-newloginbox-pi3-singleView TD { background:#eee; padding:0 .5em; }

.tx-newloginbox-pi1 { font-size:11px; }

#user { font-size:11px; width:135px; }
#pass { font-size:11px; width:135px; } 

#userregister P { margin:0; padding:0; text-align:left; }.schwerpunktthema { font-family: Arial, Helvetica, sans-serif; font-size:11px; font-weight:bold; color:#882545 ; text-decoration:none; background:#dddddd;}
 td#fab_head { font-family:Arial, Helvetica, sans-serif; font-size:13px; padding-left:5px; font-weight:bold; padding-top:3px; padding-bottom:3px; }  
 .fab1_head { background:#ffe390; }	
 .fab2_head { background:#f46856; }			
 .fab3_head { background:#3999d3; }	
 .fab4_head { background:#7bbf80; }	
 .fab5_head { background:#b2c4ce; }
 
 #fab_head A { color:#333333; text-decoration:none; }
 #fab_head A:hover { color:#000000; }

ul#igel_list { margin-left:20px; list-style-image:url(../../grafix/igel_arzt/bot_synred_7x7.gif); }

ul#igel_list a:link { font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#333333; text-decoration:none; }
ul#igel_list a:visited { font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#666666; text-decoration:none; }
ul#igel_list a:hover { font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#000000; text-decoration:none; }

.text { font-size:12px; }

.inlinetableigel TR TD { text-align:left; padding:5px;}


#content address {
 text-align: right;
}

#content UL {
    list-style:none;
    list-style-image:url(dot_7x7_blau.gif);
    margin: 0px 45px 5px 65px; /* Top Right Bottom Left*/
}

#content UL, #content UL LI {
padding:0px;
}

#content_fill p {
 margin: 0;
}

#publist li {
list-style-image:url(4arrow.gif);
}
#content p.bold { font-weight: bold; margin-bottom: 15px; }
#content p.center { text-align: center; }
