/* CSS Document */

/***********************************************************************************/
/************************** TYPO 3 *************************************************/
/***********************************************************************************/

/* IMAGES */

/* 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 #AFB6BC;
		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-imagewrap */
	DIV.csc-textpic-left .csc-textpic-image,
	DIV.csc-textpic-intext-left-nowrap  .csc-textpic-image,
	DIV.csc-textpic-intext-left .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: 0px;
	}
	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 0 10px 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: 5px; 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; margin-left: auto; margin-right: auto;}
	DIV.csc-textpic-center DIV.csc-textpic-imagewrap { margin: 0; margin-left: auto; margin-right: auto; }
	DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image { text-align: center; margin-left: auto; margin-right: auto; /* Remove IE-hack */ }
	DIV.csc-textpic-center DIV.csc-textpic-text { text-align: center;margin-left: auto; margin-right: auto; /* 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;padding-left: 0px; padding-top:3px; }

	/* 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 */

/********************************/
/* Frames, spacing, link-to-top */
/********************************/


/* *************** Diesen Bereich ungeändert in das eigene CSS übernehmen */
DIV.csc-frame { border: 0px; }
DIV.csc-frame-invisible {}
DIV.csc-frame-rulerBefore { border-top: 1px solid #afb6bc; }
DIV.csc-frame-rulerAfter { border-bottom: 1px solid #afb6bc; margin-left: 3px; margin-right: 3px; margin-bottom: 10px; *margin-top: 3px; padding-bottom: 10px; clear: both; }

DIV#content2 .csc-frame-rulerAfter { border-bottom: 1px solid #dbdbdb; margin-left: 0px; margin-right:8px; margin-bottom:10px; *margin-top: 10px; padding-bottom: 10px; *padding-bottom: 0px;}
DIV#teaser_rechts .csc-frame-rulerAfter { border-bottom: 1px solid #dbdbdb; margin-left: 5px; margin-right:5px; margin-bottom:10px; *margin-top: 10px; padding-bottom: 10px; *padding-bottom: 0px;}
DIV#content_standart .csc-frame-rulerAfter { border-bottom: 1px solid #dbdbdb; margin-left: 15px; margin-right: 0px; margin-bottom:10px; *margin-top: 10px; padding-bottom: 10px; *padding-bottom: 0px;}

DIV#teaser .csc-frame-rulerAfter { border-bottom: 1px solid #c8d7e3; margin-left: 0px; margin-right: 0px; margin-bottom: 6px; *margin-top: 3px; padding-bottom: 0px; clear: both;}
DIV#suche .csc-frame-rulerAfter { border-bottom: 1px solid #c8d7e3; margin-left: 0px; margin-right: 5px; margin-bottom: 10px; *margin-top: 3px; padding-bottom: 10px; clear: both;}

DIV.csc-frame-indent { padding-left: 100px; }
DIV.csc-frame-indent3366 { padding-left: 33%; }
DIV.csc-frame-indent6633 { padding-right: 33%; }
DIV.csc-frame-frame1 { background-color: #EDEBF1; padding: 2px 4px 2px 4px; border: 1px solid #333333; }
DIV.csc-frame-frame2 { background-color: #F5FFAA; padding: 2px 4px 2px 4px; border: 1px solid #333333; }

DIV.csc-frame-frame1 H1, DIV.csc-frame-frame1 H2, DIV.csc-frame-frame1 H3, DIV.csc-frame-frame1 H4, DIV.csc-frame-frame1 H5 { margin-top: 2px; }
DIV.csc-frame-frame2 H1, DIV.csc-frame-frame2 H2, DIV.csc-frame-frame2 H3, DIV.csc-frame-frame2 H4, DIV.csc-frame-frame2 H5 { margin-top: 2px; }

/***********************************************************************************/
/***********************************************************************************/
/************************* CSS HARTMANN ********************************************/
/***********************************************************************************/
/***********************************************************************************/
/***********************************************************************************/




a { color: #0062A7; text-decoration: none;}
a:hover { color: #00ADEF; text-decoration: none;}




UL {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
	background: none;
	text-decoration: none;
	padding-left: 0px;
	margin: 6px 0 0 0;
	margin-left: 25px;
		}

#footer ul {
background:none repeat scroll 0 0 transparent;
color:#999999;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
margin:0 0 0 25px;
padding-left:0;
text-decoration:none;
}


LI {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	list-style-image: url(../Bilder/pfeil_klein.gif);
/*
list-style: none;
	background-image: url(../Bilder/pfeil_klein.gif);
	background-repeat:no-repeat;
	background-position-x: 0px;
	background-position-y: 0px;
*/
text-decoration: none;
	padding-left: 0px;
	margin: 0;
	margin-left:10px;
	
	
	
	}


/* LISTEN CONTENT RECHTS */

DIV#content_right .csc-bulletlist csc-bulletlist-0 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background: none;
	text-decoration: none;
	padding-left: 0px;
	padding-right: 0px;
	margin: 0 0 0 0;
	}	
	

DIV#content_right UL {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	background: none;
	text-decoration: none;
	padding-left: 0px;
	margin: 0 0 0 0;
	margin-left: 10px;
		}

DIV#content_right LI {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	list-style-image: none;
	list-style: none;
	background-image: url(../Bilder/pfeil_klein.gif);
	background-repeat:no-repeat;
	background-position-x: 0px;
	background-position-y: 0px;
	text-decoration: none;
	padding-left: 12px;
	margin: 0 0 0 0;
	
	
	
	}


.abstand_links
{
padding-left:10px;
}

#s-head a
{
text-decoration:underline;
font-weight:bold;

}



#menue a
{
color:#000000;
text-decoration:none;
text-align: center;
padding-left: 10px;
padding-right: 10px;
padding-top: 5px;
padding-bottom:2px;



}

#menue a:hover
{
color:#0062A7;
text-decoration:none;
background-image: url(../Bilder/bg_menue.gif);
background-repeat: repeat-x;



}

#menue a:active
{
color:#0062A7;
text-decoration:none;
background-image: url(../Bilder/bg_menue.gif);
background-repeat:repeat-x;


}



#content_left #menue3 a
{
color:#5C6770;
text-decoration:none;
}


#content_left #menue3 a:hover
{
color:#00ADEF;
text-decoration:none;
}









#content_center H1 
{
padding-top:0px;
padding-bottom: 0px;
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
color:#0062a7;
font-weight: bold;
}


#content_center_big h1
{
padding-top:0px;
padding-bottom: 0px;
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
color:#0062a7;
font-weight: bold;
}


#content_center H2, #content_center_big H2 
{

padding-bottom: 0px;
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
color:#0062a7;
font-weight: bold;
}

#content_center .news-single-item H2
{
padding-top:0px;
padding-bottom: 0px;
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
color:#0062A7;
font-weight: bold;

}


#menue2 a
{
/*color:#ffffff;*/
text-decoration:none;
}

#menue2 a:hover
{
color:#00ADEF;
text-decoration:none;
}

.bodytext

{
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
color:#5C6770;
z-index: 3335;


}


DIV#teaser .bodytext
{
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
color:#ffffff;


}

DIV#teaser H1 
{
color:#FFFFFF;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
font-weight:bold;
margin-bottom:3px;
padding-bottom:0;
padding-top:0;

}

DIV#teaser a {	color: #0d3065; text-decoration: none;}
DIV#teaser a:hover { color: #00ADEF;text-decoration: underline;}







.titelorange
{

font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
padding-left: 5px;
padding-right: 5px;
color: #e3962c;

}

.angebot
{

font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
padding-left: 5px;
padding-right: 5px;
color: #ff0000;
font-weight: bold;

}



 hr { height: 1px; border-bottom: 1px solid #AFB6BC; border-top: 0px; border-left: 0px; border-right: 0px; margin-left: 0; margin-right: 8px; margin-bottom: 10px; *margin-top: 3px; padding-bottom: 10px; clear: both;}

#content_right hr
{ height: 1px; border-bottom: 1px solid #AFB6BC; border-top: 0px; border-left: 0px; border-right: 0px; margin-left: 0px; margin-right: 8px; margin-bottom: 10px; *margin-top: 3px; padding-bottom: 10px; clear: both;}



/********** BULLETPOINTS 4er AUFTEILUG *************************************/
DIV#links_4  .csc-bulletlist csc-bulletlist-0 {	font-family: Arial, Helvetica, sans-serif;	font-size: 12px;	color: #666666;	background: none;	text-decoration: none;padding-left: 0px;	padding-right: 0px;	margin: 0 0 0 0;
	}	
	

DIV#links_4  UL {	font-family: Arial, Helvetica, sans-serif;	font-size: 12px;	color: #666;	background: none;	text-decoration: none;	padding-left: 0px;	margin: 0 0 0 0;	margin-left: 0px;		}

DIV#links_4  LI {	font-family: Arial, Helvetica, sans-serif;	font-size: 12px;	line-height: 15px;	list-style-image: none;	list-style: none;	background-image: url(../Bilder/pfeil_klein.gif);	background-repeat:no-repeat;	background-position-x: 0px;	background-position-y: 0px;	text-decoration: none;	padding-left: 12px;	margin: 0 0 0 0;	
	}
	
DIV#mitte_4  .csc-bulletlist csc-bulletlist-0 {	font-family: Arial, Helvetica, sans-serif;	font-size: 12px;	color: #666666;	background: none;	text-decoration: none;padding-left: 0px;	padding-right: 0px;	margin: 0 0 0 0;
	}	
	

DIV#mitte_4  UL {	font-family: Arial, Helvetica, sans-serif;	font-size: 12px;	color: #666;	background: none;	text-decoration: none;	padding-left: 0px;	margin: 0 0 0 0;	margin-left: 0px;		}

DIV#mitte_4  LI {	font-family: Arial, Helvetica, sans-serif;	font-size: 12px;	line-height: 15px;	list-style-image: none;	list-style: none;	background-image: url(../Bilder/pfeil_klein.gif);	background-repeat:no-repeat;	background-position-x: 0px;	background-position-y: 0px;	text-decoration: none;	padding-left: 12px;	margin: 0 0 0 0;	
	}
	
DIV#rechts_4  .csc-bulletlist csc-bulletlist-0 {	font-family: Arial, Helvetica, sans-serif;	font-size: 12px;	color: #666666;	background: none;	text-decoration: none;padding-left: 0px;	padding-right: 0px;	margin: 0 0 0 0;
	}	
	

DIV#rechts_4  UL {	font-family: Arial, Helvetica, sans-serif;	font-size: 12px;	color: #666;	background: none;	text-decoration: none;	padding-left: 0px;	margin: 0 0 0 0;	margin-left: 0px;		}

DIV#rechts_4  LI {	font-family: Arial, Helvetica, sans-serif;	font-size: 12px;	line-height: 15px;	list-style-image: none;	list-style: none;	background-image: url(../Bilder/pfeil_klein.gif);	background-repeat:no-repeat;	background-position-x: 0px;	background-position-y: 0px;	text-decoration: none;	padding-left: 12px;	margin: 0 0 0 0;	
	}
	
DIV#rand_4  .csc-bulletlist csc-bulletlist-0 {	font-family: Arial, Helvetica, sans-serif;	font-size: 12px;	color: #666666;	background: none;	text-decoration: none;padding-left: 0px;	padding-right: 0px;	margin: 0 0 0 0;
	}	
	

DIV#rand_4  UL {	font-family: Arial, Helvetica, sans-serif;	font-size: 12px;	color: #666;	background: none;	text-decoration: none;	padding-left: 0px;	margin: 0 0 0 0;	margin-left: 0px;		}

DIV#rand_4  LI {	font-family: Arial, Helvetica, sans-serif;	font-size: 12px;	line-height: 15px;	list-style-image: none;	list-style: none;	background-image: url(../Bilder/pfeil_klein.gif);	background-repeat:no-repeat;	background-position-x: 0px;	background-position-y: 0px;	text-decoration: none;	padding-left: 12px;	margin: 0 0 0 0;	
	}
	
DIV.csc-textpic-text { z-index: 3578; }


#content_left  p.bodytext
{

font-size: 13px;
color: #777777;
margin:0;
margin-bottom:5px;
}

#content_right p.bodytext
{

font-size: 11px;
color: #777;
margin:0px;
}

#content_left a
{
color: #5C6770;
text-decoration:none;

}


#content_right a
{
/*color: #0062a7;*/

}


#content_left H1, H3 
{
/*padding-top:0px;*/
padding-bottom: 5px;
font-family: Arial, Helvetica, sans-serif;
font-size:14px;
color:#0062A7;
font-weight: bold;

}

#content_right H1,H3
{
/*padding-top:0px;*/
padding-bottom: 5px;
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
color:#0062a7;
font-weight: bold;
margin-bottom:0;
padding-bottom:5px;
}

+html #content_right H1,H3
{
padding-bottom: 0px;
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
color:#0062a7;
font-weight: bold;

}


#content_right .textblau_fett
{
font-family: Arial, Helvetica, sans-serif;

font-size:11px;
color: #0062a7;
font-weight: bold;
}

#content_left .textblau_fett
{
font-family: Arial, Helvetica, sans-serif;

font-size:11px;
color: #0062a7;
font-weight: bold;
}

.textblau_fett
{
font-family: Arial, Helvetica, sans-serif;

font-size:12px;
color: #0062a7;
font-weight: bold;
margin-bottom:-2px;
}


.textgrau_fett
{
font-family: Arial, Helvetica, sans-serif;

font-size:12px;
color: #666;
font-weight: bold;
margin-bottom:-2px;
}

.textgrau
{
font-family: Arial, Helvetica, sans-serif;

font-size:12px;
color: #959EA6;
margin-bottom:-2px;
}


.tx-iframeflexform-pi1

{
background-color:#fff;
width:620px;
}


.htitel
{
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
color: #000;
font-weight: normal;

}


div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption 
{
font-size:11px;
color:#999;
font-family:Arial,Helvetica,sans-serif;
margin-bottom:10px;
margin-top:0px;
}