html, body {margin: 0; padding: 0; border: 0;}
body {
	height:100%; /* G A N Z   W I C H T I G  !!!*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
	line-height:12px;
	color:#353535;
	text-align:center;
	background: #ffffff;
}

P, OL, UL, DIV, H1, H2 {
	font-family: verdana, arial;
	font-size: 11px;
}
H1 {
	font-size: 14px;
	color: #9ea2a9;
}
H2 {
	font-size: 13px;
	}
P, H1, H2 {
	margin: 0px 0px 5px 0px;
	}

a:link {
	background-color : transparent;
	color : #ff6600;
	text-decoration : none;
}
A:visited {
	text-decoration:none;
}
A:hover {
	color:#ff6600;
	text-decoration:none;
}
A:active {
	color:#ff6600;
	text-decoration:none;
}

/*
.sb {
	scrollbar-3dlight-color:#666666;
  scrollbar-arrow-color:#cc3300;
  scrollbar-base-color:#ffffff;
  scrollbar-darkshadow-color:#6666666;
  scrollbar-face-color:#ffffff;
  scrollbar-highlight-color:#ffffff;
  scrollbar-shadow-color:#cc3300;
}
*/


#moreinfo{
	position: absolute;
	left: -6000px;
}

/* End specific */

.clear { clear: both; }

#header{
	position: relative;
	width:760px;
	height:170px;
	background: #ffffff url(../images/allgemein/bg_header.gif) top left;
}

#icon{
	position:absolute;
	left:30px;
	top:15px;
	width:130px;
	height:127px;
}

#logo{
	position:absolute;
	width:144px;
	height:85px;
	left:616px;
}

#metanavi{
	position:absolute;
	width:268px;
	height:47px;
	left:320px;
	top:85px;
	/*border: black 1px solid;*/
}

#navigation1{
	position:relative;
	width:745px;
	height:27px;
	padding-left:15px;
	background: #ffffff url(../images/allgemein/bg_nav1.gif) top left;
	text-align: left;
}

#navigation_1
{
	width:711px;
	height:20px;
	margin-left:15px;
	margin-top:10px;
	overflow:hidden;
}


#navigation_1 ul
{

	list-style: none;
	padding: 0px 0px 0px 0px ;
	margin: 0px 0px 0px 0px ;
}

#navigation_1 ul li

{
	display:block;
	float:left;	
}

#navigation_1 ul li a
{
	display:block;
	float:left;	
	padding-right:22px;
	font-weight:bold;
	text-decoration:none;
	color:#df5f01;
	font-family: Verdana, Arial, sans-serif;
	font-size:13px;
}


#navigation_1 ul li a:hover
{
	text-decoration:none;
	color:#c94301;
}

#navigation_1 ul li .act
   /*** STYLE FUER AKTIVEN PUNKT ***/
{
	text-decoration:none;
	color:#b22600;
}

#navigation_1 ul li .act:hover   /*** STYLE FUER AKTIVEN PUNKT ***/
{
	text-decoration:none;
	color:#b22600;
}


.unten {
	background: #ffffff;
	width:760px;
	height:40px;
	font-size: 1.6em;
	font-weight: bold;
	color: #000000;
	text-align: center;
}

/*XXXXXXXXXXXXXXXXX Primary layout rules XXXXXXXXXXXXXXXX*/

/********************************************************************************
To adjust the side col widths, or the vertical col dividers, a certain set of values must be changed
all at the same time and by exact amounts or problems will result. Each of these group's member values
have been marked off with comments that start with "Critical...". For example, if the left col width needs
to be changed then all the values marked "Critical left col dimension value" MUST have their pixel values
altered by the same amount. Certain of these left col width values are marked "(moves inversly)", and
these get changed by the same pixel amount but inversly to the other values. So if margin-left on .outer
is increased by 10px, then the width of .outer must decrease by 10px, and so on.

To change the width of the entire layout, .wrapper, .outer, .float-wrap, and .center all get changed together,
and only after that is it safe to change col or divider widths. Remember, even one small mistake will degrade or
even break the layout, so be very careful! it's possible to "loosen" the layout so small errors aren't so messy,
but then it becomes hard to finely control text spacing.

For spacing within the cols, it's best to apply margins on content elements inserted into the cols,
because padding directly on those col elements will change their widths, breaking the layout.

Certain hiding hacks have been used extensively in this layout, so here is a quick explaination of them.

The Tan hack:

* html .anyelement {rules read only by IE/Win and IE/Mac}

The Mac-hack:  (first the active comment you are reading now must be closed...) */

/* \*/

/* */

/*...Back in comment mode now. Anything between those two comment lines will be hidden from
IE/Mac. Don't use any comments within this hack or it will close prematurely and IE/Mac will begin
reading before it should.

The above two hacks are combined so as to feed rules only to IE/Win. Proper use of backslash escape
characters inside property names used in the Holly hack can further segregate rules to be read by only
IE6 from rules for IE5.x/Win.

These hiding hacks, along with several other fixes, make possible this formerly impossible layout.
It is highly unlikely that new browsers will have any problem with these valid hiding hacks, and
Microsoft does not plan any browser changes soon that would alter the proper operation of the layout.
********************************************************************************/


.wrapper {
	margin: 0 auto;
	width: 760px;
	text-align: left;
}

* html .wrapper {   /*** IE5.x/win box model fix ***/
	width: 760px;
	wid\th: 760px;
	}

.contentwrapper {
	margin: 0 auto;
	width: 756px;
	text-align: left;
	padding-bottom:20px;
	border-left: #DEE1E5 2px solid;
	border-right: #DEE1E5 2px solid;
	border-bottom: #DEE1E5 2px solid;
}

* html .contentwrapper {   /*** IE5.x/win box model fix ***/
	width: 756px;
	wid\th: 756px;
	}

.outer {
	position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
	margin-left: 164px;    /*** Critical left col dimension value ***/
	width: 412px;   /*** Critical left and right col/divider dimension value (moves inversly) ***/
	/*background: #fff url(../images/allgemein/bildleiste_2.jpg);*/  /*** Sets background of center col***/
	border-left: #DEE1E5 2px dotted;   /*** Critical left divider dimension value ***/
	border-right: #FF9000 2px dotted;   /*** Critical right divider dimension value ***/
	top:30px;
	margin-bottom:30px;
}

* html .outer {   /*** IE5.x/win box model fix ***/
	width: 420px;   /*** Critical left and right col/divider dimension value (moves inversly) ***/
	wid\th: 416px;   /*** Critical left and right col/divider dimension value (moves inversly) ***/
}

.float-wrap {
	float: left;
	width: 416px;   /*** Critical left and right col/divider dimension value (moves inversly) ***/
	margin-right: -1px;   /*** Static fix ***/
}

.center {
	float: right;
	margin-right:10px;
	margin-left:10px;
	width: 386px;   /*** Critical left and right col/divider dimension value (moves inversly) ***/

}

.left {
	position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
	width: 140px;    /*** Critical left col/divider dimension value ***/
	margin-left: -172px;    /*** Critical left col/divider dimension value ***/
}

* html .left {
	float:left;
}

*>html .left {width:122px;}   /*** Fix only for IE/Mac ***/

.container-left {
  position:absolute;
	width: 160px;    /*** Critical left col dimension value ***/
	padding-bottom: 110px;   /*** To keep content from going underneath the AP bottom boxes ***/
	margin-left:20px;
	margin-top:0px;
	/*border: 1px solid green;*/
}

.right {
	float: left;
	position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
	width: 162px;    /*** Critical right col/divider dimension value ***/
	margin-right: -170px;    /*** Critical right col/divider dimension value ***/
	margin-left: -2px;   /*** Static fix ***/
}

/* \*/
* html .right {
margin-left: 0px;
margin-right: -500px;
mar\gin-right: -162px;
}
/* */

/*** These commented-out rules below are there to explain the "Critical" info
	for the rules above, because comments must not appear within the Mac-hack.
	The "rules" below are not active, they are just for teaching purposes. ***/

/*
* html .right {
margin-left: 0px;    *** Critical right divider dimension value ***
margin-right: -500px;    *** IE5.x/win fix, must be above a critical number, but very high values appear okay ***
mar\gin-right: -152px;    *** Critical right col/divider dimension value ***
}
*/


.container-right {
/* \*/width: 150px;/* Hidden from IE-Mac */   /*** Critical right col dimension value ***/
margin-left: 10px;    /*** Critical right divider dimension value ***/
padding-bottom: 110px;   /*** To keep content from going underneath the AP bottom boxes ***/
padding-left:3px;
}

/* \*/
* html .container-right {
fl\oat: right;
margin-left: 10px;
mar\gin-left: 0px;
}
/*** Static fixes ***/

/*** Below is the Holly hack, and if IE/Win shows bugs it's a good idea to apply this hack to
	different elements and see if that fixes the problem. Sometimes it may be necessary
	to use "position: relative;" on certain elements, but it's hard to tell in advance which
	elements will need such fixes. Here it prevents IE5/Win from clipping the left ends
	of the headings. ***/
/* \*/
* html h2 {height: 1%;}
/* */


/*** This is a fix for IE5/Win at the largest text size setting. ***/
/* \*/
* html .left {margin-right: -3px;}
/* */


/*** All the IE fixes that are inside separate "Mac-hacks" may be grouped 	within
	just one Mac-hack for convenience if desired. However, each fix must come
	later than the rule it is fixing or the fix itself will be overridden. ***/


/*******************/
/* RTE / Bodytext: */
/*******************/
P.bodytext { font-size: 11px; color: #000000; }

.listecontent {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight:normal;
	margin-left:-25px;
	list-style-image: url(../images/allgemein/lipo_liste.gif);
	list-style-type: square;
}
.listecontent li {
	padding-bottom: 5px;
}


/* RTE / Table styling */
TABLE.contenttable { border: 1px #333333 solid; margin: 10px 0px 10px 0px; width: 100%; }
TABLE.contenttable TR TD { padding: 0px 3px 0px 3px; }
TABLE.contenttable TR TD P.bodytext { font-size: 10px; }
TABLE.contenttable TR { background-color: #EDEBF1; }


/* General content -> Text -> Menu/Sitemap item */
P.csc-menu {
	font-family:verdana, arial,sans-serif;
	font-size:12px;
}
/* General content -> Text -> Menu/Sitemap item: Section-title */
P.csc-section {
	font-family:verdana, arial,sans-serif;
	font-size:12px;
}
A {
	color:#ff8e00;
}
/* General content -> Text -> Header date */
P.csc-header-date {
	font-family:verdana, arial,sans-serif;
}
/* General content -> Text -> Caption */
P.csc-caption {
	font-family:verdana, arial,sans-serif;
}

.linktext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ff8e00;
	font-style: normal
	}

.linktextklein {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #ff8e00;
	font-style: normal
}

.fliesstext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal
	}

.fliesstext_start {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal
	}

.startseite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #ff6600;
	font-style: normal
	}
	
DIV.errorform
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:red;
	margin-left:150px;
	margin-bottom:5px;
}

/***************/
/* Bulletlists */
/***************/

UL{
	color: #ff6600; list-style-image: url(../images/allgemein/lipo_liste.gif);
}

/* 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(fileadmin/lamu/images/allgemein/lipo_liste.gif); }


.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button { width:100px; }
	.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword { width:150px; }
	.tx-indexedsearch .tx-indexedsearch-whatis P .tx-indexedsearch-sw { font-weight:bold; font-style:italic; }
	.tx-indexedsearch .tx-indexedsearch-whatis { margin-top:10px; margin-bottom:5px; }
	.tx-indexedsearch P.tx-indexedsearch-noresults { text-align:center; font-weight:bold; }
	.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title { background:#eeeeee; }
	.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title P { font-weight:bold; }
	.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title P.tx-indexedsearch-percent { font-weight:normal; }
	.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr P { font-style:italic; }
	.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr P .tx-indexedsearch-redMarkup { color:red; }
	.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info { background:#eeeeff; }
	.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 TABLE { background:#cccccc; }
	.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TD { vertical-align:absmiddle; }
/*
div.tx-sgglossary-pi1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.tx-sgglossary-pi1 P, OL, UL, DIV, H1, H2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.tx-sgglossary-pi1 H1 {
	font-size: 14px;
	color: #9ea2a9;
}
.tx-sgglossary-pi1 H2 {
	font-size:13px;
}
P, H1, H2 {
	margin: 0px 0px 5px 0px;
}
.tx-sgglossary-pi1 P A {
	color:#ff8e00;
}
.tx-sgglossary-pi1 P A:hover {
	text-decoration:none;
	color:#ff6600;
}
.tx-sgglossary-pi1 P A:active {
	color:#ff6600;
	text-decoration:none;
}
.tx-sgglossary-pi1 P A:visited {
	text-decoration:none;
}
.tx-sgglossary-pi1 .tx-sgglossary-pi1-listrow TABLE {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.tx-sgglossary-pi1 .tx-sgglossary-pi1-listrow TD {
	font-size:11px;
	color:black;
	font-weight:normal;
}
.tx-sgglossary-pi1 .tx-sgglossary-pi1-listrow TD P {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:black;
	font-weight:normal;
}
.tx-sgglossary-pi1 .tx-sgglossary-pi1-singleView TABLE {

}
.tx-sgglossary-pi1 .tx-sgglossary-pi1-singleView TD {

}
.tx-sgglossary-pi1 .tx-sgglossary-pi1-singleView TD.tx-sgglossary-pi1-singleView-HCell P {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:black;
	font-weight:normal;
	font-style:normal;
	font-variant:normal;
}
.tx-sgglossary-pi1 .tx-sgglossary-pi1-singleView TD.tx-sgglossary-pi1-singleView-HCell P A {
	color:yellow;
	text-decoration:none;
	font-weight:normal;
}
.tx-sgglossary-pi1 .tx-sgglossary-pi1-singleView TD.tx-sgglossary-pi1-singleView-HCell P A:hover {
	color:blue;
}
.tx-sgglossary-pi1 .tx-sgglossary-pi1-singleView TD.tx-sgglossary-pi1-singleView-HCell P A:active {
	color:aqua;
}
.tx-sgglossary-pi1 .tx-sgglossary-pi1-singleView TD.tx-sgglossary-pi1-singleView-HCell P A:visited {
	color:aqua;
}
.tx-sgglossary-pi1 .tx-sgglossary-pi1-singleView TD P {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.tx-sgglossary-pi1 .tx-sgglossary-pi1-singleView TD P A {
	color:aqua;
}
.tx-sgglossary-pi1 .tx-sgglossary-pi1-singleView TD P A:hover {
	color:white;
}
.tx-sgglossary-pi1 .tx-sgglossary-pi1-singleView TD P A:active {
	color:teal;
}
.tx-sgglossary-pi1 .tx-sgglossary-pi1-singleView TD P A:visited {
	color:aqua;
}
.tx-sgglossary-pi1 P {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:black;
}
.tx-sgglossary-pi1 .tx-sgglossary-pi1-modeSelector P {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:black;
}
.tx-sgglossary-pi1 .tx-sgglossary-pi1-modeSelector TABLE {

}
.tx-sgglossary-pi1 .tx-sgglossary-pi1-modeSelector TD.tx-sgglossary-pi1-modeSelector-SCell P {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:black;
}
.tx-sgglossary-pi1 .tx-sgglossary-pi1-browsebox P {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:black;
}
.tx-sgglossary-pi1 .tx-sgglossary-pi1-browsebox P A {
	color:fuchsia;
}
.tx-sgglossary-pi1 .tx-sgglossary-pi1-browsebox P SPAN.tx-sgglossary-pi1-browsebox-strong {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
}
.tx-sgglossary-pi1 .tx-sgglossary-pi1-browsebox TABLE {
	border-color:black;
}
.tx-sgglossary-pi1 .tx-sgglossary-pi1-browsebox TD.tx-sgglossary-pi1-browsebox-SCell P {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:black;
}
.tx-sgglossary-pi1 .tx-sgglossary-pi1-searchbox TABLE {

}
.tx-sgglossary-pi1 .tx-sgglossary-pi1-searchbox INPUT {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:black;
}
.tx-sgglossary-pi1 .tx-sgglossary-pi1-searchbox INPUT.tx-sgglossary-pi1-searchbox-sword {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:black;
}
.tx-sgglossary-pi1 .tx-sgglossary-pi1-searchbox INPUT.tx-sgglossary-pi1-searchbox-button {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:black;
}
*/
/* default styles for extension "tx_spdirectory_pi1" */
/*
        .tx_spdirectory-pi1-myform { font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 10px; }
        .tx_spdirectory-pi1-myformactive { font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 10px; color: #CC0000; }
	.tx_spdirectory-pi1-dotted { border: 1px solid #DADADA; }
        .tx_spdirectory-pi1-small { font-size: 10px; }
	.tx_spdirectory-pi1-dottedcorner { border-top: 0px none; border-right: 0px none; border-bottom: 2px dotted #DADADA; border-left: 2px dotted #DADADA; }
	.tx_spdirectory-pi1-dottedcolor { border: 2px dashed #EEEEFD; }
	*/
/* default styles for extension "tx_t3references_pi1" */
/*
  .tx-t3references-pi1 H2 { margin-top: 0px; margin-bottom: 0px; }
  .tx-t3references-pi1 .tx-t3references-pi1-listrow TD {background-color: #eeeeee;}
  .tx-t3references-pi1 .tx-t3references-pi1-listrow TR.tx-t3references-pi1-listrow-header TD {background-color: #cccccc;}
  */
/* default styles for extension "tx_t3consultancies_pi1" */
/*
  .tx-t3consultancies-pi1 .tx-t3consultancies-pi1-listrow TD { background-color: #eeeeee;  padding:0px 3px 0px 3px; }
  .tx-t3consultancies-pi1 .tx-t3consultancies-pi1-listrow TR.tx-t3consultancies-pi1-listrow-header TD { background-color:#cccccc; }
  .tx-t3consultancies-pi1 .tx-t3consultancies-pi1-listrow TR.tx-t3consultancies-pi1-listrow-header TD P { font-weight:bold; }
  .tx-t3consultancies-pi1 .tx-t3consultancies-pi1-listrow TR.tx-t3consultancies-pi1-listrow-odd TD { background-color:#e0e0e0; }
  */
/* default styles for extension "tx_dropdownsitemap_pi1" */
		.tx-dropdownsitemap-pi1 A {
			font-weight: bold;
		}
		.tx-dropdownsitemap-pi1 LI.open OL {
			display: block;
		}
		.tx-dropdownsitemap-pi1 LI.closed OL {
			display: none;
		}
		.tx-dropdownsitemap-pi1 LI.open UL {
			display: block;
		}
		.tx-dropdownsitemap-pi1 LI.closed UL {
			display: none;
		}
		.tx-dropdownsitemap-pi1 DIV {
			border: solid 1px #DFE2E3;
			background: #FAFBFB;
			padding: 2px;
			margin-bottom: 5px;
		}
		.tx-dropdownsitemap-pi1 DIV.level_2 {
			background: #FFFFFF;
		}
		.tx-dropdownsitemap-pi1 DIV.level_2 A {
			font-weight: normal;
		}
		.tx-dropdownsitemap-pi1 DIV.level_3 {
			background: #FAFBFB;
		}
		.tx-dropdownsitemap-pi1 DIV.level_4 {
			background: #FFFFFF;
		}
		.tx-dropdownsitemap-pi1 DIV.level_5 {
			background: #FAFBFB;
		}
		.tx-dropdownsitemap-pi1 DIV.expAll {
			text-align: center;
			border: solid 1px #DFE2E3;
			background: #FAFBFB;
		}
