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

body {
	background-color: #FFFDD7;
	text-align: left;
	background-image: url(../images/body_bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
}

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

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

li {
	list-style-image: url(../images/bullet.gif);
	list-style-position: outside;
}

#body_outer {
	height: 410px;
	background-image: url(../images/logo_bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

/* +++ Headerbild +++ */

#header {
	width: 980px;
	height: 141px;
	background-image: url(../images/header_girl.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	text-align: left;
	vertical-align: top;
}
#headerimage {
	margin-left: 50px;
	margin-top: 15px;
}



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

#headermenu_box {	/* Zelle die das Headermenü einschließt */
	width: 730px;
	height: 22px;
	margin-left: 243px;
	margin-top: 4px;
	text-align: left;
}

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

.headermenu_lay2 {
	width: 172px;
	border-bottom: 1px solid #FFFFFF;
}
/*** normal ***/
.headermenu_lay2_no {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	/* background-color: #F1B425;	wird im TS-Setup festgelegt	*/
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	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: #333333;
	text-decoration: none;
}
.headermenu_lay2_no a:hover {
	color: #333333;
	text-decoration: none;
}
/*** active ***/
.headermenu_lay2_act {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;	/* aktive Hintergrundfarbe */
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	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: #333333;
	text-decoration: none;
}
.headermenu_lay2_act a:hover {
	color: #333333;
	text-decoration: none;
}
/* ----------------------------------------------------------------- */





/* +++ Menu - Content - Sidebar +++ */

#menu_content_sidebar {
	width: 980px;
}

#leftmenu_outer {
	width: 255px;
	vertical-align: top;
}


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

#leftmenu_box {				/* Menuebox */
	width: 170px;			/* Menuebreite = Zellenbreite - margin-left */
	margin-left: 54px;
	margin-top: 76px;
	background-image: url(../images/leftmenu_bg.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	vertical-align: top;
}

/*** Layer 1 ******************************/
/*** normal ***/
.leftmenu_1_no {
	width: 170px;
	vertical-align: top;
	margin-bottom: 2px;		/* Abstand zum naechsten Menuepunkt */
}
.leftmenu_1_no a {
	display: block;
	width: 160px;
	height: 19px;
	padding-top: 0px;		
	padding-bottom: 0px;		
	padding-left: 10px;		
	color: #333333;
	border-left: 4px solid #F8E601;
	text-decoration: none;
	line-height: 22px;
}
.leftmenu_1_no a:hover {
	color: #BC1D05;
	border-left: 4px solid #BA3F06;
	text-decoration: none;
}
/*** active ***/
.leftmenu_1_act {
	width: 170px;
	vertical-align: top;
	margin-bottom: 2px;		/* Abstand zum naechsten Menuepunkt */
}
.leftmenu_1_act a {
	display: block;
	width: 160px;
	height: 19px;
	padding-top: 0px;		
	padding-left: 10px;		
	color: #BA3F06;
	font-weight: bold;
	border-left: 4px solid #BA3F06;
	text-decoration: none;
	line-height: 22px;
}
.leftmenu_1_act a:hover {
	color: #BA3F06;
	font-weight: bold;
	text-decoration: none;
}

/*** Layer 2 ******************************/
/*** normal ***/
.leftmenu_2_no {
	width: 170px;
	vertical-align: top;
	margin-bottom: 2px;		/* Abstand zum naechsten Menuepunkt */
}
.leftmenu_2_no a {
	display: block;
	width: 150px;
	height: 19px;
	padding-top: 0px;		
	padding-left: 20px;		
	color: #BC1D05;
	border-left: 4px solid #FC8574;
	text-decoration: none;
	line-height: 22px;
}
.leftmenu_2_no a:hover {
	color: #BC1D05;
	border-left: 4px solid #BA3F06;
	text-decoration: none;
}
/*** active ***/
.leftmenu_2_act {
	width: 170px;
	vertical-align: top;
	margin-bottom: 2px;		/* Abstand zum naechsten Menuepunkt */
}
.leftmenu_2_act a {
	display: block;
	width: 150px;
	height: 19px;
	padding-top: 0px;		
	padding-left: 20px;		
	color: #BA3F06;
	font-weight: bold;
	border-left: 4px solid #BA3F06;
	text-decoration: none;
	line-height: 22px;
}
.leftmenu_2_act a:hover {
	color: #BA3F06;
	font-weight: bold;
	text-decoration: none;
}


/*** Layer 3 ******************************/
/*** normal ***/
.leftmenu_3_no {
	width: 170px;
	vertical-align: top;
	margin-bottom: 2px;		/* Abstand zum naechsten Menuepunkt */
}
.leftmenu_3_no a {
	display: block;
	width: 140px;
	height: 19px;
	padding-top: 0px;		
	padding-left: 30px;		
	color: #BC1D05;
	border-left: 4px solid #FC8574;
	text-decoration: none;
	line-height: 22px;
}
.leftmenu_3_no a:hover {
	color: #BC1D05;
	border-left: 4px solid #BA3F06;
	text-decoration: none;
}
/*** active ***/
.leftmenu_3_act {
	width: 170px;
	vertical-align: top;
	margin-bottom: 2px;		/* Abstand zum naechsten Menuepunkt */
}
.leftmenu_3_act a {
	display: block;
	width: 140px;
	height: 19px;
	padding-top: 0px;		
	padding-left: 30px;		
	color: #BA3F06;
	font-weight: bold;
	border-left: 4px solid #BA3F06;
	text-decoration: none;
	line-height: 22px;
}
.leftmenu_3_act a:hover {
	color: #BA3F06;
	font-weight: bold;
	text-decoration: none;
}



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


/****** Search ******/

#sidebar_search {			/* Suche Container */
	margin-top: 10px;
	margin-left: 58px;
	height: 17px;
}
.search_input {				/* Suche Eingabefeld */
	width: 140px;
	border: 1px solid #FCE901;
	background-color: #FFFFFF;
	font-size: 11px;
	padding-left: 4px;
	padding-top: 1px;
	float: left;
}
#search_button {			/* Suche Button */
	margin-left: 4px;
	margin-top: 1px;
	float: left;
}

/****** Spendenguetesiegel ******/

#spende {
	margin-left: 81px;
	margin-top: 30px;
	margin-bottom: 10px;
}


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



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

#content_outer {			/* Textzelle für den Hauptcontent */
	width: 520px;
	vertical-align: top;
}
#content {
	width: 500px;
	background-image: url(../images/text_bg.gif);
	background-position: right;
	background-repeat: repeat-y;
	padding-right: 20px;
}

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

#contentbox_rubrik h2 {		/* sifr */
	text-align: left;
	color: #BC1D05;
	margin-top: 60px;
	margin-bottom: 2px;
	font-size: 15px;
	font-weight: bold;
}
#rubrik_line {
	height: 20px;
	text-align: right;
	background-image: url(../images/rubrik_line.gif);
	background-position: left top;
	background-repeat: repeat-x;
}

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

#sidebar_outer {
	width: 205px;
	vertical-align: top;
}
#sidebar_flash {
	height: 71px;
	width: 180px;
	margin-top: 5px;
	margin-left: 20px;
}
#sidebar {					/* Gesamtcontainer */
	vertical-align: top;
	margin-left: 20px;
}


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

.sidebar_content {				/* box. Sidebar Content */
	width: 168px;
	border: 2px solid #FFFFFF;
	padding: 4px;
	vertical-align: top;
	text-align: left;
	margin-bottom:10px;
}
.sidebar_title {
	width: 148px;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #FFFFFF;
}
.sidebar_pic {
}
.sidebar_text {
	background-color: #FFFFFF;
	width: 148px;
	padding: 10px;
	padding-top: 7px;
}

#conova_logo {
	text-align: center;
	margin-top: 10px;
}


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

#footer {
	text-align: left;
	vertical-align: top;
	margin-top: 30px;
}

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




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

/*  Typo 3 Bodytext - CSS-StyledContent */
.bodytext {	
	margin-top: 0px;
}


/* - Typo3 Tabelle - CSS-StyledContent */

.contenttable td {
	padding: 2px;
	padding-left: 10px;
	padding-right: 10px;
}
.contenttable .tr-even {
	background-color: #FFFFFF;
}
.contenttable .tr-odd {
	background-color: #EFEFEF;
}
.contenttable .tr-0 td {
	background-color: #BC1D05;
	color: #FFFFFF;
	font-weight: bold;
}
.contenttable .td-0 {
	background-color: #AAAAAA;
	color: #FFFFFF;
	font-weight: bold;
}


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

.csc-header h1 {
	color: #BC1D05;
	font-size: 12px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 0px;
	padding-bottom: 3px;
	text-align: left;
}
.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: #BC1D05; } /* gehighlightetes Suchergebnis */


/* - 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 textarea {	/* Textarea */
	width: 200px;				/* Breite */
	float: left;
	border: 1px solid #999999;
	padding: 2px;
	margin-bottom: 10px;		/* Abstand zur nächsten Zeile */
}

.csc-mailform-field input#mailformformtype_mail {		/* Submitbutton */
	clear: left;
	margin-left: 80px;			/* Button unter die Felder setzen */
	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: 14px;
	font-weight: bold;
	margin-bottom: 2px;
}

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






