@import url(print.css);
@import url(tt_news.css);
@import url(products.css);


html, body {
	margin: 0; 
	padding: 0; 
	border: 0;
	width: 100%;
	height: 100%
}

body {
color: #000; 
/*background: #ffffff url(../img/top-bg.gif) no-repeat;  */
background: #ffffff; 

font-family: arial,helvetica,sans-serif; 
font-size: 79%; 
font-weight: normal;
text-align: center; /* Seite zentriert */
text-align: left; /* Seite linksb�ndig */
margin: 0 0 20px 0;  /* Abstand Gesamtinhalt von oben und untern */
}

h1 {
	margin: 0;  /* needed for Firefox */
}

#logo {
	position: absolute;
	z-index: 10;
	right: 4px;
	top: 44px;
	width:  170px;
}

.top-bg {
	position: absolute;
	top: 0px;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 122px;
	background: #ffffff;
}

#topimage {
	position: absolute;
	left: 190px;
	z-index: 0;
	width: 600px;
	height: 66px;
	background: #ffffff;
}

#linksoben {
	position: absolute;
	z-index: 0;
	width: 190px;
	height: 110px;
}

#topmenu1 {
	position: absolute;
	top: 90px;
	left: 209px;
}
/*
#topmenu2 {
	position: absolute;
	top: 63px;
	left: 422px;
}

#topmenu3 {
	position: absolute;
	top: 63px;
	left: 868px;
}

#topmenu4 {
	position: absolute;
	top: 63px;
	left: 300px;
}
*/

/*
#PRINTLINK {
	float: right;
	position: relative;
	top: -14px;
	right: 0px;
	font: normal 11px arial,helvetica,sans-serif;
	z-index: 20;
}
*/
#homelink {
	position: absolute;
	top: 5px;
	left: 5px;
	border-right: 1px solid #d3d8dd;
	padding: 0 5px 0 0;
}

#homelink a {
	text-decoration: none;
	font: normal 11px arial,helvetica,sans-serif;
	color: #d3d8dd;
}

#homelink a:hover {
	color: #fff;
}

#sitemap {
	position: absolute;
	top: 5px;
	left: 85px;
	padding-left: 5px;
	border-left: 1px solid #d3d8dd;
}

#sitemaptext {
	position: absolute;
	top: 4px;
	left: 115px;
}

#sitemaptext a {
	text-decoration: none;
	font: bold 11px  arial,helvetica,sans-serif;
	color: #d3d8dd;
}

#sitemaptext a:hover {
	color: #fff;
}

#sitemap a {
	text-decoration: none;
	font: normal 11px  arial,helvetica,sans-serif;
	color: #d3d8dd;
}

#sitemap a:hover {
	color: #fff;
}

#language {
	position: absolute;
	top: 65px;
	left: 24px;
	z-index: 1000;
}

#language-menu {
	position: static;
}

#search {
	position: absolute;
	z-index: 10;
	top: 30px; 
	left: 10px;
	width: 250px;
}

.suche {
font: normal 11px arial,helvetica,sans-serif;	
position: relative;
top: -3px;
}

p  {
/*margin: 6px 0; padding: 0 6px; */
}

.clear { clear: both; }

a {text-decoration: underline; font-weight: bold; color: #000;}

.alignright {margin-top: 0; text-align: right; clear: both;}

.small {font-size: .9em;}

.wide {
/*background: #ffc url(fileadmin/templates/main/img/wide.gif);  */  /* header and footer colours */
width: 100%; 
/*font-size: 1em;
font-weight: normal;
color: #000;  */
/*text-align: center;  */
/*background: #ecf5fc url(../img/top-bg.gif) no-repeat;  */
background: #ffffff;
}

.wide p {margin: 0; padding: 0px; position: relative;}

.top {
	height: 150px;
	background: #ffffff;
	color: #000;
/*	background: url(../img/top-bg.gif) no-repeat;  */
}

.top a {
/*	position: absolute; right: 20px; text-align: right; font-weight: bold; font-size: .7em; color: #000;  */
}

.bottom {
/*	border-top: 1px solid #000;  */
	position: relative;
}

.testfloat {width: 50px; border: 2px solid #f90; background: #ffd; font-size: .7em;}

.to-right {float: right;}

.to-left {float: left;}

.ap-test {
position: absolute; 
top: -12px;  /* negativer Wert (Boxh�he +2p) */
font-size: .6em; 
width: 190px; 
height: 10px;  /* Boxh�he */
background: transparent;
}

/* \*/
* html .ap-test {
top: -11px;  /* negativer Wert (Boxh�he +1p) */ 
t\op: -12px; /* negativer Wert (Boxh�he +2p) */
}
/* */

.ap-left {left: 0;}

.ap-right {right: 0;}

.wrapper {
position: relative;
margin: 0;  /* Seite linksb�ndig */
width: 1000px; /* Gesamtbreite */
text-align: left;
z-index: 10;
overflow: hidden;
}

* html .wrapper {   /*** IE5.x/win box model fix ***/
width: 1000px; /* Gesamtbreite +2 px */
wid\th: 1000px; /* Gesamtbreite */
z-index: 10;
}

.outer {
position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
margin-left: 190px;  /* Breite der linken Spalte */
width: 600px; /* Breite mittlre Spalte = Gesamtbreite - linke Spalte - rechte Spalte -2px */
background: #ffffff; /*** Sets background of center col***/
/*border-left: 1px solid #000; */  /*** Critical left divider dimension value ***/
/*border-right: 1px solid #000; */  /*** Critical right divider dimension value ***/
}

* html .outer {   /*** IE5.x/win box model fix ***/
width: 480px;   /*** Critical left and right col/divider dimension value (moves inversly) ***/
width: 600px; /* Breite der mittleren Spalte */
wid\th: 478px;   /*** Critical left and right col/divider dimension value (moves inversly) ***/
wid\th: 600px;  /* Breite der mittleren Spalte -2px */
position: relative;
}

.float-wrap {
float: left;
width: 478px;   /*** Critical left and right col/divider dimension value (moves inversly) ***/
width: 600px; /* Breite mittlre Spalte = Gesamtbreite - linke Spalte - rechte Spalte -2px */
margin-right: -1px;   /*** Static fix ***/
position: relative;
}

.center {
float: right;
width: 600px; /* Breite mittlre Spalte = Gesamtbreite - linke Spalte - rechte Spalte -2px */
margin-bottom: -1px;   /*** Fixes a variance in IE/win for the green AP bottom boxes ***/
/* \*/
margin-left: -1px; 
/* Hidden from IE-mac */
}

.left {
position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
width: 152px;    /*** Critical left col/divider dimension value ***/
width: 167px; /* breite der linken spalte +2 px */
width: 190px;
margin-left: -151px;    /*** Critical left col/divider dimension value ***/
margin-left: -166px; /* negative (Breite der linken Spalte +1px)  */
margin-left: -190px;
/*background: #becdef url(../img/navi-bg.jpg) repeat-y;  */
/*background: yellow;  */
/* height: 300px;  */
}

* html .left {
float:left;	
}
/*
p {
	position: relative; 

}
*/
*>html .left {width:151px;}   /*** Fix only for IE/Mac ***/
*>html .left {width:190px;}  /* Breite der linken Spalte +1px */

.container-left {
/*position: relative; */ /** test for MSIE 5.2 mac bug */
width: 190px; /* Breite der linken Spalte */
padding-bottom: 110px;   /*** To keep content from going underneath the AP bottom boxes ***/ 
padding-bottom: 20px; /* H�he untere Box + 10px Abstand */
}

.right {
float: left; 
position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
width: 210px; /* Breite der rechten Spalte +2px */
margin-right: -150px;    /*** Critical right col/divider dimension value ***/
margin-right: -145px;  /* negativer Wert der Breite der rechten Spalte */
margin-right: -210px;  /* negativer Wert der Breite der rechten Spalte */
margin-left: -1px;   /*** Static fix ***/
}

/* \*/
* html .right {
margin-left: 0px; 
margin-right: -500px; 
mar\gin-right: -210px;  
}
/* */

.container-right { 
/* \*/width: 150px;/* Hidden from IE-Mac */   /*** Critical right col dimension value ***/
/* \*/width: 210px;/* Breite der rechten Spalte */
margin-left: 3px;    /*** Critical right divider dimension value ***/
padding-bottom: 20px;   /*** To keep content from going underneath the AP bottom boxes ***/
}

/* \*/
* html .container-right {
fl\oat: right;
margin-left: 2px; 
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;}
/* */


.italics-test, .italics-test-side {
font-style: italic; 
text-align: justify; 
background: #ffffff;
/*border: 1px solid red; */
}

/* \*/
* html .italics-test, * html .italics-test-side {
overflow: hidden;
width: 100%;
o\verflow: visible;
w\idth: auto;
hei\ght: 1px;
}
/* */

#box3 {
	position: absolute;
	top: 111px;
	left: 0;
	width: 190px;
	height: 39px;
	background: #d3d8dd;
}

#copyright {
	display: block;
	width: 190px;
	text-align: center;
	font: normal 11px Arial,Helvetica,sans-serif;
	margin: 0 0 10px 0;
}

#rootline {
	position: absolute;
	top: 130px;
	left: 205px;
}

#rootline a {
	text-decoration: none;
	font: normal 11px Arial,Helvetica,sans-serif;
	color: #000;
}

#images {
	position: relative; 
	top: 0px;
	left: 0px;
	width: 600px;
	height: 180px;
}

#image1{
	position: relative;
	top: 0;
 float: left;
}

#image2 {
	top: 0;
	left: 0;
	float: right;
	position: relative;
}

#bottom-adresse-wrapper {
display: inline;
	position: relative;
	left: 205px;
	top: 3px;
	font: normal 11px arial,helvetica,sans-serif;
	padding: 3px 0 0 0;
	width: 600px;
}

#bottom-adresse {
	display: inline;
	position: relative;
	left: 0px;
	font: normal 11px arial,helvetica,sans-serif;
}



.searchbutton {
	position: relative;
	top: 2px;
	left: 0px;
}

.bottom {
	margin-top: 40px;
	background: url(../img/bottom-bg.gif) no-repeat;
	background-position: 30px 0;
	width: 777px;
	width: 790px;
	height: 20px;
}

#printlink {
	position: relative;
	left: 510px;

	top: -14px;
}

#printlinktext {
	position: relative;
	left: 522px;
	top: -26px;
	width: 200px;
}

#print {	
	color: #000000;
	font: normal 11px Verdana,Arial,Helvetica,sans-serif;
}

#printlinktext a{
	text-decoration: none;
	color: #000000;
	font: normal 11px Arial,Helvetica,sans-serif;
}


#print a:hover {
	color: #0061aa;
}

#content {
	position: relative;
	top: 16px;
}

#CONTENTNORMAL1 {
	width: 430px;
	overflow: hidden;
	padding: 0 0 10px 0;
}

#CONTENTNORMAL #CONTENT {
}	

#BORDER {
	padding: 3px 0 0 3px;
}

#ct1 #CONTENT {
	margin: 11px 0 0 15px;
	width: 585px;
	overflow: hidden;
}

#ct2 #LCONTENT {
	width: 780px;
	margin: 200px 0 0 20px;
/*	height: 100px; */
}

#ct2 #CONTENT {
	position: static;
	margin: 0 0 0 20px;
	width: 780px;
}

#ct2 #CONTENT h2 {
	position: relative;
	top: 0px;
	left: -112px; 
	padding: 40px 0 0 10px;
	font: normal 12px arial,helvetica;
	color: #ffffff;
	background: url(../img/overview-labor.gif) no-repeat;
	width: 273px;
	height: 62px;
	z-index: 5;
}

#ct2 #CONTENT img {
	z-index: 10;
	position: relative;
	left: 138px;
	top: -1px;  
}

#ct3 #LCONTENT {
	width: 780px;
	margin: 0 0 0 20px;
	height: 100px;
}

#ct3 #RCONTENT {
	width: 245px;
	margin: 0 245px 0 285px;
}

#ct3 #BORDER {
	float: right;
	width: 245px;
	margin: 0 0 0 20px;
}

#ct3 #CONTENT {
	float: left;
	width: 245px;
	margin: 0 0 0 20px;
}

#ct3 p.bodytext {
	background: #a0d2f1;
	padding: 20px;
}


#ct4 #LCONTENT {
	width: 780px;
	margin: 0 0 0 20px;
	height: 100px;
}

#ct4 #RCONTENT {
	float: right;
	width: 400px;
	margin: 60px 0 0 0;
}

#ct4 #CONTENT {
	width: 360px;
	margin: 0 0 0 20px;
}



#ct5 #LCONTENT {
	width: 780px;
	margin: 0 0 0 20px;
	height: 100px;
}

#ct5 #RCONTENT {
	float: right;
	width: 400px;
}

#ct5 #CONTENT {
	width: 360px;
/*	margin: 0 420px 0 0;  */
	margin: 0 0 0 20px;
	overflow: hidden;
}

/* Menu links 1. Ebene */

#menu1 {
	width: 190px;
	overflow: hidden;
	position: relative;
	top: 1px;
}

#menu1 ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 190px;
	overflow:hidden;
}

#menu1 li {
	padding: 0;
}

#menu1 li a {
	text-decoration: none;
	font: bold 12px Arial,Helvetica,sans-serif;
	padding: 7px 0 7px 21px;
	display: block;
	color: #777777;
	width: 169px;
	border-bottom: 1px solid #fff;
}

#menu1 li.NO {
	background: #d3d8dd url(../img/pfeil_navi_links_0.gif) no-repeat;
	background-position: 10px 8px;
}

#menu1 li.NO a {
	color: #777777;
/*	background-color: #d2d8ed;  */
} 

#menu1 li.NO a:hover{
	background: #d2d8ed url(../img/pfeil_navi_links_1.gif) no-repeat;
	background-position: 10px 8px;
	width: 169px;
	overflow: hidden;
} 

#menu1 li.ACT {
	background: #b8c1e3 url(../img/pfeil_navi_links_2.gif) no-repeat;
	background-position: 10px 8px;
	
}

#menu1 li.ACT a {
	color: #777777;
	font-weight: bold;
} 

#menu1 li.ACT a:hover {
} 

#menu1 li.CUR {
	background: #b8c1e3 url(../img/pfeil_navi_links_2.gif) no-repeat;
	background-position: 10px 9px;
}

#menu1 li.CUR a {
	color: #777777;
	font-weight: bold;
} 

#menu1 li.CUR a:hover {
}

/* Menu links 2. Ebene */

#menu1 ul ul {
	border-bottom: 1px solid #ffffff;  
	border-bottom: none;
}

#menu1 li li {
	background: #d2d8ed url(../img/clear.gif) no-repeat;
/*	background-position: 20px 1px;  */
	margin: 0;
	padding: 0;
}

#menu1 li li a {
	text-decoration: none;
	font: normal 11px Arial,Helvetica,sans-serif;
	padding: 1px 0 1px 30px;
	display: block;
	color: #777777;
/*	width: 160px;  */
	border: none;
}

#menu1 li li.NO {
	background: #d2d8ed url(../clear.gif) no-repeat;
	font-weight: normal;
}

#menu1 li li.NO a {
	background: #d2d8ed url(../clear.gif) no-repeat;
	font: normal 11px Arial,Helvetica,sans-serif;
	color: #777777;
} 

#menu1 li li.NO a:hover{
	background: #d2d8ed;
	font-weight: bold;	
} 

#menu1 li li.ACT {
	background: #d2d8ed /*  url(../img/pfeil_navi_links_2.gif) no-repeat  */;
	background-position: 20px 1px;

}

#menu1 li li.ACT a {
	color: #777777;
	font-weight: bold;
} 

#menu1 li li.ACT a:hover {

} 

#menu1 li li.CUR {
	background: #d2d8ed /* url(../img/pfeil_navi_links_2.gif)  no-repeat */;
	
/*	background-position: 20px 1px;  */
}

#menu1 li li.CUR a {
	background-color: #b8c1e3;
	font-weight: bold;
} 

#menu1 li li.CUR a:hover {
} 


/* Menu links 3. Ebene */

#menu1 ul ul ul {
	border-bottom: 1px solid #ffffff;
}

#menu1 ul ul.special {
	border-bottom: 1px solid #ffffff;
}

#menu1 li li li {
	margin: 0;
	padding: 0;
}

#menu1 li li li a {
	text-decoration: none;
	padding: 0px 0 0px 36px;
	display: block;
	color: #777777;
/*	width: 154px;  */
	border: none;
}

#menu1 li li li.NO {
	background: #b8c1e3 url(../img/bullet2.gif) no-repeat;
	background-position: 20px 5px;
}

#menu1 li li li.NO a {
	color: #777777;
	font: normal 11px Arial,Helvetica,sans-serif;
	background: #d2d8ed  url(../img/bullet2.gif)  no-repeat ;
	background-position: 30px 5px;  
	font-weight: normal;
} 

#menu1 li li li.NO a:hover {
	background: #d2d8ed  url(../img/bullet2.gif)  no-repeat ;
	background-position: 30px 5px; 
	font-weight: bold; 
	padding-left: 36px;
} 

#menu1 li li li.ACT {
	background: #d2d8ed url(../img/bullet2.gif) no-repeat;
	background-position: 20px 1px;

}

#menu1 li li li.ACT a {
	color: #777777;
	background: #d2d8ed  url(../img/bullet2.gif)  no-repeat ;
	background: #b8c1e3  url(../img/bullet2.gif)  no-repeat ;	
	background-position: 30px 5px;  
	font-weight: bold;	

} 

#menu1 li li li.ACT a:hover {
	background: #d2d8ed  url(../img/bullet2.gif)  no-repeat ;
	background-position: 30px 5px;  
} 

#menu1 li li li.CUR {
	background: #d2d8ed  url(../img/bullet2.gif)  no-repeat ;
	background-position: 20px 1px;  
}

#menu1 li li li.CUR a {
	background: #b8c1e3  url(../img/bullet2.gif)  no-repeat ;	
	background-position: 30px 5px; 
	font-weight: bold; 
	padding-left: 35px;
} 

#menu1 li li li.CUR a:hover {
	background: #b8c1e3  url(../img/bullet2.gif)  no-repeat ;
	background-position: 30px 5px;  
} 

/* menuleiste oben */

#menu2 {
	position: absolute;
	z-index: 10;
	left: 190px;
	top: 66px;
	width: 600px;
	height: 22px;
	background: #999ea3;
}

#menu2 ul {
	margin: 0 0 0 5px;
	padding: 0;
	list-style-type: none;
}

#menu2 li {
	padding: 3px 10px 2px 15px;
	float: left;
	background: #999ea3 url(../img/pfeil_0.gif) no-repeat;
	background-position: 4px 6px;
}

#menu2 li a {
	text-decoration: none;
	font: bold 12px Arial,Helvetica,sans-serif;
/*	padding: 0; */
	color: #ffffff;
}

#menu2 li.NO a{
	color: #ffffff;
} 

#menu2 li.NO a:hover{
	color: #cbd7dd;
} 

#menu2 li.ACT a {
	color: #cbd7dd;
	font-weight: bold;
} 

#menu2 li.ACT a:hover {
	color: #cbd7dd;
} 

#menu2 li.ACT {
	background: #999ea3 url(../img/pfeil_1.gif) no-repeat;
	background-position: 2px 3px;
	
}

#menu2 li.CUR {
	background: #999ea3 url(../img/pfeil_1.gif) no-repeat;
	background-position: 2px 3px;
	
}

#menu2 li.CUR a {
	color: #cbd7dd;
	font-weight: bold;
} 

#menu2sub {
	position: absolute;
	z-index: 10;
	left: 190px;
	top: 88px;
	height: 22px;
	width: 600px;
	background: #d3d8dd;
}

#menu2a,
#menu2b,
#menu2c,
#menu2d,
#menu2e,
#menu2f,
#menu2g {
	position: absolute;
	z-index: 10;
	left: 20px;
	top: 3px;
	height: 16px;
}

/* Einrücken deaktiviert


#menu2b {
	left: 95px;
}

#menu2c {
	left: 175px;
}

#menu2d {
	left: 241px;
}

#menu2e {
	left: 341px;
}

#menu2f {
	left: 429px;
}

#menu2g {
	left: 499px;
}



*/

#menu2a ul,
#menu2b ul,
#menu2c ul,
#menu2d ul,
#menu2e ul,
#menu2f ul,
#menu2g ul {
	margin: 0 0 0 0px;
	padding: 0;
	list-style-type: none;
}

#menu2a li,
#menu2b li,
#menu2c li,
#menu2d li,
#menu2e li,
#menu2f li,
#menu2g li {
	padding: 0;
	float: left;
	font: normal 11px Arial,Helvetica,sans-serif;
	color: #000000;
	background: #d3d8dd;
}

#menu2a li a,
#menu2b li a,
#menu2c li a,
#menu2d li a,
#menu2e li a,
#menu2f li a,
#menu2g li a {
	text-decoration: none;
	font: normal 11px Arial,Helvetica,sans-serif;
	padding: 0;

}

#menu2a li.NO a,
#menu2b li.NO a,
#menu2c li.NO a,
#menu2d li.NO a,
#menu2e li.NO a,
#menu2f li.NO a,
#menu2g li.NO a {
	color: #666666;

} 

#menu2a li.NO a:hover,
#menu2b li.NO a:hover,
#menu2c li.NO a:hover,
#menu2d li.NO a:hover,
#menu2e li.NO a:hover,
#menu2f li.NO a:hover,
#menu2g li.NO a:hover {
	font-weight: bold;
} 

#menu2a li.ACT a,
#menu2b li.ACT a,
#menu2c li.ACT a,
#menu2d li.ACT a,
#menu2e li.ACT a,
#menu2f li.ACT a,
#menu2g li.ACT a {
	color: #666666;
} 

#menu2a li.ACT a:hover,
#menu2b li.ACT a:hover,
#menu2c li.ACT a:hover,
#menu2d li.ACT a:hover,
#menu2e li.ACT a:hover,
#menu2f li.ACT a:hover,
#menu2g li.ACT a {
  font-weight: bold;
} 

#menu2a li.ACT,
#menu2b li.ACT,
#menu2c li.ACT,
#menu2d li.ACT,
#menu2e li.ACT,
#menu2f li.ACT,
#menu2g li.ACT {
	font-weight: bold;
	
}

#menu2a li.CUR,
#menu2b li.CUR,
#menu2c li.CUR,
#menu2d li.CUR,
#menu2e li.CUR,
#menu2f li.CUR,
#menu2g li.CUR {
}

#menu2a li.CUR a,
#menu2b li.CUR a,
#menu2c li.CUR a,
#menu2d li.CUR a,
#menu2e li.CUR a,
#menu2f li.CUR a,
#menu2g li.CUR a {
	color: #666666;
	font-weight: bold;
} 



#menu3 {
	position: absolute;
	z-index: 10;
	top:66px;
	left: 0;
	width: 190px;
	height: 22px;
	background: #70848a;
}


#menu4 {
	position: relative;
	top: -1px;
	width: 164px;
	height: 157px; 
	background: #ccc;
}

.otec-farbe1 #menu4  {
	background: #e6e8e9;
}

.otec-farbe2 #menu4  {
	background: #d2d8ed;
}

.otec-farbe3 #menu4  {
	background: #f5dbd6;
}

.otec-farbe4 #menu4  {
	background: #fbf5c2;
}

.otec-farbe5 #menu4  {
	background: #e0f3c8;
}

.otec-farbe6 #menu4  {
	background: #d9eff1;
}

#menu4 ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu4 li {
	padding: 0;
}

#menu4 li a {
	text-decoration: underline;
	font: bold 10px Arial,Helvetica,sans-serif;
	padding: 1px 0 2px 15px;
	display: block;
	color: #666666;
	width: 149px;
}

.otec-farbe1 #menu4 li a {
	background: #e6e8e9 url(../img/pfeil_navi_rechts_0.gif) no-repeat;
	background-position: 5px 2px;
}

.otec-farbe2 #menu4 li a {
	background: #d2d8ed url(../img/pfeil_navi_rechts_0.gif) no-repeat;
	background-position: 5px 2px;
}

.otec-farbe3 #menu4 li a {
	background: #f5dbd6 url(../img/pfeil_navi_rechts_0.gif) no-repeat;
	background-position: 5px 2px;
}

.otec-farbe4 #menu4 li a {
	background: #fbf5c2 url(../img/pfeil_navi_rechts_0.gif) no-repeat;
	background-position: 5px 2px;
}

.otec-farbe5 #menu4 li a {
	background: #e0f3c8 url(../img/pfeil_navi_rechts_0.gif) no-repeat;
	background-position: 5px 2px;
}

.otec-farbe6 #menu4 li a {
	background: #d9eff1 url(../img/pfeil_navi_rechts_0.gif) no-repeat;
	background-position: 5px 2px;
}


#menu4 li a {
	background: #d9eff1 url(../img/pfeil_navi_rechts_0.gif) no-repeat;
	background-position: 5px 2px;
}

#menu4 li.NO a {
	color: #666666;
} 

.otec-farbe1 #menu4 li.NO a:hover{
	background: #d3d8dd url(../img/pfeil_navi_rechts_1.gif) no-repeat;
	background: url(../img/pfeil_navi_rechts_1.gif) no-repeat;
	background-position: 5px 2px;
	color: #000000;
} 

.otec-farbe2 #menu4 li.NO a:hover{
	background: #b8c1e3 url(../img/pfeil_navi_rechts_1.gif) no-repeat;
	background: url(../img/pfeil_navi_rechts_1.gif) no-repeat;
	background-position: 5px 2px;
	color: #000000;
} 
.otec-farbe3 #menu4 li.NO a:hover{
	background: #ecbab1 url(../img/pfeil_navi_rechts_1.gif) no-repeat;
	background: url(../img/pfeil_navi_rechts_1.gif) no-repeat;
	background-position: 5px 2px;
	color: #000000;
} 
.otec-farbe4 #menu4 li.NO a:hover{
	background: #f8ed84 url(../img/pfeil_navi_rechts_1.gif) no-repeat;
	background: url(../img/pfeil_navi_rechts_1.gif) no-repeat;
	background-position: 5px 2px;
	color: #000000;
} 
.otec-farbe5 #menu4 li.NO a:hover{
	background: #c3e794 url(../img/pfeil_navi_rechts_1.gif) no-repeat;
	background: url(../img/pfeil_navi_rechts_1.gif) no-repeat;
	background-position: 5px 2px;
	color: #000000;
} 
.otec-farbe6 #menu4 li.NO a:hover{
	background: #b3e0e3 url(../img/pfeil_navi_rechts_1.gif) no-repeat;
	background: url(../img/pfeil_navi_rechts_1.gif) no-repeat;
	background-position: 5px 2px;
	color: #000000;
} 

#menu4 li.ACT {
	background: #b8c1e3 url(../img/pfeil_navi_rechts_2.gif) no-repeat; 
	background-position: 5px 2px;
}

#menu4 li.ACT a {
	color: #666666;
} 

#menu4 li.ACT a:hover {
} 

.otec-farbe1 #menu4 li.CUR a,
.otec-farbe2 #menu4 li.CUR a,
.otec-farbe3 #menu4 li.CUR a,
.otec-farbe4 #menu4 li.CUR a,
.otec-farbe5 #menu4 li.CUR a,
.otec-farbe6 #menu4 li.CUR a {
	background: transparent url(../img/pfeil_navi_rechts_2.gif) no-repeat; 
	background-position: 5px 2px;
	color: #000000;
}

#menu4 li.CUR a {
	background: url(../img/pfeil_navi_rechts_2.gif) no-repeat; 
	background-position: 5px 2px;
	color: #666666;
} 

#menu4 li.CUR a:hover {
}

.tx-xinittwocolumn-pi1 p.bodytext {
	margin: 0;
	padding: 0;
}

.tx-xinittwocolumn-pi1 td {
	margin: 0;
	padding: 0;
}
