body, div, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	/*	overflow: auto; */ 
	margin: 0px;
	text-align: left;
	line-height: 1.4em;

}

body {
	background-color: #999966;
	background-image: url(../images/body_bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	text-align: center;
	padding-top: 15px;
}

form{
	margin:0;
	padding:0;
}

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

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

ul {
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	margin-top:6px;v
	margin-bottom:6px;
	margin-left:0px;
	border:0px solid red;

}

li { 
	border:0px solid #999999;
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type:none;
	margin-left: 0px;
	padding-left: 32px;
	padding-right: 0px;
	margin-bottom:8px;
	background-image: url(/fileadmin/templates/images/bullet.gif);
	background-repeat: no-repeat;
	background-position:20px 7px;

}

h3{
	color:#930;
	margin:0;
	padding:0;
	font-weight:normal;
	font-size:16px;

	border-bottom:1px dotted #999;
	padding-left:10px;
	padding-bottom:5px;
	margin-bottom:7px;
	margin-top:16px;
	
	background-image: url(/fileadmin/templates/images/bullet_square.gif);
	background-repeat: no-repeat;
	background-position:0px 6px;
		
	
}



/*Rahmen-div, damit die Breite an einer Stelle definiert wird, wird hier unterhalb de headerbildes eingesetzt*/

#overall{
	/*position:relative;*/
	width:848px; /* + 2 Pixel borderline = 850*/
	border-left:1px solid #063;
	border-right:1px solid #063;
	border-bottom:1px solid #063;
	margin-top:2px;
	
}




/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/**/
/**		Header - Block		*/                                                
/**/
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


.infomenu_link {
	
}



.headertable_top {
	width: 890px;
	margin-left: auto;
	margin-right: auto;
}

.headertable {
	width: 890px;
	margin-left: auto;
	margin-right: auto;
}

.headertable_top_infomenu {
	text-align: right;
	vertical-align: bottom;
	padding-right: 20px;
	padding-bottom: 8px;
	color: #FFF;
}

.headertable_top_infomenu a{
	color:#FFF;
	font-size:11px;
}

.headertable_top_infomenu a:hover{
	text-decoration:none;
}

#headerpic {
	width: 850px;
}



/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/**/
/**		Header - Menu		*/                                                
/**/
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#headermenu_box {	/* Zelle die das Headermenü einschließt */
	/*	height:25px;*/
	background-image:url(../images/headermenu_bg.jpg);
	color:#FFF;
	text-align: center;
	padding-top: 1px;
	padding-bottom: 1px;
}

#headermenu {
	margin-left: auto;
	margin-right: auto;
}

#headermenu_bottom {	/* Verlauf unter dem Headermenü */
	height:34px;
	padding-bottom:24px;
	background-image:url(../images/headermenu_bottom.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #FFF;
}	


/* +++ Headermenu Layer 2 +++ */

.headermenu_lay2 {
	width: 172px;
	border-bottom: 1px solid #006633;
}
/*** normal ***/
.headermenu_lay2_no {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	/* background-color: #F1B425;	wird im TS-Setup festgelegt	*/
	border-left: 1px solid #006633;
	border-right: 1px solid #006633;
	border-top: 1px solid #006633;
	text-align: left;
	width: 170px; /* WICHTIG: um A-Tag in der vollen Größe aktiv zu machen!!! */
}
.headermenu_lay2_no a {
	display: block;
	width: 160px;
	padding: 3px;
	padding-left: 10px;
	color: #006633;
	text-decoration: none;
}
.headermenu_lay2_no a:hover {
	color: #ffffff;
	text-decoration: none;
}
/*** active ***/
.headermenu_lay2_act {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background-color: #006633;	/* aktive Hintergrundfarbe */
	border-left: 1px solid #006633;
	border-right: 1px solid #006633;
	border-top: 1px solid #006633;
	text-align: left;
	width: 170px; /* WICHTIG: um A-Tag in der vollen Größe aktiv zu machen!!! */
}
.headermenu_lay2_act a {
	display: block;
	width: 160px;
	padding: 3px;
	padding-left: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
.headermenu_lay2_act a:hover {
	color: #FFFFFF;
	text-decoration: none;
}


/* ----------------------------------------------------------------- */





/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/**/
/**		Rahmentabelle		*/                                                
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#tab_content{
	width:100%;
	background-color: #fff;
}

#tab_td_left{
	width:200px;
	vertical-align: top;
}

#tab_td_content{
	width:470px;
	vertical-align: top;
}

#tab_td_right{
	width:190px;
	vertical-align: top;
}



#content{
	padding-right:40px;
}

#content img{
	margin-left:3px;
}

#content p,#content ul{
	margin:0px;
	margin-bottom:12px;
	padding:0px;
}

#title {
	margin-bottom:6px;
	font-size: 26px;
}
#title h2 {
	margin:0;
	padding:0;
}




/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/**/
/**		Left - Menu		*/                                                
/**/
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#leftmenu_box {				/* Menuebox */
	width: 160px;
	margin-top:39px;
		

}


#menu_terminator{
	margin-top:3px;
}

.leftmenu_wrapper{ /*** für Hintergrundbild Menüteiler ***/
	background-image:url(../images/menu_teiler.gif);
	background-repeat:no-repeat;
}



/*** Layer 1 ******************************/
/*** normal ***/
.leftmenu_1_no, .leftmenu_1_act, .leftmenu_2_no, .leftmenu_2_act{
	width: 140px;			/* Gesamtbreite */
	background-image: url(../images/leftmenu_1_no.gif);	/* Hintergrund mit Bullet */
	background-position: 15px 9px;
	background-repeat: no-repeat;
	padding-left:22px;
	padding-top:4px;
	padding-bottom:4px;	
	margin-top: 0px;		/* Abstand zum naechsten Menuepunkt */
	font-size: 11px;
}


.leftmenu_1_no a {
	color:#333;
	text-decoration: none;
}
.leftmenu_1_no a:hover {
	text-decoration: none;
}
/*** active ***/
.leftmenu_1_act {
	font-weight:bold;
	
}
.leftmenu_1_act a {
	text-decoration: none;
}
.leftmenu_1_act a:hover {
	text-decoration: none;
}

/*** Layer 2 ******************************/
/*** normal ***/
.leftmenu_2_no ,.leftmenu_2_act{
	width: 130px;			/* Gesamtbreite */
	border:0px solid #999999;
	padding-left:32px;
	padding-top:3px;
	padding-bottom:3px;	
	margin-top: 0px;
	background-position: 25px 8px;	
	
}
.leftmenu_2_no a {
	color:#333;
	text-decoration: none;
}
.leftmenu_2_no a:hover {
	text-decoration: none;
}
/*** active ***/
.leftmenu_2_act {

}
.leftmenu_2_act a {
	text-decoration: none;
}
.leftmenu_2_act a:hover {
	text-decoration: none;
}


#slideshow_top {}
#slideshow {
	text-align: left;
	padding-left: 1px;
}
.tx-slideshow-pi1 {
	text-align: left;
	background-image: url(../images/slideshow_back.gif);
	background-repeat: no-repeat;
}
#slideshow_bottom {}




/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/**/
/**		Contentbereich		*/                                                
/**/
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


/****** CONTENT ******/

#contentbox {				/* Textzelle für den Hauptcontent */
	
}

/****** RUBRIKTITEL ******/

#contentbox_rubrik h2 {		/* sifr */
	text-align: left;
	color: #993300;
}

/****** SIDEBAR ******/


#sidebar_search {			/* Suche Container */
	margin-top: 24px;
	margin-top: 12px;
}
#sitem {				/* Suche Eingabefeld */
	width: 135px;
	color:#666;
	border: 1px solid #056937;
	background-color: #FFFFFF;
	margin-right:6px;
	
	float: left;
}
#search_button {			/* Suche Button */
	margin-left: 4px;
	margin-top: 1px;
	float: left;
}

/****** SIDEBAR EXTENSION ******/

.sidebar_content {				/* box. Sidebar Content */
	width: 170px;
	margin-top:12px;

}
.sidebar_title {
	color: #ffffff;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 15px;
	background-image:url(../images/sidebar_title_bg.gif);
	background-repeat:no-repeat;

}
.sidebar_content img {
	border-top:1px solid #FFF;

}
.sidebar_text {
	border: 1px solid #056937;
	padding: 8px;
	margin-top:0px;
	background-color:#FFF;

}

/****** FOOTER ******/

#footer {
	margin-top:25px;
	margin-bottom:5px;
	font-size:10px;

}


/****** CONOVA CLAIM ******/

#claim {
	width:850px;
	color:#FFF;
	font-size:9px;
	text-align:right;
	padding-right:12px;
	margin-bottom: 10px;
}




#wappen{
	position:absolute;
	top:0px;
	left:0px;
	width:175px;
	height:228px;
	display:none;

}



/* ----------------------------------------------------------------- */




/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/**/
/**		TYPO 3 - CSS-StyledContent		*/                                                
/**/
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/*  Typo 3 Bodytext - CSS-StyledContent */
.bodytext {	
	margin-top: 0px;
}
.csc-linkToTop {
	text-align: right;
}

/* - Typo3 Tabelle - CSS-StyledContent */
.contenttable td { padding: 3px 10px 3px 10px; } /* Zellen allg. */

/* ---- LAYOUT 0 ---- mit Header, Breite dyn.*/
.contenttable {border: 1px solid #666; }
.contenttable.contenttable-0 td { padding: 3px 10px 3px 10px;} /* Zellen allg. */
.contenttable.contenttable-0 .tr-0 td { background: #006633; color: #fff; font-weight: bold; } /* erste Zeile */
.contenttable.contenttable-0 .td-0 { background:#DFDFDF; color: #666; font-weight: bold;  } /* erste Spalte */
.contenttable.contenttable-0 .tr-even {	background: #fff;font-size: .7em;} /* Zeilen gerade */
.contenttable.contenttable-0 .tr-odd { background: #EFEFEF;  font-size: .7em;}	/* Zeilen ungerade */

	/* ---- LAYOUT 1 ---- mit Header, Breit 100% */
.contenttable.contenttable-1 { width: 100%; border: 1px solid #666;} /* Tabellenbreite */
.contenttable.contenttable-1 td { padding: 3px 10px 3px 10px; } /* Zellen allg. */
.contenttable.contenttable-1 .tr-0 td { background: #006633; color: #fff; font-weight: bold; }	/* erste Zeile */
.contenttable.contenttable-1 .td-0 { background: #DFDFDF; color: #666; font-weight: bold; } /* erste Spalte */
.contenttable.contenttable-1 .tr-even {	background: #fff; font-size: .7em;} /* Zeilen gerade */
.contenttable.contenttable-1 .tr-odd { background: #EFEFEF; font-size: .7em;}	/* Zeilen ungerade */

	/* ---- LAYOUT 2 ---- ohne Header, Breite dyn. */
.contenttable-2 {border: 1px solid #666; }	
.contenttable.contenttable-2 td { padding: 3px 10px 3px 10px; } /* Zellen allg. */
.contenttable.contenttable-2 td { background-color:#eee; font-size: .7em;}
.contenttable.contenttable-2 .td-0 { background: #006633; color: #fff; font-weight: bold; font-size: .7em;} /* erste Spalte */

	/* ---- LAYOUT 3 ---- ohne Header, Breite 100% */
.contenttable-3 {border: 1px solid #666; }
.contenttable.contenttable-3 { width: 100%; } /* Tabellenbreite */
.contenttable.contenttable-3 td { padding: 3px 10px 3px 10px; } /* Zellen allg. */
.contenttable.contenttable-3 td { background: #eee;font-size: .7em; }
.contenttable.contenttable-3 .td-0 { background: #006633; color: #fff; font-weight: bold;font-size: .7em; } /* erste Spalte */

	/* ---- LAYOUT 4 ---- mit Header, letzte Spalte fixe Breite */
.contenttable.contenttable-4 { width: 100%; border: 1px solid #666;} /* Tabellenbreite */
.contenttable.contenttable-4 td { padding: 3px 10px 3px 10px; } /* Zellen allg. */
.contenttable.contenttable-4 .td-last { width: 100px; text-align: right; } /* letzte Spaltenbreite fix*/
.contenttable.contenttable-4 .tr-0 td { background: #006633; color: #fff; font-weight: bold; }	/* erste Zeile */
.contenttable.contenttable-4 .td-0 { background: #DFDFDF; color: #333; } /* erste Spalte */
.contenttable.contenttable-4 .tr-even {	background: #fff;font-size: .7em; } /* Zeilen gerade */
.contenttable.contenttable-4 .tr-odd { background: #EFEFEF; font-size: .7em;}	/* Zeilen ungerade */


/* - Typo3 Content Titel - CSS-StyledContent */

.csc-header h1, .csc-textpic h1 {
	color:#930;
	margin:0;
	padding:0;
	font-weight:bold;
	font-size:16px;

	border-bottom:1px dotted #999;
	padding-left:10px;
	padding-bottom:5px;
	margin-bottom:7px;
	margin-top:20px;
	
	background-image: url(/fileadmin/templates/images/bullet_square.gif);
	background-repeat: no-repeat;
	background-position:0px 6px;
		
}
.csc-header h1 {
	margin-bottom: 10px;
}
.csc-header .csc-firstHeader {
	margin-top: 0px;
	text-align: left;
}


/* - Typo3 - Indexed Search - CSS-StyledContent */

.tx-indexedsearch-rules h2 { font-size: 13px; font-weight: bold;} /* grosser Titel */
.tx-indexedsearch-res .tx-indexedsearch-title a { font-size: 12px; font-weight: bold; } /* Titel Suchergebnis */
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup { color: #006633; } /* gehighlightetes Suchergebnis */
.tx-indexedsearch-res, .tx-indexedsearch-rules { width: 460px;} /* Contentbreite des Suchergebnisses */


/* - Typo3 - Mailform - CSS-StyledContent */

.csc-mailform {
	border: 0px;
}
.csc-mailform-field {			/* Komplette Zeile */
	clear: left;
}
.csc-mailform-field label {		/* Bezeichnung */
	clear: left;
	display: block;
	float: left;
	width: 80px;				/* Breite */
	font-weight: bold;
	color: #BC1D05;
	padding-top: 3px;
	margin: 0px;
}
.csc-mailform-field input {		/* Eingabefeld */
	width: 200px;				/* Breite */
	float: left;
	border: 1px solid #999999;
	padding: 2px;
	margin-bottom: 10px;		/* Abstand zur nächsten Zeile */
}
.csc-mailform-field select {
	width: 206px;				/* Breite */
	float: left;
	border: 1px solid #999999;
	padding: 2px;
	margin-bottom: 10px;		/* Abstand zur nächsten Zeile */
}
.csc-mailform-field textarea {	/* Textarea */
	width: 200px;				/* Breite */
	float: left;
	border: 1px solid #999999;
	padding: 2px;
	margin-bottom: 10px;		/* Abstand zur nächsten Zeile */
}
.csc-mailform-radio #mailformauswahl {		/* Radiobutton */
	width: 180px;				/* Breite */
	padding: 10px;				
	border: 1px solid #999999;
}
.csc-mailform-radio input {		/* Radiobutton */
	width: 10px;				/* Breite */
	float: none;
	border: 0px solid #999999;
	margin-right: 5px;
	margin-bottom: 0px;		/* Abstand zur nächsten Zeile */
}
.csc-mailform-radio label {		/* Radiobutton */
	display: inline;
	float: none;
	width: auto;				/* Breite */
	font-weight: bold;
	color: #BC1D05;
	padding-top: 0px;
	margin: 0px;
}

.csc-mailform-field input#mailformformtype_mail {		/* Submitbutton */
	clear: left;
	margin-left: 80px;			/* Button unter die Felder setzen */
	margin-top: 10px;
	width: auto;
	font-size: 11px;
	border: 1px solid #999999;
	background-color: #E8E6E1;
	padding: 2px;
}

/* ----------------------------------------------------------------- */




/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/**/
/**		sIFR - CSS		*/                                                
/**/
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* These are standard sIFR styles... do not modify */

.sIFR-flash {visibility: visible !important; margin: 0;}

.sIFR-replaced {visibility: visible !important;}

span.sIFR-alternate {position: absolute; left: 0; top: 0; width: 0; height: 0; display: block; overflow: hidden; }

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h2 {			/* Rubriktitel */
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 26px;
	margin-bottom: 2px;
}

/* ----------------------------------------------------------------- */

.csc-textpic-imagewrap img {
	margin: 0px !important;
}




