﻿/* 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: #A60606; }
span.bigimportantfont
{
	font-size: 14px;
	color: #A60606;
	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 {}



/* CUSTOM STYLES*/

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



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


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: 1px 15px 5px 0px;
}

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

DIV.menu-level3-act, DIV.menu-level3-no { padding: 3px 20px 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: #A60606;
}

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: #A60606;
}

DIV.menu-level2-act A:link, DIV.menu-level2-act A:visited
{
	color: #A60606;
	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: #A60606; }
DIV.menu-level2-no A:hover { color: #A60606; }
DIV.menu-level3-act A:link, DIV.menu-level3-act A:visited { color: #A60606; }
DIV.menu-level3-no A:link, DIV.menu-level3-no A:visited { color: #999; }
DIV.menu-level3-no A:hover { color: #A60606; }
DIV.menu-level2-no A:link, DIV.menu-level2-no A:visited
{
	color: #999;
	background-image: url(/fileadmin/templates/images/m2_bg_no.gif);
	background-repeat: no-repeat;

}

DIV.menu-level2-act A:link, DIV.menu-level2-act A:visited, DIV.menu-level2-no A:hover
{
	color: #A60606;
	background-image: url(/fileadmin/templates/images/m2_bg_act.gif);
	background-repeat: no-repeat;
}


DIV#all
{
	position: absolute;
	width: 850px;
	left: 50%;
	top: 30px;
	margin-left: -425px;

}


DIV#content
{
	border-width: 0px 20px 40px 20px;
	border-color: #FFF;
	border-style: solid;
}


DIV#footer
{
	border-width: 20px 0px 40px 0px;
	border-color: #FFF;
	border-style: solid;
}


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


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

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

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


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





/* 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;
	font-family: Arial, Verdana;
	font-size: 12px;
	line-height: 16px;
}


H1
{
	margin: 14px 0px 0px 0px;
	padding: 0px;
	color: #A60606;

}

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


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

H2 {
	font-size: 14px;
	line-height: 18px;
	color: #666;
}

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

TABLE.liste
{
	table-layout: fixed;
	font-size: 11px !important;
}

TABLE.liste TD.liste_1 { width: 240px; }
TABLE.liste TD.liste_2 { width: 40px; }
TABLE.liste TD.liste_3
{
	width: 40px;
	padding-right: 10px;
}
TABLE.liste TD.liste_4 { width: 30px; }
TABLE.liste TD.liste_5 { width: 50px; }

.liste_1 P
{
	font-family: Geneva;
	font-size: 9px;
}

.liste_1 P B, .liste_1 P I
{

	font-family: Arial, Verdana;
	font-size: 12px;

}

.liste_3 P { font-weight: bold; }

DIV.rot
{
	background-image: url(/fileadmin/templates/images/rot.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
}

DIV.gruen
{
	background-image: url(/fileadmin/templates/images/gruen.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
}

DIV.gelb
{
	background-image: url(/fileadmin/templates/images/gelb.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
}

DIV.rosa
{
	background-image: url(/fileadmin/templates/images/rosa.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
}


INPUT[type=submit], INPUT[type=file] { background-color: #FFF; }
.l0 IMG { border: 0px; }
.tx-powermail-pi1_formwrap FIELDSET { border: 1px #CCC solid; }

.tx-powermail-pi1_formwrap LABEL, P.tx_powermail_pi1_fieldwrap_html_radio_title
{
	width: 80px;
	display: inline-block;
	text-align: right;
	margin-bottom: 8px;
	margin-right: 8px;
}

.tx_powermail_pi1_fieldwrap_html_captcha LABEL
{
	width: 300px;
	text-align: left;
	margin-left: 90px;
}

.tx_powermail_pi1_fieldwrap_html_captcha INPUT, .tx_powermail_pi1_fieldwrap_html_captcha IMG, DIV.powermail_mandatory_js, .powermail_submit
{
	display: block;
	margin-left: 100px;
	margin-bottom: 10px;
}

DIV.powermail_mandatory_js
{
	display: block;
	margin-left: 90px;
	color: #A11925;
	margin-bottom: 10px;
}
/* custom styles for extension "tx_srfreecap_pi2" */
.tx-srfreecap-pi2-image { margin-top: 10px; }

.tx-srfreecap-pi2-cant-read
{
	display: block;
	color: #A11925;
	margin-left: 0px;
	margin-bottom: 10px;
}

.tx-srfreecap-pi2-cant-read a:link
{
	background-color: transparent;
	font-weight: bold;
	text-decoration: none;
}
	


