/* TYPO3 CVS id: $id$ */
/* Template stylesheet which can be used for new sites */
/* Make a copy of this stylesheet to some other location, modify it and use it from there! */

/***************************/
/* General element styles: */
/***************************/
BODY, DIV {
	font-family: "Verdana", sans-serif;
}
H1, H2, H3, H4, H5, P, TD, UL, OL, BLOCKQUOTE, INPUT, TEXTAREA, SELECT, A {
	color: #000000;
}
PRE { font-family: monospace; }
A {
	color: #c03;
	text-decoration: none;
	font-weight: bold;
}
A:hover {
	color: #f00;
	text-decoration: underline;
}
FORM { margin: 0px 0px 0px 0px;}
P, PRE { margin: 0px 0px 0px 0px; }
P, TD, TH, UL, OL { font-size: 11px; }
INPUT, TEXTAREA, SELECT { padding-left: 5px; font-size: 11px; }


/********************************/
/* Frames, spacing, link-to-top */
/********************************/
P.csc-linkToTop { text-align: right; }
P.csc-linkToTop A { font-weight: bold; }

.csc-frame { border: 0px; }
.csc-frame { margin-bottom: 1em; }
.csc-frame .csc-frame { margin-bottom: 0; }

.csc-frame-invisible {}
.csc-frame-rulerBefore { border-top: 1px solid #333333; }
.csc-frame-rulerAfter { border-bottom: 1px solid #333333; }
.csc-frame-indent { padding-left: 100px; }
.csc-frame-indent3366 { padding-left: 33%; }
.csc-frame-indent6633 { padding-right: 33%; }
.csc-frame-frame1 {
	margin-top:10px;
	border: 1px solid #bdc0d3;
	padding: 2px 4px 2px 4px;
	background-color: #ffffff;
}
.csc-frame-frame2 {
	border: 1px solid #bdc0d3;
	padding: 2px 4px 2px 4px;
	background-color: #fc0;
}

.csc-frame-frame1 H1,
.csc-frame-frame1 H2,
.csc-frame-frame1 H3,
.csc-frame-frame1 H4,
.csc-frame-frame1 H5 {
	margin-top: 2px;
	color: #c03;
}

.csc-frame-frame2 H1,
.csc-frame-frame2 H2,
.csc-frame-frame2 H3,
.csc-frame-frame2 H4,
.csc-frame-frame2 H5 {
	margin-top: 2px;
	color: #c03;
}

.r33 .csc-frame {
	border: 1px solid #fc0;
	padding: 1px;
}
.r33 .csc-frame .csc-frame {
	border: 0 none;
	padding: 0;
}
.r33 .csc-frame P {
	margin: 0px;
	padding: 2px;
}

/******************/
/* Headers, plain */
/******************/
H1 { font-size: 13px; }
H2 { font-size: 12px; } /* color: #186900; } */
H3 { font-size: 11px; } /* color: #10007B; } */
H4 { font-size: 10px; } /* color: #8A0020; } */
H1, H2, H3, H4, H5, H6 {
	margin: 15px 2px 2px 2px;
	color: #888;
}

/* Headers, with link */
H1 A, H2 A, H3 A, H4 A, H5 A { color: #888; text-decoration: none; }

/* Header date */
.csc-header-date { font-size: 10px; color: #186900; }

/* Subheader, general */
.csc-subheader { font-style: italic; } /* background-color: #EDEBF1; } */

/* Subheader, specific */
.csc-subheader-0 { font-style: normal; }
.csc-subheader-1 { color: #186900; }
.csc-subheader-2 { color: #10007B; }
.csc-subheader-3 { color: #8A0020; }

.r33 .csc-header {
	margin: 0px;
	padding: 2px;
	background: #fc0;
	color: #c03;
}
.r33 .csc-header h1 {
	margin: 0px;
	padding: 0px;
}

.csc-headerLayout-schwarz H1,
h1.schwarz {
	color: #000;
}
.csc-headerLayout-anthrazit H1,
h1.anthrazit {
	color: #444;
}
.csc-headerLayout-hellgrau H1,
h1.hellgrau {
	color: #888;
}
.csc-headerLayout-rot H1,
h1.rot {
	color: #c03;
}


/*******************/
/* RTE / Bodytext: */
/*******************/
.bodytext { font-size: 11px; color: #000000; margin: 3px 0px 7px 0px;}

/* RTE / Bulletlists */
UL { margin-top: 0px;  }
UL UL LI { font-size: 10px; }
OL { margin-top: 0px; }
LI { margin-top: 0px; margin-bottom: 0px; padding-top: 2px; }

/* RTE / Table styling */
/* TABLE.contenttable { border: 1px #333333 solid; margin: 10px 0px 10px 0px; width: auto; } */
/* TABLE.contenttable TR TD { padding: 0px 3px 0px 3px; } */
/* TABLE.contenttable TR TD P.bodytext { font-size: 10px; } */
/* TABLE.contenttable TR { background-color: #EDEBF1; } */


/**********/
/* Images */
/**********/

/* Images / Captions */
P.csc-caption { font-size: 10px; font-style: italic; }

/* Images / Tables / Floating text */
TABLE.imgtext-table { border: 0px; margin: 5px;}

/* Images / Tables / Wrapped text */
/* When "Text w/Image" elements are wrapping the text into a table the top-margin of Hx elements should be transferred to the wrapping table instead. This is done here: */
TABLE.imgtext-nowrap { border: 0px; }
TABLE.imgtext-nowrap H1, TABLE.imgtext-nowrap H2, TABLE.imgtext-nowrap H3, TABLE.imgtext-nowrap H4, TABLE.imgtext-nowrap H5 { margin-top: 0px; }


/***************/
/* Bulletlists */
/***************/

/* Bulletlists, general */
UL.csc-bulletlist LI { font-size: 11px; }

/* Bulletlists, specifically */
UL.csc-bulletlist-0 { color: #000000; }
UL.csc-bulletlist-1 { color: #186900; list-style-type : decimal; }
UL.csc-bulletlist-2 { color: #10007B; list-style-position : inside; }
UL.csc-bulletlist-3 { color: #8A0020; list-style-image: url(img/red_arrow_bullet.gif); }

#content UL.csc-bulletlist LI {
	list-style-image:url("pfeil_rot_rechts.gif");
}


/*********************/
/* Tables, generally */
/*********************/
TABLE.contenttable P { font-size: 11px; }
TABLE.contenttable TR TD { vertical-align: top; }

/* Tables, specifically */
TABLE.contenttable-0 P { color: #000000; }

TABLE.contenttable-1 P { color: #186900; }
TABLE.contenttable-1 TR.tr-0 TD P { font-weight: bold; }
/*TABLE.contenttable-1 TR.tr-0 TD { background-color: #D1D2E4;} */

TABLE.contenttable-2 P { color: #10007B; }
/* TABLE.contenttable-2 TR TD.td-0 { background-color: #F5FFAA;} */
TABLE.contenttable-2 TR TD.td-0 P { font-weight: bold; }

TABLE.contenttable-3 P { color: #8A0020; }
/* TABLE.contenttable-3 TR TD.td-0, TABLE.contenttable-3 TR.tr-0 TD { background-color: #D1D2E4;} */
TABLE.contenttable-3 TR TD.td-0 P, TABLE.contenttable-3 TR.tr-0 TD P { font-weight: bold; }


/************************/
/* Filelinks, generally */
/************************/
TABLE.csc-uploads { border: 0px; }
TABLE.csc-uploads TR TD P { background-color : transparent; font-size: 11px; }
TABLE.csc-uploads TR TD { vertical-align : top; }
/*
TABLE.csc-uploads TR.tr-even { background-color: #EDEBF1; }
TABLE.csc-uploads TR.tr-odd { background-color: #D8D7DC; }
*/
TABLE.csc-uploads TR TD.csc-uploads-icon { padding-left: 6px; padding-right: 6px; width: 1%; text-align: center; vertical-align: middle; }
TABLE.csc-uploads TR TD.csc-uploads-fileName { width: 80%; padding-left: 5px; }
TABLE.csc-uploads TR TD.csc-uploads-fileName P A { font-weight: bold; }
/* TABLE.csc-uploads TR TD.csc-uploads-fileName P.csc-uploads-description { font-style: italic; } */
TABLE.csc-uploads TR TD.csc-uploads-fileSize { white-space: nowrap; padding-left: 6px; padding-right: 6px; }

/* Filelinks, specifically */
TABLE.csc-uploads-1 { border-color: #186900; }

TABLE.csc-uploads-2 { border-color: #10007B; }

TABLE.csc-uploads-3 { border-color: #8A0020; }
TABLE.csc-uploads-3 TR TD { vertical-align: middle; }
TABLE.csc-uploads-3 TR.tr-even TD.csc-uploads-icon IMG { border: 2px solid #333333; }
TABLE.csc-uploads-3 TR.tr-odd TD.csc-uploads-icon IMG { border: 2px solid #333333; }


/*****************/
/* Various Forms */
/*****************/

/* Email, Login and Search forms generally: */
FORM TABLE TR TD { padding-left: 5px; } /* border:1px solid red; padding-right: 20px; } */
FORM TABLE TR TD.csc-form-labelcell, FORM TABLE TR TD.csc-form-commentcell { width: 40%;}
FORM TABLE TR TD.csc-form-fieldcell { }
FORM TABLE TR TD.csc-form-fieldcell INPUT, FORM TABLE TR TD.csc-form-fieldcell SELECT, FORM TABLE TR TD.csc-form-fieldcell TEXTAREA { border: 1px solid #333333; }
FORM TABLE TR TD.csc-form-labelcell P.csc-form-label-req { font-weight: bold; }
FORM TABLE TR TD.csc-form-labelcell P.csc-form-label { font-weight: bold; }

/* Email form, specifically */
FORM TABLE.csc-mailform TR TD.csc-form-labelcell  { }

/* Search form, specifically */
FORM TABLE.csc-searchform { width: 100%; }
FORM TABLE.csc-searchform TR TD { padding: 5px 5px 5px 5px; }
FORM TABLE.csc-searchform TR TD.csc-form-labelcell, FORM TABLE.csc-searchform TR TD.csc-form-commentcell { font-weight: bold; }
FORM TABLE.csc-searchform TR TD.csc-form-fieldcell INPUT, FORM TABLE.csc-searchform TR TD.csc-form-fieldcell SELECT { width: 100%; }

/* Login form, specifically */
FORM TABLE.csc-loginform { width: 70%; }


/*****************/
/* Search result */
/*****************/

/* Search word markup */
SPAN.csc-sword { font-weight: bold; color: red; }


/*****************************/
/* Menu / Sitemap, generally */
/*****************************/
DIV.csc-menu { margin-left: 10px; }
DIV.csc-menu P { font-size: 11px; font-weight: bold; margin: 1px 0px 0px 0px; padding: 2px 2px 2px 10px; } /* background-color: #EDEBF1; } */
DIV.csc-menu P A { color: #000000; text-decoration: none; }
DIV.csc-menu P A:hover { color: #ff0000; } /* text-decoration: underline; } */
DIV.csc-menu P.csc-section { font-weight: normal; margin-left: 20px; } /* font-style: italic; } */

/* Menu / Sitemap, "Menu of these pages" */
DIV.csc-menu-def P {  }

/* Menu / Sitemap, "Menu of subpages to these pages" */
DIV.csc-menu-1 { }

/* Menu / Sitemap, "Sitemap" */
DIV.csc-menu-2 { }
DIV.csc-menu-2 P.csc-sitemap { }
DIV.csc-menu-2 P.csc-sitemap-level1 { margin-left: 20px; }
DIV.csc-menu-2 P.csc-sitemap-level2 { margin-left: 40px; }
DIV.csc-menu-2 P.csc-sitemap-level3 { margin-left: 60px; }
DIV.csc-menu-2 P.csc-sitemap-level4 { margin-left: 80px; }
/*
DIV.csc-menu-2 P.csc-sitemap-level1 A { color: #000000; }
DIV.csc-menu-2 P.csc-sitemap-level2 A { color: #186900; }
DIV.csc-menu-2 P.csc-sitemap-level3 A { color: #10007B; }
DIV.csc-menu-2 P.csc-sitemap-level4 A { color: #8A0020; }
*/

/* Menu / Sitemap, "Section index (pagecontent w/Index checked)" */
DIV.csc-menu-3 { }
DIV.csc-menu-3 P.csc-section { margin-left: 0px; }
DIV.csc-menu-3 P.csc-section A { color: #186900; }

/* Menu / Sitemap, "Menu of subpages to these pages (with abstract)" */
DIV.csc-menu-4 { }
DIV.csc-menu-4 P { margin-top: 4px; }
DIV.csc-menu-4 P.csc-abstract { font-weight: normal; margin-top: 0px; padding: 0px 2px 2px 10px; }

/* Menu / Sitemap, "Recently updated pages" */
DIV.csc-menu-5 { }

/* Menu / Sitemap, "Related pages (based on keywords)" */
DIV.csc-menu-6 { }

/* Menu / Sitemap, "Menu of subpages to these pages + sections" */
DIV.csc-menu-7 { }
DIV.csc-menu-7 P { font-weight: bold; }
DIV.csc-menu-7 P.csc-section A { color: #186900; }

div.csc-header h5 { background-color: #bdc0d3; padding: 2px; font-size: 12px; }


/****************************************/
/* Frontend editing / TYPO3 Admin Panel */
/****************************************/
IMG.frontEndEditIcons { vertical-align: middle; margin: 0px 2px 0px 2px; }

/* Default styles for the Admin Panel */
TABLE.typo3-adminPanel { border: 1px solid black; background-color: #F6F2E6; }
TABLE.typo3-adminPanel TR.typo3-adminPanel-hRow TD { background-color: #9BA1A8; }
TABLE.typo3-adminPanel TR.typo3-adminPanel-itemHRow TD { background-color: #ABBBB4; }
TABLE.typo3-adminPanel TABLE, TABLE.typo3-adminPanel TD { border: 0px; }
TABLE.typo3-adminPanel TD FONT { font-family: verdana; font-size: 10px; color: black; }
TABLE.typo3-adminPanel TD A FONT { font-family: verdana; font-size: 10px; color: black; }
TABLE.typo3-editPanel { border: 1px solid black; background-color: #F6F2E6; }
TABLE.typo3-editPanel TD { border: 0px; }


/*****************************************/
/* extension "tx_slcssimgtext"           */
/*****************************************/
/* COMMON */
.csi-textpic { padding: 0px; margin:5px 0px 5px 0px; }
.csi-textpic img { border:0px; }
.csi-textpic .csi-image     { text-align: center; margin: 5px 0px 10px 0px; }
.csi-textpic .csi-caption   { text-align: center; font-style: italic; }
.csi-textpic .csi-imagewrap { text-align: center; }     /* is there a bug in IE? (if we don't set this, the image is not centered above or below the text) */
.csi-textpic .csi-text      { text-align: left; }       /*will have to be an inline style - controlled by TS*/

.csi-text h1 { margin-top: 0px; }
.csi-text p { margin-top: 0; }

/* CENTER */
.csi-center .csi-image   { margin: 10px auto 3px; }

/* RIGHT */
.csi-right div.csi-image { margin: 10px 0px 0px 0px; float: right; clear: both; }
.csi-right div.csi-text  { clear: right; }

/* LEFT */
.csi-left div.csi-image  { float: left; clear: both; }
.csi-left div.csi-text   { clear: left; }

/* INTEXT LEFT */
.csi-intext-left .csi-image  { float: left; clear: left; margin-right: 5px; margin-top:0; }

/* INTEXT RIGHT */
.csi-intext-right .csi-image { float: right; clear: right; margin-left: 5px;  margin-top:0;}

/* INTEXT RIGHT NOWRAP */
.csi-intext-right-nowrap .csi-text  { } /* margin-right:215px; } */
.csi-intext-right-nowrap .csi-image { margin-left: 10px; float:right; clear:both; }

/* INTEXT LEFT NOWRAP */
.csi-intext-left-nowrap .csi-text  {  }
.csi-intext-left-nowrap .csi-image { margin-right: 10px; float:left; clear:both; }


/**********************/
/* css_styled_content */
/**********************/

.csc-textpic-caption {
	text-align: center;
	font-size: 10px;
	font-style: italic;
}

	/* 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 */
	DL.csc-textpic-image {
		border: 1px solid #fc0;
		padding: 2px;
	}

	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: 3px;
	}

	/* 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: 3px;
	}

	/* 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: 3px;
	}
	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: 3px; }
	DIV.csc-textpic-equalheight DIV.csc-textpic-imagerow { margin-bottom: 3px; 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: 3px !important;
	}
	DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap,
	DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap {
		margin-left: 3px !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 */

.r33 DL.csc-textpic-image {
	border: 0 none;
}

/******************************/
/*   OHRENSPITZER Styles      */
/******************************/

BODY {
	margin: 0px;
	padding: 0px;  0px 14px 0px;
 	background: #FEF7E5;
	text-align: center;
}


/******************************************/
/*   INHALT                               */
/******************************************/

/*********************/
/* Debugging         */
/*********************/
/*
table { border: 1px solid red; }
td, th { border: 1px dashed red; }
div { border: 1px dotted #888888; }
p   { border: 1px dotted #88ff88;}
*/
/*
div#left     { border: 1px solid magenta;  }
div#content  { border: 1px solid green;  }
div#headline { border: 1px dotted green;  }
div#normal   { border: 1px dotted blue; }
div#right    { border: 1px dashed red; }
*/
/*
div#headline h1 { border:1px solid green;  }
div#headline img { border:1px solid blue;  }
div.coa { border: 1px dotted #c0c4d8; }

table.imgtext-table { border: 1px solid red; }
table.imgtext-table td { border: 1px dashed red; }
img[src="clear.gif"] { border: 1px solid #ff00ff; padding: 1px; }

.csi-textpic { border:1px dotted red; }
.csi-image   { border:1px dotted green; }
.csc-textpicHeader { border: 1px dotted blue; }
.csi-textpic .csi-caption { border:1px dotted #f0f; }

#body        { border: 1px solid red; }
*/
/*
div#top    { border:1px solid blue; }
div#suche { border:1px solid red; }
div#tabs   { border:1px solid green; }
div#tabs ul  { border:1px solid blue; }
*/


table.imgtext-table img { margin-bottom: 5px; }

/* "Logo" */
#logo {
	float: left;
	width: 250px;
	height: 90px;
	margin: 0;
	border: 0 none;
	padding: 0;
}

/* Menu ganz oben */
div#top    { float:right; width:350px; height:45px; margin:0px; padding:0px 5px 0px 0px; }
div#top ul { float:right; margin:25px 5px 0px 0px; padding:0px; }
div#top li { float: left; list-style-type: none; padding: 0px 8px; margin: 0px;}
div#top a  { color: #C23; text-transform:uppercase; font-size:10px; font-weight:bold; }

/* Suchbox im Header */
div#suche {
	clear: right;
	float: right;
	width: 200px;
	height: 45px;
	margin: 0px;
	padding: 0 10px 0 0;
}
#suche FORM {
	width: 200px;
	margin: 0;
	padding: 0;
	text-align: right;
}
div#suche input {
	margin: 10px 0px 10px 0px;
	border: 1px solid #c03;
}
div#suche input.tx-indexedsearch-searchbox-sword {
	width: 105px;
}
/* div#suche input.tx-indexedsearch-searchbox-button { width: 50px; margin-left:5px; background-color:#fc0; color:#c03; } */
div#suche input.tx-indexedsearch-searchbox-button {
	width: 55px;
	border: 0px; 
	padding: 0 0 0 10px;
	font: bold 12px sans-serif;
	text-transform: uppercase;
	color:#c03;
	background: url("rot_gelb.gif") no-repeat left center;
}

/* Tabs (sliding door) */
#tabs {
	clear: both;
	height: 45px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
#tabs UL {
	float: right;
	margin: 21px 20px 0 0;
	padding: 0px;
}
#tabs LI {
	display: block;
	float: left;
	height: 25px;
	margin: 0px 5px;
	padding: 0px;
	list-style-type: none;
	background: url("tab_inaktiv_rechts.gif") no-repeat right top;
}
#tabs A {
	display: block;
	position: relative;
	left: -3px;
	margin: 0px;
	padding: 5px;
	white-space: nowrap;
	text-transform: uppercase;
	color: #000;
	background: url("tab_inaktiv_links.gif") no-repeat left top;
	font-weight: bold;
}
#tabs li.active   { background:url("tab_active_right.gif") no-repeat right top; }
#tabs li.active a { background:url("tab_active_left.gif") no-repeat left top; color: #c03; }
#tabs li.active a:hover { color: #f00; }


/* linke Spalte */
#menu3 {
	padding: 10px 0 0 15px;
}
#menu3 UL {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#menu3 LI {
	margin: 0px;
	padding: 1px 0px;
}
#menu3 .active, #menu3 .current {
	color: #c23;
}
#menu3 .level1 LI {
	padding: 2px 0 2px 10px;
	background: url("pfeil_rot_rechts.gif") no-repeat 1px 6px;
	font-weight: bold;
}
#menu3 .level1 .active, #menu3 .level1 .current {
	background: url("pfeil_rot_unten.gif") no-repeat 0px 6px;
}
#menu3 .level2 LI {
	font-weight: normal;
}
#menu3 .level2 LI, #menu3 .level2 .active, #menu3 .level2 .current {
	background: none;
}
#menu3 LI A {
	display: block;
	text-decoration: none;
	color: #000;
}


/* breadcrumb */
#breadcrumb { margin: 0px; color: #888; font: normal 10px, arial, helvetica, sans-serif; }
#breadcrumb a { font: normal 10px, arial, helvetica; text-decoration: none; color: #c23;}

/* Seitengeruest */

#page {
	width: 775px;
	height: 100%;
	margin: 0px auto 10px auto;
	padding: 0px;
	text-align: left;
}

/* in #page */
#head {
	position: relative;
	width: 775px;
	height: 135px;
	margin: 0px;
	padding: 0px;
	background: url("head.gif") no-repeat;
	text-align:right;
}
#body {
	float: left;
	width: 775px;
	margin: 0px;
	padding: 0px;
	background:url("rahmen.gif") repeat-y;
}
#foot {
	clear: both;
	position: relative;
	width: 775px;
	height: 35px;
	margin: 0 0 20px 0;
	padding: 0px;
	background:url("unten.gif") no-repeat center bottom;
}

/* in #body */
#left {
	float: left;
	width: 200px;
	min-height: 400px;
	height:500px;
	margin: 0px;
	padding: 0px;
}
#content {
	float: left;
	width: 560px;
	overflow: hidden;
	margin: 0px 5px;
	padding: 0px;
}

/* in #content */
div#breadcrumb { margin:5px 0px 5px 0px; }
div#headline   { margin:0 0 10px 0; padding:0px 0px 0px 0px; position:relative; }
div#normal     { float: left; margin: 0px 0px 0px 0px; padding: 0px; min-height: 400px; }
div#right      { float: left; margin: 0px 0px 0px 10px; padding: 0px; clear: right; min-height: 400px; }

/* die einzelnen Breiten bei normal und right */
div.n66 { width: 370px; }
div.r33  { width: 170px; }

div.n50 { width: 260px; }
div.r50  { width: 260px; }

div.n100 { width: 560px; }

#headline h1 { color:#000; font-size: 16px; margin: 10px 0px 5px 0px; border-bottom: 1px solid #bdc0d3; clear: both; }
#headline img { float:right; margin:0px 0px 0px 0px; }


/* Leiste mit Druckansicht etc. */
ul.navig { position:relative; list-style-type: none; margin:0px; padding: 0px; }
ul.navig li { display: inline;  margin:0px; padding:0px;}
ul.navig li.right { text-align:right; position:absolute; right:0px; }
ul.navig a { font-weight:normal; font-size:9px; color:#888; }
a.back  { padding:0px 5px 0px 10px; background: url("pfeil_rot_links.gif") no-repeat left center; }
a.up    { padding:0px 5px 0px 10px; background: url("pfeil_rot_oben.gif") no-repeat left center; }
a.print { padding:0px 0px 0px 10px; background: url("pdf.gif") no-repeat left center; }
ul#printunten { display:inline;width:550px; float:right; margin:10px 10px 0 0; border-top:1px solid #ccc; }


/* Logos links unten */
ul#sponsors { list-style-type: none; margin:0 0 5px 15px; padding:0 5px 3px; float:left; }
ul#sponsors li { float:left; margin:0px; padding:0px;}


/* div#right div.coa div.coa { border:none; margin:0; padding:0; } gibt's das überhaupt? */

/* mailform */
fieldset {  padding: 1em; font:80%/1 sans-serif; border:0px; }
label    { width: 12em; font-size: 12px; padding: 0px 10px 0px 10px; float: left; text-align: left; margin-right: 0.5em; display: block; }
input    { margin-bottom: 10px; }
textarea { margin-bottom: 10px; }


/* inl_hoerangebote: Suchmaske */

.tx-inlhoerangebote-pi2 {
	width: 180px;
	height: 86px;
	margin: 1em 10px;
	padding: 0px;
	background: url("hoersuche.gif") no-repeat;
}
.tx-inlhoerangebote-pi2 .searchForm {
	margin: 0 auto;
	padding: 6px 15px;
	text-align: right;
}
.tx-inlhoerangebote-pi2 H2 {
	font:8pt bold sans-serif;
	text-transform:uppercase;
	width: 100%;
	margin: 0px 0px 3px 0px;
	color: #c03;
	color:#666;
	text-align: left;
}
.tx-inlhoerangebote-pi2 P {
	margin: 0px;
}
.tx-inlhoerangebote-pi2 SELECT {
	width: 150px;
	margin: 1px;
}
/*.tx-inlhoerangebote-pi2 INPUT[type=submit] */
.tx-inlhoerangebote-pi2 INPUT.submit {
	border: 0px;
	padding: 0 0 0 10px;
	color: #c03;
	background: url("rot_gelb.gif") no-repeat left center;
	font: bold 12px sans-serif;
	text-transform: uppercase;
	width:50px;
}


/* Newsletter Anmeldung */

form#ttaddressform {
	width: 180px;
	height: 86px;
	margin: 2em 10px 1em 10px;
	padding: 0;
/*	background: url("hoersuche.gif") no-repeat;
 */
	border-top:1px dashed #ccc;
}
.nlsubscr {
	/*margin: 0 auto;*/
	padding: 6px 15px;
	text-align: right;
}
.nlsubscr H2 {
	margin: 0;
	color: #c03;
	text-align: left;
	text-transform:uppercase;
	font:7pt bold sans-serif;
	color:#666;
}
.nlsubscr UL {
	margin: 0;
	padding: 0;
}
#left .nlsubscr LI {
	list-style: none;
	list-style-image: none;
	text-align: left;
}
.nlsubscr LABEL {
	display: inline-block;
	margin: 0;
	padding: 0;
	line-height: 1.7;
	vertical-align: top;
}
.nlsubscr INPUT {
	/* width: 150px; */
	margin: 0;
	padding: 0;
}
.nlsubscr INPUT.text {
	width: 150px; 
}
.nlsubscr INPUT.checkbox {
	display: inline-block;
	width: auto;
	margin-top: 3px;
	color: #f00;
}
.nlsubscr input.submit {
	float: right;
	width: 80px;
	border: 0px; /* 1px solid red; */
	margin: 0px;
	padding: 0 0 0 10px; 
	color: #c03;
	background: url('rot_gelb.gif') no-repeat left center;
	font: bold 12px sans-serif;
	text-transform: uppercase;
}
