@charset "utf-8";
/* CSS Document */

body {
margin:0;
padding:0;
background-color: #769a36;
font-family: Verdana, Arial,sans-serif;
color: Black;
font-size: 11px;
background-image: url(../images/bg_body.jpg);
background-repeat:	repeat-x;
width: 955px;
}



a {
color:Black;
text-decoration:none;
}

a:hover {
color:Black;
text-decoration:underline;
}

blockquote {
margin:1em;
padding:.5em;
font-size:.9em;
background-color:#cccccc;
border-top:1px solid #999999;
border-bottom:1px solid #999999;
}

DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption {margin-left: 0px; margin-right: 10px; }
DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image IMG {margin-left:0px; margin-right:10px; }

.csc-textpic {
padding-top: 0px;
padding-left: 0px;
}

DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image IMG {
margin-left:0px;
margin-right:10px;
}

.bodytext {
color: Black;
text-decoration:none;
font-size: 11px;
}

.bodytext p {
color: Black;
text-decoration:none;
font-size: 11px;
}

img {border:0;}

#site_selector {
position: relative;
width: 800px;
clear: right;
height:26px;
border-bottom: 2px solid #a2681d;
}

#bodyHolder {
width: 966px;
float:left;
}

#header {
height:20px;
background-color:#361f00;
width: 400px;
float: left;
padding-top: 6px;
}

#header_menu {
padding: 0px;
height:23px;
background-color:#361f00;
border: 1px solid #ae9948;
width: 823px;

float:left;
margin-left: 130px;

font-family:"Times New Roman", Times, serif;
font-size:9px;
background-image: url(../images/bg_menu.jpg);
background-repeat: repeat-x;
text-align: left;
}

#header2 {
height:145px;
width: 825px;
margin-left: 130px;
background-image: url(../images/bg_top_start.jpg);
background-repeat:	no-repeat;
}

#header3 {
width: 792px;
height:25px;
background-color: #361f00;
text-align: left;
padding-left: 8px;
border-top: 2px solid #a2681d;
}

#ColumnHolder {
width:825px;
margin:0px;
text-align: left;
margin-left:130px;

float: left;
}



#header h3 { 
margin:0; 
padding:0;
font-size:.9em;
}

#header a {
text-decoration:none;
}

#leftColumn {
width:200px;
margin:0;
background-color: transparent;
font-size:.9em;
margin-right: 0px;
margin-top: 80px;
float: left;
}

#leftColumn ul { 
margin:1.5em 0 0 0; 
padding:0;
list-style:none;
}

#leftColumn li { 
margin:0 0 .4em 0; 
padding:0;
}

#leftColumn li a { 
margin:0 0 0 .2em;
color:#cc0000;
text-decoration:none; 
}

#leftColumn li a:hover { 
color:#ffffff;
text-decoration:underline; 
}

#centerColumn {
width: 825px;
height: 518px;
margin:0px;
float: left;
padding-top: 85px;
padding-left: 20px;
}

#centerColumnStart {
background-color: #e1efcb;
width: 825px;
margin:0px;
float:left;



}

#ShortCutButtons {
background-color: #e1efcb;
width: 825px;
height: 100px;
margin-left: 130px;
float:left;



}

.subcolumns H1{

font-size: 11px;

padding-left:10px;
}

.subcolumns h2 { 
}

#rightColumn {
width:150px;
margin-top:120px;
font-size:.9em;
clear: right;
float: left;
padding: 0px 10px 0px 70px;

}

#rightColumn h2 { 
font-size: 9pt;
font-weight: bold;
}

#footer {
width: 825px;
height: 40px;
margin:10px;
float: left;
margin-left:130px;

text-align: center;
font-size: 9px;
color: black;
}

#footer a {
color: black;
text-decoration:none;
}

#tags {
margin:0 0 .5em 0;
width:10em;
float:right;
border:none;
text-align:right;
}

#tags img {
border:none;
}

#tags a {
font-size:.7em;
color:#cc0000;
}

ul.header_menu, 
ul.header_menu ul {
    list-style-type: none;
	padding: 0px;
	margin: 0px;
	clear:both;
}

ul.header_menu a {
    display: block;
    padding: 3px 9px 3px 10px;
	font-family:"Times New Roman", Times, serif;
	color: #685101;

    font-weight: bold;
}

ul.header_menu a:hover {
    display: block;
    padding: 3px 9px 3px 10px;
	font-family:"Times New Roman", Times, serif;
	color: White;

    font-weight: bold;
    background-image: url(../images/navi_aktiv_gruen.jpg);
    background-repeat: repeat-x;
}

ul.header_menu .men7 a:hover {
    background-image: url(../images/navi_aktiv_blau.jpg)!important;
}

ul.header_menu li {
    padding: 0;
    margin: 0;
    float: left;
	background-image: url(../images/navi_trenner.jpg);
	background-repeat:	no-repeat;
    height: 23px;
	font-size:12px;

}

/* Fr Unterpunkte keine Float-Eigenschaft */
ul.header_menu ul li {
    float:none;
    background-color: transparent;
}

/* Links auf Unterpunkten sollen die Hintergrundfarbe ndern */
ul.header_menu ul li.hover, 
ul.header_menu ul li:hover {
    background-color: #c8e1a0;
}
/* Zweite Ebene */
     ul.header_menu ul {
              margin:0;
              padding: 0;
              position: absolute;
              background-color: #c8e1a0;
              display: none;
              width: 180px;
     }

   /* Zweite Ebene anzeigen */
       ul.header_menu li.hover ul,
		 ul.header_menu li:hover ul  {
               display: block;
   }

/* Dritte Ebene */
   ul.header_menu li.hover ul ul, 
	ul.header_menu li:hover ul ul {
              display: none;
              margin-left: 170px; /* Breite eines Listenelements - berlagerung */
              margin-top: -20px; /* Hhe 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.header_menu li.hover ul li.hover ul ul, 
	  ul.header_menu li:hover ul li:hover ul ul {
                  display: none;
    }
   /* Vierte Ebene anzeigen */
       ul.header_menu li.hover ul li.hover ul li.hover ul , 
		 ul.header_menu li:hover ul li:hover ul li:hover ul {
               display: block;
   }






.tx-srlanguagemenu-pi1 p { font-family: Verdana, sans-serif; font-size: .8em; line-height:100%; color: #cccccc; margin-top: 8px; padding: 0; text-indent: 0; }
.tx-srlanguagemenu-pi1 img { margin: 0 5px; padding: 0; border-style: none; }
.tx-srlanguagemenu-pi1 .CUR { float: left; font-size: .8em; }
.tx-srlanguagemenu-pi1 .CUR a { background-color: transparent; color: #cccccc; text-decoration: none; font-weight: bold; }
.tx-srlanguagemenu-pi1 .CUR a:focus, .tx-srlanguagemenu-pi1 .CUR a:hover, .tx-srlanguagemenu-pi1 .CUR a:active { color:#ffffff; }
.tx-srlanguagemenu-pi1 .NO { float: left; font-size: .8em; }
.tx-srlanguagemenu-pi1 .NO a { background-color:transparent; color: #cccccc; text-decoration:none; font-weight:bold; }
.tx-srlanguagemenu-pi1 .NO a:focus, .tx-srlanguagemenu-pi1 .NO a:hover, .tx-srlanguagemenu-pi1 .NO a:active { color:#ffffff; }
.tx-srlanguagemenu-pi1 .INACT { float: left; font-size: .8em; }
.tx-srlanguagemenu-pi1 .INACT a { background-color:transparent; color: #cccccc; text-decoration: none; font-weight: normal; }
.tx-srlanguagemenu-pi1 .INACT a:focus, .tx-srlanguagemenu-pi1 .INACT a:hover, .tx-srlanguagemenu-pi1 .INACT a:active { color: #ffffff; }
.tx-srlanguagemenu-pi1 .SPC {  float: left; font-family: Verdana, sans-serif; font-size: .8em; line-height: 100%; color: #35006d; }
.tx-srlanguagemenu-pi1 fieldset { }
.tx-srlanguagemenu-pi1 fieldset legend { }
.tx-srlanguagemenu-pi1 fieldset label { display: none; }
.tx-srlanguagemenu-pi1 fieldset select { font-size: .8em; font-family: Verdana, sans-serif; background-color: #35006d; color: white; font-weight: bold; }
.tx-srlanguagemenu-pi1 fieldset option.tx-srlanguagemenu-pi1-option-0 { }
   
.tx-newloginbox-pi1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color: white;
}

.tx-newloginbox-pi1 h3{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight: bold;
color: white;
}

#mailformformtype_mail {
    font-family: verdana, arial;
    font-size: 11px;
    font-weight: bold;
	width: 100px;
	margin-top: 25px;
	background-color: #781417;
	color: White;
	border: 1px solid #666666;
}

fieldset.csc-mailform {
    color: White;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
	margin: 0px;
}

.csc-mailform-field {
	color: Black;
	font-size: 11px;
	width: 200px;
	padding-left: 5px;
}

.tx-newloginbox-pi1 submit {
    font-family: verdana, arial;
    font-size: 11px;
    font-weight: bold;
	width: 100px;
	margin-top: 25px;
	background-color: #000000;
	color: White;
	border: 1px solid #666666;
}




/* default styles for extension "tt_news" */

/*-----------------------------------  clearer  -----------------------------------*/
/* prevent floated images from overlapping the div-containers they are wrapped in  */

.news-list-container HR.clearer, .news-single-item HR.clearer, .news-latest-container HR.clearer{
	clear:left;
	height:1px;
	background-color: #333333;
	border:none;
	margin-top: 10px;

}
.news-latest-container HR.clearer {
	clear:left;
}

/*-----------------------------------  tt_news LATEST view  -----------------------------------*/


.news-latest-container H2,.news-latest-gotoarchive {
	color:#fff;
	padding:3px;
	margin:3px;
	border:1px 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 {

	padding:3px 10px 0 10px;
	margin:0px;

}

.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;
}

.news-latest-item h1 {padding-bottom:0; font-size: 11px; padding-left:0;}

.news-latest-item a {
color:#000;
text-decoration:none;



}

.news-latest-item h1 a:hover {
color:#000;
text-decoration:underline;
}


/*--------------------------------- tt_news LIST view  -----------------------------------*/
.news-list-container {

	background-color:#000000;
	margin-bottom: 0px;
}


.news-list-item {
	/* IE hack */
	height: 1%;
	line-height: 1.3;
	/* IE hack end */
    padding: 1px 10px 0px 10px;	
	margin:0px;
	border:none;
	background-color:Black;
	font-size:10px;
	}
.news-search-form {
	padding:3px;
	margin-bottom:5px;
	border:1px solid #666;
	background-color:#F9FFE5;

}
.news-search-emptyMsg{
	margin:0px;
}
.news-search-form FORM {
	margin:0px;
}
.news-list-container H3 {
	margin-bottom: 5px;
	padding: 2px;
	background-color: Black;
	border-bottom: none;
}
.news-list-container H3 A:LINK,.news-list-container H3 A:VISITED,.news-list-container H3 {
	color:#fff;
	padding-left:0px;
	font-size:12px;
	text-decoration:none;
}


.news-list-container H3 A:HOVER{
	color: Gray;
	padding-left:0px;
	font-size:12px;
	text-decoration:none;
}


.news-list-container H3 A {
	color:#fff;

}
.news-list-container P {
	padding-left:3px;
}
.news-list-date {
	float: right;
	color: White;
	width: 50px;
	text-align: right;
	height: 20px;
	margin-top: -2px;
	margin-right: -2px;
	font-size: 9px;
	font-weight: normal;
	background-color: Black;
	}

.news-list-imgcaption {
	float: right;
	padding-top:3px;
	padding-right:3px;
	font-size: 9px;

	}

.news-list-container IMG {
	float: right;
	border:none;
	margin-bottom:10px;
	margin-right:-1px;
	margin-left:0px;
	margin-top: 10px;
}
.news-list-category IMG {
	float: none;
	border:none;
	margin:0px;
}

.news-list-morelink,.news-list-category {
	font-size:9px;
	margin-left:0px;
	color:#666666;
	font-weight: bold;
	margin-top: 5px;
}
.news-list-morelink  {
	margin-bottom:3px;
}
.news-list-browse {
	text-align: center;
}



	/*---------------------------------  tt_news Page-Browser ---------------------------------*/
.tx-ttnews-browsebox, .browseBoxWrap {
	margin:3px;
	border:none;
	padding:3px;
	background-color: Black;
}

.tx-ttnews-browsebox TD {
	font-size: 11px;
}
.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: #222222;
	border: none;
}
.news-search-emptyMsg {
	font-size: 11px;
	margin-left: 10px;
}
	/*--------------------------------- tt_news SINGLE view  ---------------------------------*/
.news-single-item {
	margin-bottom:5px;
	border:none;
	background-color:#000000;
	padding:0px 10px 10px;

}
.news-single-item H2 {
	font-size: 12px;
	font-weight:bold;
	color: White;
	margin-bottom: 0px;
	margin-left: 0px;
}
.news-single-item H3 {
	font-size: 11px;
	color: #999999;
	margin-bottom: 15px;
}



.news-single-img {
	float: left;
	padding-right:5px;
	margin-left: 0px;

}



.news-single-imgcaption {
	padding:3px;
	clear:both;
}

.news-single-category {

	float: right;
}
.news-single-backlink, .news-single-backlink a {
	font-weight: bold;
	font-size: 9px;
	margin-bottom: 15px;
	margin-top: 10px;
}
.news-single-timedata {
	float: right;
}
.news-single-timedata, .news-single-author,.news-single-imgcaption {
	font-size: 9px;
	margin-right:10px;
}
.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:0px;
}

.news-single-related DT, .news-single-links DT, .news-single-files DT {
	font-weight: bold;
	font-size: 11px;
	margin-left:5px;
	width:90%;
}

/*--------------------------------- tt_news Archivemenu (AMENU) --------------------------------- */
.news-amenu-container {
	margin-top:10px;
	padding:0px 10px 10px 10px;
	border: none;
	background-color:#000000;
}
.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:#333333;
	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: #333333;
	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;
}


/* 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: 2px solid black;
		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; padding-top:5px; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image IMG { margin: 0; padding-bottom: 5px;}
    .csc-textpic csc-textpic-intext-left-nowrap {
	margin-left: 10px;
	}

	/* Space below each image (also in-between rows) */
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image { margin-bottom: 5px; }
	DIV.csc-textpic-equalheight DIV.csc-textpic-imagerow { margin-bottom: 5px; display: block; }
	DIV.csc-textpic DIV.csc-textpic-imagerow { clear: both; }
	
	.csc-textpic csc-textpic-center csc-textpic-below { margin: 0px; }

	/* 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 */

/* default styles for extension "tx_srlanguagemenu_pi1" */
   .tx-srlanguagemenu-pi1 p { font-family: Verdana, sans-serif; font-size: .8em; line-height:100%; color: #35006d; margin-top: 8px; padding: 0; text-indent: 0; }
   .tx-srlanguagemenu-pi1 img { margin: 0 5px; padding: 0; border-style: none; }
   .tx-srlanguagemenu-pi1 .CUR { float: left; font-size: .8em; }
   .tx-srlanguagemenu-pi1 .CUR a { background-color: transparent; color: #35006d; text-decoration: none; font-weight: bold; }
   .tx-srlanguagemenu-pi1 .CUR a:focus, .tx-srlanguagemenu-pi1 .CUR a:hover, .tx-srlanguagemenu-pi1 .CUR a:active { color:#333333; }
   .tx-srlanguagemenu-pi1 .NO { float: left; font-size: .8em; }
   .tx-srlanguagemenu-pi1 .NO a { background-color:transparent; color: #35006d; text-decoration:none; font-weight:bold; }
   .tx-srlanguagemenu-pi1 .NO a:focus, .tx-srlanguagemenu-pi1 .NO a:hover, .tx-srlanguagemenu-pi1 .NO a:active { color:#333333; }
   .tx-srlanguagemenu-pi1 .INACT { float: left; font-size: .8em; }
   .tx-srlanguagemenu-pi1 .INACT a { background-color:transparent; color: #35006d; text-decoration: none; font-weight: normal; }
   .tx-srlanguagemenu-pi1 .INACT a:focus, .tx-srlanguagemenu-pi1 .INACT a:hover, .tx-srlanguagemenu-pi1 .INACT a:active { color: #333333; }
   .tx-srlanguagemenu-pi1 .SPC {  float: left; font-family: Verdana, sans-serif; font-size: .8em; line-height: 100%; color: #35006d; }
   .tx-srlanguagemenu-pi1 fieldset { }
   .tx-srlanguagemenu-pi1 fieldset legend { }
   .tx-srlanguagemenu-pi1 fieldset label { display: none; }
   .tx-srlanguagemenu-pi1 fieldset select { font-size: .8em; font-family: Verdana, sans-serif; background-color: #35006d; color: white; font-weight: bold; }
   .tx-srlanguagemenu-pi1 fieldset option.tx-srlanguagemenu-pi1-option-0 { }
/* default styles for extension "tx_newloginbox_pi3" */
	.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; }
/* default styles for extension "tx_auxnewsmailer_pi1" */
  .tx-auxnewsmailer-pi1 H2 { margin-top: 0px; margin-bottom: 0px; }
/* default styles for extension "tx_srfeuserregister_pi1" */
		.tx-srfeuserregister-pi1 p { margin-top: 10px; margin-bottom: 10px; padding: 0px; padding-left: 0px; text-indent: 0; }
		.tx-srfeuserregister-pi1 h4 { margin-top: 0; padding-left: .3em; }
		.tx-srfeuserregister-pi1 legend { padding: 0 .5em; font-weight: bold; }
		.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-notice { font-style: italic; margin-bottom: 1em; }
		.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-trash { margin-bottom: 2em; }
		.tx-srfeuserregister-pi1 a { padding-left: 0px; margin-left: 0px; margin-bottom: 10px;background-image: none; background-repeat: no-repeat; background-position: 0% 60%; text-decoration:none; }
		.tx-srfeuserregister-pi1 label { margin: 0; padding: 0; }
		.tx-srfeuserregister-pi1 label span { color: #ff0000; }
		.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-error { color: #ff0000; }
		.tx-srfeuserregister-pi1 input { margin: 0; padding: 0 .5em 0 0; width: 225px;}
		.tx-srfeuserregister-pi1 input[type=password] { margin-right: 1em; }
		* html .tx-srfeuserregister-pi1 input.tx-srfeuserregister-pi1-password { margin-right: 1em; }
		.tx-srfeuserregister-pi1 input[type=radio], .tx-srfeuserregister-pi1 input[type=checkbox] { background-color: transparent; }
		* html .tx-srfeuserregister-pi1 input.tx-srfeuserregister-pi1-radio, * html .tx-srfeuserregister-pi1 input.tx-srfeuserregister-pi1-checkbox { background-color: transparent; }		
		.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-delete-icon { margin-left: 1em; 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("../typo3conf/ext/sr_feuser_register/pi1/internal_link_new_window.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 .3em 0; padding: 0; }
		.tx-srfeuserregister-pi1 ul.tx-srfeuserregister-multiple-checkboxes li label { margin: 0; padding: 0 0 0 .5em; }
		.tx-srfeuserregister-pi1 ul.tx-srfeuserregister-multiple-checked-values li { float: left; padding: 0 2em 0 0; margin: 0; }
		.tx-srfeuserregister-pi1 dl { margin: 0; padding: 1em 0 0 0; }
		.tx-srfeuserregister-pi1 dt, .tx-srfeuserregister-pi1 dd { margin: 0; padding: 0 0 .5em 0; float: left; }
		.tx-srfeuserregister-pi1 dt { clear: both; width: 25%; text-align: right; padding-right: 1em; }
		.tx-srfeuserregister-pi1 dd { text-align: left; width: 50%; }
		.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: .5em; padding: 0; }
		.tx-srfeuserregister-pi1 dd label { padding: 0 1em 0 .5em; }

		.tx-srfeuserregister-pi1 * { border: 100px; margin-left: 10px; margin-top: 10px; }
		.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-submit { width: 232px; }


.menu1-level1-no {
  display:block;
  font-size: 11px;
  height: 25px;
  line-height:25px;
  width: 165px;
  margin: 0px 0px 0px 0px;
  margin-bottom:3px;
}

.menu1-level1-no a {
  padding-top:5px;
  padding-left:20px;
  color: White;
  text-decoration: none;
}

/*  MENU 1, level 1, active state (ACT) */
.menu1-level1-act {
  display:block;
  font-weight:bold;
  font-size: 11px;
  height: 25px;
  line-height:25px;
  width: 165px;
  margin:0px 0px 0px 0px;
  margin-bottom:3px;
}
.menu1-level1-act a {
  padding:5px 0px 0px 20px;
  color: White;
  text-decoration: none;
  width:165px;
}
.menu1-level1-act a:hover {
  text-decoration: underline;
}


/*  MENU 1, level 2, normal state (NO) */
.menu1-level2-no {
  display:block;
  font-size: 11px;
  height: 20px;
  line-height:20px;
  width:165px;
}
.menu1-level2-no a {
  padding-left:30px;
  padding-top:3px;
  color: White;
  text-decoration: none;
}
.menu1-level2-no a:hover {
  text-decoration: underline;
}
.menu1-level2-no a:active {
  text-decoration: underline;
}


/*  MENU 1, level 2, active state (ACT) */
.menu1-level2-act {
  display:block;
  font-size: 11px;
  height: 20px;
  line-height: 20px;
  width: 165px;
}
.menu1-level2-act a {
  font-weight: bold;
  padding-left:30px;
  padding-top:3px;
  color: White;
  text-decoration: none;
}
.menu1-level2-act a:hover {
  text-decoration: underline;
}

/*  MENU 1, level 3, normal state (NO) */
.menu1-level3-no {
  display:block;
  font-size: 11px;
  height: 18px;
  line-height:18px;
  width: 165px;
}
.menu1-level3-no a {
  padding-left:35px;
  padding-top:3px;
  color: White;
  text-decoration: none;
}
.DIV.menu1-level3-no a:hover {
  text-decoration: underline;
}
/*  MENU 1, level 3, active state (ACT) */
.menu1-level3-act {
  display:block;
  font-size: 11px;
  height: 18px;
  color: black;
  line-height: 18px;
  width: 100%;
}
.menu1-level3-act a {
  padding-left:35px;
  padding-top:3px;
  color: White;
  text-decoration: none;
}
.menu1-level3-act a:hover {
  text-decoration: underline;
}




/* FLOAT MEN CSS DEFINITION */
ul.menu, ul.menu ul {
    list-style-type: none;
	margin: 0px;
	padding: 0px;

}

ul.menu a {
    display: block;
    padding: 4px 9px 0px 9px;
    font-weight: normal;
	font-family:"Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	color: #8c700f;
	text-decoration:none;
	height: 20px;
	
}

ul.menu a:hover {
    display: block;
    padding: 4px 9px 0px 9px;
    font-weight: normal;
	font-family:"Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	color: White;
	text-decoration: none;
    background-image: url(../images/navi_aktiv_gruen.jpg);
	background-repeat: repeat-x;
	height: 20px;
	
}

ul.menu a.active {
    display: block;
    padding: 4px 9px 0px 9px;
    font-weight: normal;
	font-family:"Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	color: White;
	text-decoration: none;
    background-image: url(../images/navi_aktiv_gruen.jpg);
	background-repeat: repeat-x;
	height: 20px;
}

ul.menu li {
    padding: 0;
    margin: 0;
    float: left;
    background-image: url(../images/navi_trenner.jpg);
    background-repeat: no-repeat;
	height: 20px;
}


/* Fr Unterpunkte keine Float-Eigenschaft */
ul.menu ul li {
    float:none;
    background-color: transparent;
	background-image: none;
	border-bottom: 1px solid #ad9c44;
	height: 20px;
}

/* Links auf Unterpunkten sollen die Hintergrundfarbe ndern */
ul.menu ul li.hover, ul.menu ul li:hover {
		       background-image: url(../images/navi_aktiv_gruen.jpg);
			   background-repeat: repeat-x;
			   color: white;
}

/* Zweite Ebene */
        ul.menu ul {
              margin:0;
              padding: 0;
              position: absolute;
              background-color: #c8e1a0;
              border: 1px solid #ad9c44;
              display: none;
              width: 180px;
			  font-family:Verdana, Arial, Helvetica, sans-serif;
			  background-image: none;
    }

   /* Zweite Ebene anzeigen */
       ul.menu li.hover ul, ul.menu li:hover ul  {
               display: block;
   }

/* Dritte Ebene */
   ul.menu li.hover ul ul, ul.menu li:hover ul ul {
                  display: none;
                    margin-left: 160px; /* Breite eines Listenelements - berlagerung */
              margin-top: -20px; /* Hhe 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;
   }

#men7 a:hover{
background-color:#0000FF;
z-index: 5000;
}


table {
	font-size: 11px;

}
/* BLAU */	
ul.header_menu #nav_7 a:hover,
ul.menu #nav_7 ul li.hover, 
ul.menu #nav_7 ul li:hover,
ul.menu #nav_7 a:hover,
ul.menu #nav_7 a.active {
   background-image: url(../images/navi_aktiv_blau.jpg);
	color: #fff;
}	
ul.menu #nav_7 ul {
   background-color: #EAF8FB;
}

ul.header_menu #nav_8 a:hover,
ul.menu #nav_8 ul li.hover, 
ul.menu #nav_8 ul li:hover,
ul.menu #nav_8 a:hover,
ul.menu #nav_8 a.active {
   background-image: url(../images/navi_aktiv_blau.jpg);
	color: #fff;
}	
ul.menu #nav_8 ul {
   background-color: #EAF8FB;
}
ul.header_menu #nav_9 a:hover,
ul.menu #nav_9 ul li.hover, 
ul.menu #nav_9 ul li:hover,
ul.menu #nav_9 a:hover,
ul.menu #nav_9 a.active {
   background-image: url(../images/navi_aktiv_gold.jpg);
	color: #d9960a;
}	
ul.menu #nav_9 ul {
   background-color: #ffeec2;
}
#irgendwas {background: url(../images/bg_content_start_neu.jpg) no-repeat;}
.subcolumns,.subcolumns_oldgecko{width:809px;overflow:hidden; padding: 100px 25px 25px 16px;}

.c50r,.c25r,.c33r,.c38r,.c66r,.c75r,.c62r{float:right;margin-left:-5px;}

.c25l {width:180px;}

.c25r {width: 200px;}

.c33l,.c33r{width:33.333%}

/* .c50l,.c50r{width:449px;} */
/* .c50l,.c50r{width:429px;} */
.c50l,.c50r{width:434px;}

.c66l,.c66r{width:66.666%}

.c75l,.c75r{width:75%}

.c38l,.c38r{width:38.2%}

.c62l,.c62r{width:61.8%}

/* .subc{ margin-left: 5px; padding:0 0.5em; background: url(../images/Titelbild.jpg) no-repeat; height:599px; width:420px;} */
/* .subc{ padding:0 0.5em; background: url(../images/Titelbild.jpg) no-repeat; height:360px; width:434px;} */
.subc{ padding:0 0.5em; background: url(../images/Titelbild.jpg) no-repeat; height:460px; width:434px;}
.subcl{padding:0 1em 0 0}

.subcr{padding:0 0 0 1em;  height: 403px; overflow-x: hidden; overflow-y: scroll;}
.subcolumns_oldgecko,.c50l,.c25l,.c33l,.c38l,.c66l,.c75l,.c62l{float:left}

dfn {
 font-style: normal;
}




