/* CSS Document */

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/dd_valid.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* common styling */
.menu {
width:832px; 
height:32px; 
position:relative; 
left:138px;
top:-32px;
z-index:100;
}

.menu ul li a, .menu ul li a:visited {
display:block; 
text-decoration:none; 
font-family: arial, sans-serif; 
font-size:12px;
color:#FFF;
width:auto;
height:32px;
vertical-align:middle;
/*border-top:1px solid #000000; 
border-left:1px dotted #666666; */ 
background:#89a9d8;
line-height:30px; 
font-size:12px; 
font-weight:bold;
padding:0 13px 0 13px;
/*padding-left: 13px;
padding-left: 10px;
padding-top: 0px;*/
margin-right: 2px;
}

#last_link {
	height:32px;
	width:276px;
	background-image:url(../_standards/navi_transparent.png);
}

.menu ul {
/*padding:0; 
margin:0;*/
list-style: none;
}

.menu ul li {
float:left; 
position:relative;
}
.menu ul li ul {
position: relative;
top:-303px;
		/*--- mit Strahlentherapie: ---
		top:-332px;*/
display: none;

}

/* specific to non IE browsers */
.menu ul li:hover a {
color:#fff; 
font-weight:bold;
/*background-image: url("../00_standards/subnaviback.png");*/
background:#3d3a6f;
}
.menu ul li:hover ul {
display:block; 
/*position:absolute; 
top:21px; 
left:0;*/ 
width:100px;
}

.menu ul li:hover ul li a.hide {
/*background:#a60b16;*/
color:#fff;

}

.menu ul li:hover ul li:hover a.hide {
/*background:#a60b16;*/ 
color:#000;

}
.menu ul li:hover ul li ul {
display: none;
}
.menu ul li:hover ul li a {
font-size: 12px;
font-weight:normal;
width:200px;
display:block;
background:transparent;
white-space:nowrap;
border-bottom: 1px solid #FFF;
background-image:url(../_standards/subnavi_transparent.png);
color:#fff;
padding-bottom:4px;
height:25px;
}

#nuklear_back a {
	background:transparent;
	background-image:url(../_standards/pfeil_navi01.png);
	}
	
#nuklear_back a:hover {
	background:transparent;
	background-image:url(../_standards/pfeil_navi02.png);
	}
	
#nuklear_back2 a {
	background:transparent;
	background-image:url(../_standards/subnavi_transparent.png);

	}
	
#nuklear_back2 a:hover {
	background:#3d3a6f;

	}
	
	
#nuklear_back_sub a {
	background:transparent;
	background-image:url(../_standards/pfeil_navi01_sub.png);
	}
	
#nuklear_back_sub a:hover {
	background:transparent;
	background-image:url(../_standards/pfeil_navi02_sub.png);
	}	
	
	


.menu ul li:hover ul li a:hover {
font-size: 12px;
font-weight:bold;
background:#3d3a6f;
color:#fff;
text-decoration:none;

}

.menu ul li:hover ul li:hover ul {
display:block; 
position:absolute; 
left:227px; 
top:0;
}

.menu ul li:hover ul li:hover ul.left {
left:-105px;
}

.menu .activetop {
font-size: 12px;
font-weight:bold;
background:#3d3a6f;
color:#fff;
text-decoration:none;
width:auto;
height:32px;
vertical-align:middle;
padding:7px 13px 4px 13px;
/*padding-left: 13px;
padding-left: 10px;
padding-top: 0px;*/
margin-right: 2px;

}

.menu .activestart {
font-size: 12px;
font-weight:bold;
background:#3d3a6f;
color:#fff;
text-decoration:none;
width:auto;
height:25px;
vertical-align:middle;
padding:7px 13px 0px 13px;
/*padding-left: 13px;
padding-left: 10px;
padding-top: 0px;*/
margin-right: 2px;

}


/*---------- mein Test ------------*/

#mainnavlink
{
padding-top:34px;
padding-bottom:5px;
/*background:#000000;*/
}

