/* CSS Menu Styles */
HTML, BODY {
	margin: 0 0 0 0; background-color:#D6D6D6; 
	font-family:Arial, Verdana, sans-serif; font-size:9px; font-weight:normal; color:#000000;
	height:100%;}

#page {height:100%; position:absolute; }
* html #page {height:100%;}

#submenu_top {
	position: relative; 
	left:10px; 
	top:0px; 
	width:680px; 
	height:10px; 
	border:0px solid #999999; 
	margin:1em auto;
}


p {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	font-variant:normal;
	color:#000000;
	letter-spacing: 1px;
}


.navi_link {	
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	font-variant:normal;
	color:#ffffff;
	letter-spacing: 1px;
}
a.navi_link {
	text-decoration: none;	
}
a.navi_link:hover {
	text-decoration: underline;
}


.navi_normal {
	background-color:#747474;
}

/* CSS Box Styles */
.img_box {
	border:1px solid #999999;
	padding:2px;
}

/* CSS Font Styles */
.body_text_head {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	font-variant:normal;
	color:#000000;
	letter-spacing: 1px;
}

H1.body_text_head {
	font-weight:bold;
	font-variant:normal;
	color:#F73313;
}



.body_text_normal {
	font-family:Arial, Verdana, sans-serif;
	font-size:11px;
	font-weight:normal;
	font-variant:normal;
	color:#000000;
	letter-spacing: 1px;
}

.body_text_normal a{
	text-decoration: underline;
	font-weight: bold;
	font-variant: normal;
	color:#cc0000;
}

.body_text_normal a:hover{
	text-decoration: underline;
	color: #FF1313;
}
.body_text_normal a:visited{
	text-decoration: underline;
	color: #FF1313;
}

.internal-link a{
	text-decoration: underline;
	font-weight: bold;
	font-variant: normal;
	color:#cc0000;
}
.internal-link a:hover{
	text-decoration: underline;
	color: #FF1313;
}
.internal-link a:visited{
	text-decoration: underline;
	color: #FF1313;
}

P.body_text_normal a{
	text-decoration: underline;
	font-weight: bold;
	font-variant: normal;
	color:#cc0000;
}

P.body_text_normal a:hover{
	text-decoration: underline;
	color: #FF1313;
}
P.body_text_normal a:visited{
	text-decoration: underline;
	color: #FF1313;
}

P.body_text_normal {
	font-weight:normal;
	font-variant:normal;
	color:#000000;
}



.body_text_highlight {
	font-family:Arial, Verdana, sans-serif;
	font-size:11px;
	font-weight:bold;
	font-variant:normal;
	color:#000000;
	letter-spacing: 1px;
}

P.body_text_highlight {
	font-weight:bold;
	font-variant:normal;
	color:#000000;
}


/* CSS NAVI DropDown */

/*#wrapper {position:relative; left:0px; top:0px; width:600px; text-align:left;}

#pmenu, #pmenu ul {padding:0; margin:0; list-style-type: none;}
#pmenu {margin-bottom:0em;}
#pmenu a, #pmenu a:visited {display:block; width:80px; font-size:10px; color:#fff; height:15px; line-height:15px; text-decoration:none; text-indent:5px; background:#747474; border:1px solid #666; border-width:0 1px 1px 0;}
#pmenu li {position:relative; float:left;}
#pmenu :hover > a{background:#F73313; color:#fff; text-decoration:underline;}
#pmenu li ul {display: none;}
#pmenu li:hover > ul {display:block; position:absolute; top:0; left:81px;}
#pmenu > li:hover > ul {left:0; top:16px;}
*/

/* CSS NAVI DropDown - IE5 kompatibel und alle anderen Browser */

#wrapper {
    position:relative; 
	left:0px; 
	top:0px; 
	width:600px;
	margin:0px auto 0 auto;
	text-align:left;
	background:#fff;
	font-family:Arial, Verdana, sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#fff;
	letter-spacing: 1px;
}

/* style the outer div to give it width */
.menu {padding-bottom:0px;}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none; height:1.5em; background:#747474;}

/* style the sub-level lists */
.menu ul ul {width:5em;}

/* float the top list items to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu ul li {float:left;height:1.5em;line-height:1.5em;}

/* style the sub level list items */
.menu ul ul li {display:block;width:12em;height:auto;position:relative;line-height:1em;}

/* style the links for the top level */
.menu a, .menu a:visited {display:block;float:left;height:100%;line-height:1.5em;text-decoration:none;color:#fff;background:#747474;padding:0 1em 0em 1em;}

/* style the sub level links */
.menu ul ul a, .menu ul ul a:visited {display:block;background:#747474; color:#fff; width:12em; height:100%; line-height:0.5em; border:1px solid #fff; padding:0.5em 1em;}
.menu ul table ul a, .menu ul table ul a:visited  {width:14em; w\idth:12em;}


/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; left:0; top:0;}
.menu ul ul table {lef\t:-1px;}
.menu ul ul table ul.left {margin-lef\t:2px;}

.menu li:hover {position:relative;}
* html .menu a:hover {position:relative;}

/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {color:#fff;background:#747474;}
/* style the fourth level background */
.menu ul ul ul ul a, .menu ul ul ul ul a:visited {color:#fff;background:#747474;}
/* style the sub level 1 background */
.menu ul :hover a.sub1 {color:#fff;background:#F73313;}
/* style the sub level 2 background */
.menu ul ul :hover a.sub2 {color:#fff;background:#F73313;}

/* style the level hovers */
/* first */
.menu a:hover {color:#fff;background:#F73313;}
.menu :hover > a {color:#fff;background:#F73313;}
/* second */
.menu ul ul a:hover{color:#fff;background:#F73313;}
.menu ul ul :hover > a {color:#fff;background:#F73313;}
/* third */
.menu ul ul ul a:hover {color:#fff;background:#F73313;}
.menu ul ul ul :hover > a {color:#fff;background:#F73313;}
/* fourth */
.menu ul ul ul ul a:hover {color:#fff;background:#F73313;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:1.5em;left:0;width:8em;}

/* position the third level flyout menu */
.menu ul ul ul{left:14em;top:0;width:14em;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-14em;}


/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul, .menu ul a:hover ul {visibility:visible; height:auto; padding-bottom:3em; background:transparent url(images/trans.gif);}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{visibility:visible;}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul {visibility:visible;}