/* RTE STYLES */
/* Left, center and right alignment of text in paragraphs and cells.*/
p.align-left, h1.align-left, h2.align-left, h3.align-left, h4.align-left, h5.align-left, h6.align-left, td.align-left { text-align: left; }
p.align-center, h1.align-center, h2.align-center, h3.align-center, h4.align-center, h5.align-center, h6.align-center, td.align-center { text-align: center; }
p.align-right, h1.align-right, h2.align-right, h3.align-right, h4.align-right, h5.align-right, h6.align-right, td.align-right { text-align: right; }

/* Two frame examples taken from the example CSS file of CSS Styled Content extension and applied to p and table block elements.*/
p.csc-frame-frame1, table.csc-frame-frame1 { background-color: #EDEBF1; padding: 2px 4px 2px 4px; border: 1px solid #333333; }
p.csc-frame-frame2, table.csc-frame-frame2 { background-color: #F5FFAA; padding: 2px 4px 2px 4px; border: 1px solid #333333; }

/* Bullet styles for unordered lists.*/
ul.component-items { color: #186900; list-style-type: circle; }
/*ul.action-items { color: #8A0020; list-style-image: url(img/red_arrow_bullet.gif); }*/

/* Numbering styles for ordered lists.*/
ol.component-items-ordered { color: #10007B; list-style-type: lower-roman; }
ol.action-items-ordered { color: #8A0020; list-style-type: lower-greek; }

/* Three inline text colors taken from the color scheme of CSS Styled Content extension.*/
span.bigfont { font-size: 16px; }
span.importantfont { color: #930; }
span.bigimportantfont
{
	font-size: 14px;
	color: #930;
	font-weight: bold;
}
span.important { color: #8A0020; }
span.name-of-person { color: #10007B; }
span.detail { color: #186900; }

/* Selectors for the default configuration of the link accessibity feature.*/
a.external-link {}
a.external-link-new-window {}
a.internal-link {}
a.internal-link-new-window {}
a.download {}
a.mail {}



BODY.htmlarea-content-body
{
	text-align: left;
}


/* CUSTOM STYLES*/

BODY
{
	margin: 0px;
	font-family: Arial, Verdana;
	font-size: 12px;
	text-align: center;
	color: #333333;
	background-color: #FAF8F0;
}

FIELDSET  { text-align: left; }

H1 { color: #930; }

DIV.table H2 { margin-bottom: 0px; }

A:link, A:visited { color: #666666; }
A:hover { color: #930; }



DIV#menublock { text-align: right; }



DIV.menu-level1-act A:link, DIV.menu-level1-act A:visited
{
	display: block;
	margin-bottom: 2px;
	padding: 5px 10px 5px 0px;
}

DIV.menu-level1-no A:link, DIV.menu-level1-no A:visited
{
	display: block;
	margin-bottom: 2px;
	padding: 5px 10px 5px 0px;
}

DIV.menu-level2-act A:link, DIV.menu-level2-act A:visited
{
	display: block;
	padding: 3px 0px 3px 0px;
}

DIV.menu-level2-no A:link, DIV.menu-level2-no A:visited
{
	display: block;
	padding: 3px 0px 3px 0px;
}


DIV.menu_level2
{
	margin: 6px 0px 6px 0px;
}

DIV.menu-level3-act, DIV.menu-level3-no
{
	padding: 3px 10px 3px 0px;
}


DIV.menu_level3
{
	padding: 0px 0px 0px 0px;
}

DIV.menu-level1-act A:link, DIV.menu-level1-act A:visited, DIV.menu-level1-act A:hover
{
	color: #FFFFFF;
	background-color: #930;
}

DIV.menu-level1-no A:link, DIV.menu-level1-no A:visited
{
	color: #FFFFFF;
	background-color: #999;
}

DIV.menu-level1-no A:hover
{
	color: #FFFFFF;
	background-color: #930;
}

DIV.menu-level2-act A:link, DIV.menu-level2-act A:visited
{
	color: #930;
	font-size: 13px;
}

DIV.menu-level2-no A:link, DIV.menu-level2-no A:visited
{
	font-size: 13px;
}

DIV.menu-level3-act A:link, DIV.menu-level3-act A:visited
{
	font-size: 11px;
}

DIV.menu-level3-no A:link, DIV.menu-level3-no A:visited
{
	font-size: 11px;
}
DIV.menu-level2-no A:link, DIV.menu-level2-no A:visited, DIV.menu_2-level2-no A:link, DIV.menu_2-level2-no A:visited, SPAN.menu_2-level3-no A:link, SPAN.menu_2-level3-no A:visited { color: #930; }
DIV.menu-level2-no A:hover { color: #930; }
DIV.menu-level3-act A:link, DIV.menu-level3-act A:visited { color: #930; }
DIV.menu-level3-no A:link, DIV.menu-level3-no A:visited { color: #999; }
DIV.menu-level3-no A:hover { color: #930; }



DIV.menu-level2-no A:link, DIV.menu-level2-no A:visited
{
	color: #999;
}

DIV.menu-level2-no A:hover
{
	color: #930;
}






TABLE, TD
{
	font-family: Arial, Verdana;
	font-size: 12px;
}

BODY.popup { margin: 10px 0px 0px 0px; }


DIV#all
{
	margin: 0 auto;
	width: 783px;
	text-align: left;
}



DIV#canvas
{
	margin-top: 30px;
	width: 558px;
	vertical-align: top;
}


DIV.spacer
{
	height: 100px;
	clear: both;
}




DIV.csc-frame-frame1
{
	background-color: #FFF1BE;
	padding: 10px 20px 20px 20px;
	border-color: #999;
	border-style: dashed;
	border-width: 1px;
	margin-top: 20px;
	clear: both;
}




DIV#linkblock
{
	margin-top: 10px;
}




DIV.tipps_inner
{
	background-color: #FFF;
	padding: 4px 4px 6px 8px;
	border-color: #999;
	border-style: solid;
	border-width: 1px;
	margin-top: 10px;
}

DIV.tipps_inner UL, DIV.tipps_inner OL
{
	margin-left: 10px;
	padding-left: 4px;
}


DIV.bottom
{
	position: absolute;
	bottom: 0px;
	height: 28px;
	width: 100%;
}

DIV.clearer
{
	clear: both;
}


FIELDSET
{
	background-color: #FFF1BE;
	border-color: #999;
	border-style: dashed;
	border-width: 1px;
	padding: 10px;
	width: auto;
}

INPUT#mailformformtype_mail, INPUT.button
{
	margin-top: 6px;
	background-color: #EEE;
}

H1 {
	font-size: 14px;
	line-height: 18px;
}

H2, H3, H4, H5, H6 {
	font-size: 12px;
	line-height: 16px;
}



P
{
	font-family: Arial, Verdana;
	font-size: 12px;
	line-height: 16px;
}

A:link, A:visited
{
	font-style: normal;
	font-family: Arial, Verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

TABLE.traegermedien { width: 400px; }
TABLE.traegermedien TR.tr-0
{
	font-weight: bold;
	height: 30px;
}


TABLE.traegermedien TD.td-last { text-align: right; }
TABLE.traegermedien TD.td-0
{
	font-weight: bold;
	color: #930;
}


TABLE.anzeigenpreise TD.td-last
{
	text-align: right;
	font-weight: bold;
	background-color: #EADCB8;
}

TABLE.anzeigenpreise { width: 500px; }


TABLE.anzeigenpreise TD
{
	padding: 6px;
}

TABLE.anzeigenpreise TR.tr-0
{
	font-weight: bold;
	height: 30px;
	color: #FFF;
	vertical-align: top;
}

TABLE.anzeigenpreise TR.tr-0 TD
{
	background-color: #930;
	
}
TABLE.anzeigenpreise TD.td-0
{
	font-weight: bold;
	color: #930;
}


TABLE.erscheinungsdaten TD.td-1, TABLE.erscheinungsdaten TD.td-3
{
	background-color: #EADCB8;
}


TABLE.erscheinungsdaten TD
{
	padding: 6px;
}

TABLE.erscheinungsdaten { width: 540px; }

TABLE.erscheinungsdaten TR.tr-0
{
	font-weight: bold;
	height: 30px;
	color: #FFF;
	vertical-align: top;
}

TABLE.erscheinungsdaten TR.tr-0 TD
{
	padding: 6px;
	background-color: #930;
}

DIV.csi-text
{
	padding: 24px 0px 0px 20px;
}

DIV.csc-textpic { clear: both; }

DIV.csc-mailform-field LABEL
{
	display: block;
	margin-top: 10px;
}

DIV.l0 IMG
{
	border-width: 0px;
}

DIV.l0i { margin-top: 10px; }


SUB, SUP
{
	line-height: 0px;
}



DIV.detail_single TABLE
{
	table-layout: fixed;
}

DIV.detail_single
{
	border-color: #777;
	border-width: 0px 0px 1px 0px;
	border-style: none none solid none;
	padding: 20px 0px 10px 0px;
}
DIV.detail_link A:link, DIV.detail_link A:visited { font-weight: bold; }
DIV.detail_author H2
{
	color: #777;
	margin: 4px 0px 4px 0px;
	font-size: 12px;
}
DIV.detail_title H2
{
	color: #930;
	margin: 4px 0px 4px 0px;
	font-size: 14px;
}

DIV.detail_price
{
	font-weight: bold;
	color: #777;
	margin: 6px 0px 0px 0px;
	display: inline;
	float: left;
}

DIV.detail_link
{
	font-weight: bold;
	color: #777;
	margin: 6px 20px 0px 0px;
	display: inline;
	float: right;
}




/* 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; }
	
	DD.csc-textpic-caption
	{
		font-size: 10px;
		font-family: Geneva;
		padding-bottom: 10px;
	}

	/* 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 #666666;
		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: 4px;
	}

	/* 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: 4px;
	}

	/* 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: 4px;
	}
	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: 4px; }
	DIV.csc-textpic-equalheight DIV.csc-textpic-imagerow { margin-bottom: 4px; 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: 30px !important;
	}
	DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap,
	DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap {
		margin-left: 30px !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 */
	
	


P
{
	margin: 2px 0px 4px 0px;
	padding: 0px 0px 0px 0px;
}


H1
{
	margin: 14px 0px 0px 0px;
	padding: 0px;
}

H2
{
	margin: 12px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}


.formlabel { width: 180px }




