/* Beispiel: 'margin: oben rechts unten links;' */
/*

background: farbe url(vom css aus gesehen) 'repeat-x, repeat-y, no-repeat' 'scroll, fixed' 'erster Wert ist x, zweiter Wert ist y (links Oben ist 0)';

10=0.6
12=0.75
14=0.9
16=1
18=1.1

Farben:
#EFEBD2	Beige Hintergrund Page
#8C1C2D	Rot Logo
#FFFADF	Beige Hintergrund Textfeld

*/

body, html {
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

body {
	background-color: #EFEBD2;
}

html {
	overflow: auto;
}

/* Vorder- und Hintergrundfarbe zum Markieren von Text ändern */
::-moz-selection {
	color: #5b4e00;
	background-color: orange;
}
/*::selection {
	color: #27387F;
	background-color: #adc7da;
} deaktiviert, weil Browserkonsole Fehler ausgibt */

.unsichtbar {
	display: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.1em;
}

IMG {
	font-family: Times, "Times New Roman", serif;
	font-size: 10px;
	display: block;
}
#divContent IMG{
	display: inline;
}

SUB, SUP {
  line-height: 0px;
  font-size: 60%;
	font-family: Arial, Helvetica, sans-serif;
}

UL, OL,
#divContent UL, #divContent OL{
	margin-top: 0px;
	margin-bottom: 8px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
LI,
#divContent LI{
	margin-top: 2px;
	padding-top: 2px;
}

/* Hack für den ie7 */
html* UL, html* OL{
	margin-left: 2px;
	padding-left: 2px;
}
/* Hack für den ie6 und kleiner */
* html UL, html* OL{
}

A, A:link, A:visited, A:active {
	color: #666;
	text-decoration: underline;
}
A:hover {
	color: #942631;
	text-decoration: none;
}

A IMG {
	border: none;
}

form {
	display: inline;
}

DIV.csc-header H1, DIV.csc-header H2, DIV.csc-header H3, DIV.csc-header H4, DIV.csc-header H5, DIV.csc-header H6, 
H1, H2, H3, H4, H5, H6 {
	font-family: Arial, Helvetica, sans-serif;
	/* color: #8C1C2D; */
	/* color: #269489; */
	/* color: #267394; */
	font-size: 15px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 12px 0;
}
DIV.csc-header H2, H2 { font-size: 14px; padding-bottom: 10px; }
DIV.csc-header H3, H3 { font-size: 13px; padding-bottom: 8px; }
DIV.csc-header H4, H4 { font-size: 12px; padding-bottom: 6px; }
DIV.csc-header H5, H5 { font-size: 11px; padding-bottom: 4px; }
DIV.csc-header H6, H6 { font-size: 10px; padding-bottom: 2px; }
DIV.csc-header H1, DIV.csc-header H2, DIV.csc-header H3, DIV.csc-header H4, DIV.csc-header H5, DIV.csc-header H6 {
	margin: 0px 0px 0px 0px;
}

#tableOutline{
	width: 100%;
	height: 100%;
	margin: 0 0 0 0;
}

#tableBorderAussen{
	width: 957px;
	height: 620px;
}
#divBorderTop, #divBorderBottom{
	height: 5px;
	display: inline;
	font-size: 1px;
}
#divBorderBottom{
	height: 11px;
}

#divTopLogoWrapper{
	background-color: #fff;
	width: 939px;
	height: 104px;
}

#divTopLogo{
	width: 169px;
	height: 67px;
	padding: 18px 0 0 710px;
}

#divFooterWrapper{
	background-color: #fff;
	width: 704px;
	height: 24px;
	padding: 13px 0 0 235px;
	overflow: hidden;
	text-align: left;
}
/* Hack für den ie6 und kleiner */
* html #divFooterWrapper{
	width: 939px;
	height: 37px;
	padding: 11px 0 0 235px;
	margin: 0 0 0 0;
}

#divFooterWrapper P.bodytext,
#divFooterWrapper P{
	font-size: 11px;
	color: #666;
	margin: 0;
	padding: 0;
}

#divFooterWrapper P.bodytext A, #divFooterWrapper P.bodytext A:visited {
	color: #666;
	text-decoration: underline;
}
#divFooterWrapper P.bodytext A:hover {
	text-decoration: none;
	color: #942631;
}

#divFlash{
	width: 696px;
	height: 463px;
	overflow: hidden;
	text-align: left;
}

#divFlash P,
#divFlash P.bodytext{
	margin: 0;
	padding: 0;
}

#divFlashKontaktFormular {
	/* width: 462px;
	height: 463px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-size: 11px;
	text-align: left;
	background-color: #ccc; */
	padding: 0 0 0 0;
	margin: 0 0 0 30px;
}
#divFlashKontaktFormular H4, #divFlashKontaktFormular H5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	font-weight: bold;
	padding: 0px 0 10px 0;
	margin: 0;
	letter-spacing: 0.05em;
}
#divFlashKontaktFormular H4 {
	font-size: 12px;
	color: #0000ff;
	padding: 80px 0 0 0;
}

#divFlashKontaktFormular UL {
	padding: 0 0 0 12px;
	margin: 0 0 0 12px;
}

#divFlashKontaktFormular LI {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

#divFlashKontaktFormular .formsTextFields,
#divFlashKontaktFormular .formsTextFieldsPlz,
#divFlashKontaktFormular .formsTextFieldsAnrede,
#divFlashKontaktFormular .formsTextFieldsLand,
#divFlashKontaktFormular IMG{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	background-color: #F5F4F0;
	border-bottom: 1px #999 solid;
	border-right: 1px #999 solid;
	border-left: 1px #333 solid;
	border-top: 1px #333 solid;
}
#divFlashKontaktFormular .formsTextFieldsPlz {
	 width: 57px;
	 margin: 1px 3px 1px 0;
}
*+html #divFlashKontaktFormular .formsTextFieldsPlz {/* nur IE 7 */
	 width: 53px;
}
* html #divFlashKontaktFormular .formsTextFieldsPlz {/* bis IE 6 */
	 width: 53px;
}
html:first-child>b\ody #divFlashKontaktFormular .formsTextFieldsPlz {
	 width: 53px;
}
#divFlashKontaktFormular .formsTextFieldsAnrede {
	  width: 140px;
	  margin: 1px 142px 1px 0;
}
*+html #divFlashKontaktFormular .formsTextFieldsAnrede {/* nur IE 7 */
	 width: 122px;
}
* html #divFlashKontaktFormular .formsTextFieldsAnrede {/* bis IE 6 */
	 width: 122px;
}
#divFlashKontaktFormular .formsTextFieldsLand {
	  width: 260px;
	  margin: 1px 0 1px 0;
}
*+html #divFlashKontaktFormular .formsTextFieldsLand {/* nur IE 7 */
	 width: 264px;
}
* html #divFlashKontaktFormular .formsTextFieldsLand {/* bis IE 6 */
	 width: 264px;
}
#divFlash .stern {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #8C1C2D;
	font-weight: bold;
}

/* start - Navigation Links ############################################################################################################ */

#tdNavLeft{
	width: 243px;
	background-color: #F5F4F0;
	text-align: left;
}

#divNavLeft{
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 0 0 0;
	width: 243px;
	height: 463px;
	overflow: hidden;
}

#divNavLeftE1wrapper{
	padding: 40px 5px 0 0;
}
#divNavLeftE1{
	width: 243px;
}

#divNavLeftE1Abstand{
	height: 10px;
	font-size: 10px;
}

#divNavLeftE1 A, #divNavLeftE1 A:visited,
#divNavLeftE1 A.aktiv, #divNavLeftE1 A.aktiv:visited{
	color: #777;
	font-size: 14px;
	text-decoration: none;
	display: block;
	padding: 0 0 0 36px;
}
#divNavLeftE1 A:hover,
#divNavLeftE1 A.aktiv,
#divNavLeftE1 A.aktiv:visited{
	color: #942631;
	background: transparent url(../layout/nav-background-over.png) repeat-x 0px center;
}

#divNavLeftE2wrapper{
	padding: 35px 5px 0 0;
}
#divNavLeftE2{
	width: 243px;
}

#divNavLeftE2Abstand{
	height: 8px;
	font-size: 8px;
}

#divNavLeftE2 A, #divNavLeftE2 A:visited,
#divNavLeftE2 A.aktiv, #divNavLeftE2 A.aktiv:visited{
	color: #777;
	font-size: 12px;
	text-decoration: none;
	display: block;
	padding: 0 0 0 36px;
}
#divNavLeftE2 A:hover,
#divNavLeftE2 A.aktiv,
#divNavLeftE2 A.aktiv:visited{
	color: #942631;
	background: transparent url(../layout/nav-background-over.png) repeat-x 0px center;
}

/* Breite für alle Navi-Ebenen: 185px */
#divNavLeftE3wrapper{
	padding: 35px 5px 0 0;
}
#divNavLeftE3{
	width: 243px;
}

#divNavLeftE3Abstand{
	height: 8px;
	font-size: 8px;
}

#divNavLeftE3 A, #divNavLeftE3 A:visited,
#divNavLeftE3 A.aktiv, #divNavLeftE3 A.aktiv:visited{
	color: #777;
	font-size: 11px;
	text-decoration: none;
	display: block;
	padding: 0 0 0 36px;
}
#divNavLeftE3 A:hover,
#divNavLeftE3 A.aktiv,
#divNavLeftE3 A.aktiv:visited{
	color: #942631;
	background: transparent url(../layout/nav-background-over.png) repeat-x 0px center;
}

/* ende - Navigation Links ############################################################################################################ */

#tdContentWrapper{
	background-color: #fff;
}

/* start - Content ############################################################################################################ */

#divContentOpen,
#divContentClose{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: 195px;
	margin-top: -201px;
	padding: 5px 5px 5px 5px;
	overflow: hidden;
	white-space: normal;
	z-index: 104;
	width: 247px;
	height: 16px;
}

#divContentOpen{
	background: transparent url(../layout/alphatransparenz-ffffff-80.png) 0px 0px;
}

#tableContentOpenClose{
	width: 247px;
}

.openCloseContent A{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	display: block;
}

#divInhaltLinks{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -250px;
	margin-top: -201px;
	padding: 40px 5px 5px 15px;
	overflow: auto;
	white-space: normal;
	z-index: 1;
	width: 430px;
	height: 418px;
	/* background: transparent url(../layout/alphatransparenz-ffffff-80.png) 0px 0px; */
}
* html #divInhaltLinks{
	/* background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/fileadmin/pfriem-schreinerwerkstatt.de/layout/alphatransparenz-ffffff-80.png', sizingMethod='scale'); */
}

/* Hack für den ie8 */
#divInhaltLinks{
	margin-left /*\**/: -251px\9
}
#divInhaltLinks{
	overflow-x /*\**/: hidden\9
}
#divInhaltLinks{
	width /*\**/: 431px\9
}

/* Hack für den ie7 */
html* #divInhaltLinks{
	margin-left: -251px;
	margin-top: -202px;
	width: 431px;
	text-align: left;
}

/* Hack für den ie6 und kleiner */
* html #divInhaltLinks{
	margin-top: -204px;
	margin-left: -251px;
	width: 451px;
	height: 463px;
}

#divScrollObject {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: 195px;
	margin-top: -201px;
	/* overflow: hidden; mit Scrollpfeile */
	overflow: auto;
	white-space: normal;
	z-index: 101;
	width: 257px;
	height: 463px;
	background: transparent url(../layout/alphatransparenz-ffffff-80.png) 0px 0px;
	text-align: left;
}
* html #divScrollObject{
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/fileadmin/pfriem-schreinerwerkstatt.de/layout/alphatransparenz-ffffff-80.png', sizingMethod='scale');
}

#divContent{
	font-size: 12px;
	line-height: 17px;
	color: #333;
	position: absolute;
	text-align: left;
}

#divContent P {
	padding: 0 0 5px 0;
	margin: 0;
}
* html #divContent P {/* bis IE 6 */
	padding-bottom: 6px;
}

/* Space below each image (also in-between rows), Bildeigenschaften */
#divContent DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image { margin: 0 0 0 0; padding: 3px; }
#divContent DIV.csc-textpic-equalheight DIV.csc-textpic-imagerow { margin: 0; padding: 0; display: block; }
#divContent .csc-textpic-caption { background-color: #5b4e00; border: 1px solid #5b4e00; }

#divContent A, #divContent A:visited {
	color: #666;
	text-decoration: underline;
}
#divContent A:hover {
	color: #942631;
	text-decoration: none;
}
#divContent H1 A, #divContent H2 A, #divContent H3 A, #divContent H4 A, #divContent H5 A, #divContent H6 A, 
#divContent H1 A:visited, #divContent H2 A:visited, #divContent H3 A:visited, #divContent H4 A:visited, #divContent H5 A:visited, #divContent H6 A:visited {
	/*color: #999999;*/
	color: #8C1C2D;
	text-decoration: underline;
}
#divContent H1 A:hover, #divContent H2 A:hover, #divContent H3 A:hover, #divContent H4 A:hover, #divContent H5 A:hover, #divContent H6 A:hover {
	color: #666;
	text-decoration: none;
}

/* ende - Content ############################################################################################################ */

#LayerPageBack {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 200px 0 0 390px;
	width: 60px;
	height: 12px;
	z-index: 102;
	display: inline;
}
* html #LayerPageBack {/* bis IE 6 */
	margin-top: 200px;/* 23px abziehen */
	margin-left: 390px;/* 324px abziehen */
}

#LayerMeldungKontaktFormular {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 120px 0 0 -240px;
	width: 300px;
	height: 12px;
	z-index: 103;
	display: inline;
}
*+html #LayerMeldungKontaktFormular {/* nur IE 7 */
	margin-top: 140px;
}
* html #LayerMeldungKontaktFormular {/* bis IE 6 */
	margin-top: 175px;
	margin-left: -182px;
}














/* ##################### start - Main ######################## */

P.bodytext A, P.bodytext A:visited {
	color: #006699;
	text-decoration: underline;
}
P.bodytext A:hover {
	color: #999999;
	text-decoration: none;
}

/* ##################### ende - Main ######################## */

.standardText1Small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.standardText2Normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.standardText3Big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.standardText4Bigger {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.standardText5Biggest {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}

img.imgBildRahmen {
	border-top: 1px #c0c0c0 solid;
	border-left: 1px #c0c0c0 solid;
	border-bottom: 1px #808080 solid;
	border-right: 1px #808080 solid;
}

/* ##################### start - tt_content ##################### */

/* Space below each image (also in-between rows), Bildeigenschaften */
DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image { margin: 0; padding: 0; }
DIV.csc-textpic-equalheight DIV.csc-textpic-imagerow { margin: 0; padding: 0; display: block; }

/* ##################### Rahmen für die Bilder ##################### */
DIV.csc-textpic-border DIV.csc-textpic-imagewrap .csc-textpic-image IMG {
	border: 1px solid #999999;
}

/* ##################### ende - tt_content ##################### */

/* ##################### start - rtehtmlarea ##################### */

/* ##################### start - damit Aufzählungspunkte nicht hinter dem Bild verschwinden ##################### */
DIV.csc-textpic-text LI {
	margin: 0 0 0 5px;
	padding: 0 0 0 0;
}

/* ##################### ende - damit Aufzählungspunkte nicht hinter dem Bild verschwinden ##################### */

/* ##################### start - Link Icons ##################### */

TABLE.contenttable P P IMG {
	border: none;
}

/* Link-Icon Mail */
A.mail IMG, 
P.bodytext A.mail IMG, 
P.bodytext P A.mail IMG, 
UL A.mail IMG, 
OL A.mail IMG {
	border: none;
}
H1 A.mail IMG, 
H2 A.mail IMG, 
H3 A.mail IMG, 
H4 A.mail IMG, 
H5 A.mail IMG, 
H6 A.mail IMG, 
H1 P A.mail IMG, 
H2 P A.mail IMG, 
H3 P A.mail IMG, 
H4 P A.mail IMG, 
H5 P A.mail IMG, 
H6 P A.mail IMG {
	border: none;
}

/* Link-Icon internal-link-new-window */
A.internal-link-new-window IMG, 
P.bodytext A.internal-link-new-window IMG, 
P.bodytext P A.internal-link-new-window IMG, 
UL A.internal-link-new-window IMG, 
OL A.internal-link-new-window IMG {
	border: none;
}
H1 A.internal-link-new-window IMG, 
H2 A.internal-link-new-window IMG, 
H3 A.internal-link-new-window IMG, 
H4 A.internal-link-new-window IMG, 
H5 A.internal-link-new-window IMG, 
H6 A.internal-link-new-window IMG, 
H1 P A.internal-link-new-window IMG, 
H2 P A.internal-link-new-window IMG, 
H3 P A.internal-link-new-window IMG, 
H4 P A.internal-link-new-window IMG, 
H5 P A.internal-link-new-window IMG, 
H6 P A.internal-link-new-window IMG {
	border: none;
}

/* Link-Icon internal-link */
A.internal-link IMG,
P.bodytext A.internal-link IMG, 
P.bodytext P A.internal-link IMG, 
UL A.internal-link IMG, 
OL A.internal-link IMG {
	border: none;
}
H1 A.internal-link IMG, 
H2 A.internal-link IMG, 
H3 A.internal-link IMG, 
H4 A.internal-link IMG, 
H5 A.internal-link IMG, 
H6 A.internal-link IMG, 
H1 P A.internal-link IMG, 
H2 P A.internal-link IMG, 
H3 P A.internal-link IMG, 
H4 P A.internal-link IMG, 
H5 P A.internal-link IMG, 
H6 P A.internal-link IMG {
	border: none;
}

/* Link-Icon external-link-new-window */
A.external-link-new-window IMG, 
P.bodytext A.external-link-new-window IMG, 
P.bodytext P A.external-link-new-window IMG, 
UL A.external-link-new-window IMG, 
OL A.external-link-new-window IMG {
	border: none;
}
H1 A.external-link-new-window IMG, 
H2 A.external-link-new-window IMG, 
H3 A.external-link-new-window IMG, 
H4 A.external-link-new-window IMG, 
H5 A.external-link-new-window IMG, 
H6 A.external-link-new-window IMG, 
H1 P A.external-link-new-window IMG, 
H2 P A.external-link-new-window IMG, 
H3 P A.external-link-new-window IMG, 
H4 P A.external-link-new-window IMG, 
H5 P A.external-link-new-window IMG, 
H6 P A.external-link-new-window IMG {
	border: none;
}

/* Link-Icon external-link */
A.external-link IMG, 
P.bodytext A.external-link IMG, 
P.bodytext P A.external-link IMG, 
UL A.external-link IMG, 
OL A.external-link IMG {
	border: none;
}
H1 A.external-link IMG, 
H2 A.external-link IMG, 
H3 A.external-link IMG, 
H4 A.external-link IMG, 
H5 A.external-link IMG, 
H6 A.external-link IMG, 
H1 P A.external-link IMG, 
H2 P A.external-link IMG, 
H3 P A.external-link IMG, 
H4 P A.external-link IMG, 
H5 P A.external-link IMG, 
H6 P A.external-link IMG {
	border: none;
}

/* Link-Icon download */
A.download IMG, 
P.bodytext A.download IMG, 
P.bodytext P A.download IMG, 
UL A.download IMG, 
OL A.download IMG {
	border: none;
}
H1 A.download IMG, 
H2 A.download IMG, 
H3 A.download IMG, 
H4 A.download IMG, 
H5 A.download IMG, 
H6 A.download IMG, 
H1 P A.download IMG, 
H2 P A.download IMG, 
H3 P A.download IMG, 
H4 P A.download IMG, 
H5 P A.download IMG, 
H6 P A.download IMG {
	border: none;
}

/* ##################### ende - Link Icons ##################### */

/* ##################### ende - rtehtmlarea ##################### */

/* ##################### start - fdfx_2cols (zwei Reihen-Content) ##################### */

/*  Layout 1 */
.c2l1-left {
   /*border-right: 1px solid #999999;*/
   padding-right: 5px;
   width: 50%;
   white-space: normal;
   vertical-align: top;
}
.c2l1-middle {
   padding-left: 5px;
   width: 50%;
   white-space: normal;
   vertical-align: top;
}

/*  Layout 2 */
.c2l2-left {
   /*border-right: 1px solid #999999;*/
   padding-right: 5px;
   width: 25%;
   white-space: normal;
   vertical-align: top;
}
.c2l2-middle {
   padding-left: 5px;
   width: 75%;
   white-space: normal;
   vertical-align: top;
}

/* Layout 3 */
.c2l3-left {
   /*border-right: 1px solid #999999;*/
   padding-right: 5px;
   width: 75%;
   white-space: normal;
   vertical-align: top;
   text-align: center;
}
.c2l3-middle {
   padding-left: 5px;
   width: 25%;
   white-space: normal;
   vertical-align: top;
   text-align: center;
}

/* ##################### ende - fdfx_2cols (zwei Reihen-Content) ##################### */

/* ##################### start - fdfx_3cols (drei Reihen-Content) ##################### */

/*  Layout 1 */
.c3l1-left {
   border: none;
   padding-right: 5px;
   width: 33%;
   white-space: normal;
   vertical-align: top;
}
.c3l1-middle {
   border: none;
   padding-left: 5px;
   width: 33%;
   white-space: normal;
   vertical-align: top;
}
.c3l1-right {
   border: none;
   padding-left: 10px;
   padding-right: 5px;
   width: 34%;
   white-space: normal;
   vertical-align: top;
}

/*  Layout 2 */
.c3l2-left {
   border: none;
   padding-right: 5px;
   width: 60%;
   white-space: normal;
   vertical-align: top;
}
.c3l2-middle {
   border: none;
   padding-left: 5px;
   width: 20%;
   white-space: normal;
   vertical-align: top;
}
.c4l2-right {
   border: none;
   padding-left: 5px;
   width: 20%;
   white-space: normal;
   vertical-align: top;
}

/* Layout 3 */
.c3l3-left {
   border: none;
   padding-right: 5px;
   width: 40%;
   white-space: normal;
   vertical-align: top;
   text-align: center;
}
.c3l3-middle {
   border: none;
   padding-left: 5px;
   width: 20%;
   white-space: normal;
   vertical-align: top;
   text-align: center;
}
.c3l3-right {
   border: none;
   padding-left: 10px;
   padding-right: 5px;
   width: 40%;
   white-space: normal;
   vertical-align: top;
}

/* ##################### ende - fdfx_3cols (drei Reihen-Content) ##################### */

/* ##################### start - fdfx_4cols (vier Reihen-Content) ##################### */

/* Layout 1 */
.c4l1-left {
   border: none;
   padding-right: 5px;
   width: 25%;
   white-space: normal;
   vertical-align: top;
}
.c4l1-middle {
   border: none;
   padding-right: 10px;
   width: 25%;
   white-space: normal;
   vertical-align: top;
}
.c4l1-right {
   border: none;
   padding-left: 10px;
   padding-right: 5px;
   width: 25%;
   white-space: normal;
   vertical-align: top;
}
.c4l1-right2 {
   border: none;
   width: 25%;
   white-space: normal;
   vertical-align: top;
}

/* Layout 2 */
.c4l2-left {
   border: none;
   padding-right: 5px;
   width: 30%;
   white-space: normal;
}
.c4l2-middle {
   border: none;
   padding-left: 5px;
   padding-right: 5px;
   width: 30%;
   white-space: normal;
}
.c4l2-right {
   border: none;
   padding-left: 5px;
   width: 20%;
   white-space: normal;
}
.c4l2-right2 {
   border: none;
   padding-left: 5px;
   width: 20%;
   white-space: normal;
}
/* Layout 3 */
.c4l3-left {
   border: none;
   padding-right: 5px;
   width: 20%;
   white-space: normal;
}
.c4l3-middle {
   border: none;
   padding-left: 5px;
   padding-right: 5px;
   width: 20%;
   white-space: normal;
}
.c4l3-right {
   border: none;
   padding-left: 5px;
   width: 30%;
   white-space: normal;
   background-color: #FFEDA8;
}
.c4l3-right2 {
   border: none;
   padding-left: 5px;
   width: 30%;
   white-space: normal;
   background-color: #FFEDA8;
}

/* ##################### ende - fdfx_4cols (vier Reihen-Content) ##################### */

/* ##################### start - Mailform ##################### */
/*			Infos in /typo3/sysext/css_styled_content/static/setup.txt */

.csc-mailform {
	/* TABLE der Form */
}


.csc-form-labelcell {
	/* TD hier stehen die Texterklärungen zu den Formelementen z.B. Name: */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: top;
}

.csc-form-label {
	/* P (nicht Pflichtfelder) hier stehen die Texterklärungen zu den Formelementen z.B. Name: */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 3px 0 0 0;
}

.csc-form-label-req {
	/* P (Pflichtfelder) hier stehen die Texterklärungen zu den Formelementen z.B. Name: */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 3px 0 0 0;
	color: orange;
}

.csc-form-fieldcell {
	/* TD hier stehen die Formelemente */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.csc-form-comment {
}

.csc-form-radio {
}

.csc-form-commentcell {
	background-color: red;
}

/* ##################### ende - Mailform ##################### */

/* ##################### start - indexed_search ##################### */

.tx-indexedsearch TD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.tx-indexedsearch .tx-indexedsearch-browsebox LI {
	display: inline;
	margin-right: 5px;
}

.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button {
	width: 100px;
}

.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword {
	width: 300px;
}

.tx-indexedsearch .tx-indexedsearch-whatis {
	margin-top: 10px;
	margin-bottom: 5px;
}

.tx-indexedsearch .tx-indexedsearch-whatis .tx-indexedsearch-sw {
	font-weight: bold;
	font-style: italic;
}

.tx-indexedsearch .tx-indexedsearch-noresults {
	text-align: center;
	font-weight: bold;
}

.tx-indexedsearch .tx-indexedsearch-res TD.tx-indexedsearch-descr {
	font-style: italic;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup {
	color: red;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info {
	background-color: #eeeeee;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead {
	margin-top: 20px;
	margin-bottom: 5px;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead H2 {
	margin-top:0px;
	margin-bottom:0px;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TD {
	background-color: #cccccc;
	vertical-align: middle;
}

.tx-indexedsearch .tx-indexedsearch-res .noResume {
	color: #666666;
}

.tx-indexedsearch .tx-indexedsearch-category {
	background-color: #cccccc;
	font-size: 16px;
	font-weight: bold;
}

/* Additional styles, needed for the tableless template_css.tmpl (styles don't conflict with the original template) */
.tx-indexedsearch .res-tmpl-css {
	clear: both;
	margin-bottom: 1em;
}

.tx-indexedsearch .searchbox-tmpl-css LABEL {
	margin-right: 1em;
	width: 10em;
	float: left;
}

.tx-indexedsearch .result-count-tmpl-css, .tx-indexedsearch .percent-tmpl-css {
	letter-spacing: 0;
	font-weight: normal;
	margin-top: -1.2em;
	float: right;
}

.tx-indexedsearch .info-tmpl-css dt, .tx-indexedsearch dl.info-tmpl-css dd {
	float: left;
}

.tx-indexedsearch .info-tmpl-css dd.item-mtime {
	float: none;
}

.tx-indexedsearch .info-tmpl-css dd.item-path {
	float: none;
}

DIV.tx-indexedsearch-rules H3 {
	padding: 10px 0 0 0;
	margin: 0 0 0 0;
}

DIV.tx-indexedsearch-rules P {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

/* ##################### ende - indexed_search ##################### */

/* ##################### start - News ##################### */

/*-----------------------------------  clearer  -----------------------------------*/
/* prevent floated images from overlapping the div-containers they are wrapped in  */

.news-list-container HR.clearer, .news-single-item HR.clearer, .news-latest-container HR.clearer {
	clear: right;
	height: 1px;
	border: 1px solid #FFFFFF;
}

.news-latest-container HR.clearer {
	clear: left;
}



/*-----------------------------------  tt_news LATEST view  -----------------------------------*/
.news-latest-container p {
	margin: 0 0 0 0;
}

.news-latest-gotoarchive {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-top: 5px;
}

.news-latest-item H4 {
	margin: 15px 0 3px 0;
}

.news-latest-item IMG {
	margin: 0 5px 5px 0;
	border: 1px solid #666666;
	float: left;
}

.news-latest-category IMG {
	float: none;
	border: none;
	margin: 0px;
}

.news-latest-date,.news-latest-category {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	float: right;
}
* html .news-latest-date,.news-latest-category {/* bis IE 6 */
	margin-top: 10px;
}

.news-latest-morelink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 0 0 15px 0;
}



/*------------ tt_news LIST view (Übersichts-Startseite der Nachrichten und Termine) -----------*/
.news-list-container p {
	margin: 0 0 0 0;
}

.news-list-gotoarchive {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-top: 5px;
}

H4.news-list-item {
	margin: 5px 0 5px 0;
}

TR.news-list-item {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.news-list-item {
	padding: 0px 0 0px 0;
	/*border-top: 1px solid #e4e4e4;*/
}

TD.news-list-item-trenner {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 1px;
	background-color: #e4e4e4;
}

.news-list-item-extrafields {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.news-list-item-extrafields-entry {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
TR.trVeranstaltungenZeile:hover {
	background-color: #e9e9e9;
}

.news-list-category IMG {
	float: none;
	border: none;
	margin: 0px;
}

.news-list-date,.news-list-category {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	/*float: right;*/
}
* html .news-list-date,.news-list-category {/* bis IE 6 */
	margin-top: 10px;
}

.news-list-container H3 {
	margin-bottom: 5px;
	padding: 2px;
	border-bottom: 1px solid #769024;
	background-color: #769024;
}

.news-list-container H4 {
	margin: 3px 0 3px 0;
}

.news-list-container H3 A:LINK,.news-list-container H3 A:VISITED,.news-list-container H3 A:HOVER {
	color: #FFFFFF;
	padding-left: 2px;
}

.news-list-container H3 A {
	/*color: #FFFFFF;*/

}

.news-list-imgcaption {
	float: right;
	padding-top: 3px;
	padding-right: 3px;
	font-size: 9px;
}

.news-list-image {
	margin: 0 0 0 0;
	float: right;
}
* html .news-list-image {/* bis IE 6 */
	margin: 0 0 0 0;
}
.news-list-container IMG {
	/*border: 1px solid #CCCCCC;*/
}
.news-list-image A {
	padding: 0 0 0 0;
}

.news-list-morelink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 0 0 15px 0;
}

.news-list-browse {
	text-align: center;
	width: 570px;
}



/*---------------------------------  tt_news search ---------------------------------*/
.news-search-emptyMsg{
	margin: 0px;
}

.news-search-form {
	border-top: 1px solid #e4e4e4;
	padding: 3px;
	margin-bottom: 5px;
}

.news-search-form FORM {
	margin: 0px;
}



/*---------------------------------  tt_news Page-Browser ---------------------------------*/
.tx-ttnews-browsebox {
	/*margin: 3px;
	border: 1px solid #666666;
	padding: 3px;
	background-color: #F9FFE5;*/
}

.tx-ttnews-browsebox TD {
	font-size: 10px;
}

.tx-ttnews-browsebox-strong, .tx-ttnews-browsebox-SCell {
	font-weight: bold;
}

.tx-ttnews-browsebox-SCell P,.tx-ttnews-browsebox TD P{
	margin: 0px;
}

.tx-ttnews-browsebox-SCell {
	/*background-color: #BBE53A;
	border: 1px solid #666666;*/
}



/*--------------------------------- tt_news SINGLE view  ---------------------------------*/
.news-single-item {
	/*padding: 5px;
	margin-bottom: 5px;
	border: 1px solid #666666;
	background-color: #F9FFE5;*/

}
.news-single-item H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #a3a3a3;
	margin: 0 0 0 0;
}
.news-single-item H3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0 0 0 0;
}
.news-single-item .bodytext {
	margin: 0 40px 0 0;
}
.news-single-item UL {
	margin: 0 40px 0 0;
}

.news-single-img {
	float: right;
	margin-left: 5px;
}
.news-single-img A {
	padding: 0 0 0 0;
}

.news-single-imgcaption {
	padding: 3px;
	clear: both;
}

.news-single-category {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	float: right;
	text-align: right;
}
.news-single-backlink, .news-single-backlink a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 15px;
	margin-top: 10px;
}
.news-single-timedata {
	float: right;
}
.news-single-timedata, .news-single-author,.news-single-imgcaption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.news-single-author {
	padding-bottom: 3px;
}
.news-single-additional-info {
	/*background-color: #BBE53A;*/
/*	clear: both;*/
	margin-top: 15px;
	border: 1px solid #CCCCCC;
	padding: 3px;
	padding-bottom: 0px;

}
.news-single-related,.news-single-files,.news-single-links  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*border: 1px solid #666666;*/
	margin: 0px;
	margin-bottom: 3px;
	padding: 3px;
	/*background-color: #F9FFE5;*/
}

.news-single-related DD, .news-single-links DD, .news-single-files DD {
	margin-left: 20px;
}

.news-single-related DT, .news-single-links DT, .news-single-files DT {
	font-weight: bold;
	font-size: 11px;
	margin-left: 5px;
	width: 90%;
}



/*--------------------------------- tt_news Archivemenu (AMENU) --------------------------------- */
.news-amenu-container {
	float: right;
	margin: 0 0 6px 6px;
	/*border: 1px solid #CCCCCC;*/
}

.news-amenu-container LI {
	padding-bottom: 1px;
}

.news-amenu-container UL {
	padding: 0 0 3px 3px;
	list-style-type: none;
}

.news-amenu-item-year {
	font-weight: bold;
	padding: 6px 0 0 0;
}



/*--------------------------------- tt_news Categorymenu (CATMENU) --------------------------------- */
.news-catmenu {
	padding: 5px;
	margin: 10px 0px 10px 10px;
	border: 1px solid #666666;
	background-color: #F9FFE5;
}
.news-catmenu-header {
	font-size: 11px;
	font-weight: bold;
}
.news-catmenu DIV {
	font-size: 10px;
	white-space: nowrap;
}
.news-catmenu DIV img, .news-catmenu img, .news-catmenu-header img {
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
}
.news-catmenu-ACT {
	font-weight: bold;
}

/*  Styles for catmenu mode "nestedWraps" */
.level1 {
	padding: 1px;
	padding-left: 10px;
	background-color: #EBF8BF;
	border-left: 1px solid #666666;
	border-top: 1px solid #666666;
}
.level2 {
	padding: 1px;
	padding-left: 10px;
	background-color: #DDF393;
	border-left: 1px solid #666666;
}
.level3 {
	padding: 1px;
	padding-left: 10px;
	background-color: #CAE46E;
	border-left: 1px solid #666666;
	border-top: 1px solid #666666;

}
.level4 {
	padding: 1px;
	padding-left: 10px;
	background-color: #B0CB51;
	border-left: 1px solid #666666;
}

/* ##################### ende - News ##################### */

/* ##################### start - Für Scrollpfeile ##################### */



/* ##################### ende - Für Scrollpfeile ##################### */


