a:focus {
	border: solid 2px;
}
a:active {
	border: solid 2px #0D304E;
}
/* ###################  */
/* ########### Rahmen und Breiten der obersten Menebene im Head ########### */
.nobord {
	border: none;
}
.topmenue {
	min-width: 1em;
	margin-right: 1.2em;
	
}
* html .topmenue {
	width: 1em;
	
}
/* ####################################### */
/* ########################################*/
/* ##### ##  obere Navigation ############*/
#head ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
#head li ul li {
	margin-bottom: -2px;
}
#head li.topmenue {
	float: left;
}
* html #head li {
	width: 1em;
}
#head li a {
	display: block;
	text-decoration: none;
	background-image: url(../pics/frauenklinik/test/stripes_nav_oben.gif);
	background-repeat: repeat-y;
	
	height: 1.2em;
	padding: 3px;
	color: #000070;
	
}
#head li ul li {
	border: 1px solid #330099;
	width: 12em;
}
#head li a:visited {
color: #000070;
}
#head li a:focus {
	color: #000070;
	border: solid 2px #0D304E;
}
#head li a:hover {
	background-color: #FFCC00;
	background-image: none;
	color: #333333;
	
}
#head li a:active {
	color: #993300;
	border: solid 2px #0D304E;
}


/* EBENE 2*/
/* wenn hier #head gesetzt wird, wird das Men verschoben wie in Firefox */
ul ul { 
	display: none;
} 
#head li:hover ul, #head li.iehover ul { 
	position: relative;
	z-index: 200;
 	display: block;
	padding: 4px 5px 5px 5px;
	width: 100%;
}
#head li.iehover ul { 
	position: absolute;
	z-index: 301;
 	display: block;
	
}
/* #### Breite des gehoverten Links ### */
* html #head li ul li {
	width: 11em;
	
}

/*EBENE 3*/
ul ul ul{
	margin-left: 16em;
	display: none;
		
}

li:hover ul ul ul {
	display: block;
	position: relative;
	left: 9px;
}
li.iehover ul ul ul {
 	display: block;
	position: relative;
	left: 500px;
}
/* ########################################*/
/* ##### ##  linke Navigation ############*/
/* ########################################*/
#left ul {
    padding: 0;
    margin: 0;
	margin-left: 15px;
    list-style-image:url(../pics/pfeil_blau.gif);
   	font-size: 1.1em;
}
#left li {
	width: 142px;
/*	background-image:url(../pics/pfeil_blau.gif);*/
	background-position: left;
	background-repeat: no-repeat;
	
}
#left li a {
	text-decoration: none;
	background-image: none;
	border: 0;
	display: block;
	margin-bottom: 3px;
	color: #333333;
	display: block;
	font-weight: normal;
}
#left li a:visited {
}
#left li a:focus {
	border: solid 2px #0D304E;
}
#left li a:hover {
	color: #0D304E;
	font-weight: bold;
	background-color: #CADFE0;
}
#left li a:active {
	border: solid 2px #0D304E;
}
/* ########################################*/
/* ##### ##  rechte Navigation ############*/
/* ########################################*/
#right ul {
    padding: 0;
    margin: 0;
	margin-left: 30px;
	list-style-image: url(../pics/pfeil_gr.gif);
   	font-size: 1.1em;
}
#right li {
	width: 152px;
	background-image:none;
	background-position: left;
	background-repeat: no-repeat;
}
#right li a {
	margin: 0;
	text-decoration: none;
	background-image: none;
	border: 0;
	margin-bottom: 2px;
	display: block;
	color: #333333;
	display: block;
	font-weight: normal;
}
#right li a:visited {
}
#right li a:focus {
	border: solid 2px #0D304E;
}
#right li a:hover {
	color: #0D304E;
	background-color: #CADFE0;
}
#right li a:active {
	border: solid 2px #0D304E;
}


/* ####### Links im Fliesstext ##### */
#main a {
	display: inline;
	text-decoration: underline;
	background-image: none;
	border: 0;
	font-weight: normal;
	color: #308F86;
	
}
#main a:visited {
}
#main a:focus {
	border: solid 2px #0D304E;
}
#main a:hover {
	color: #0D304E;
	background-color: #CADFE0;
}
#main a:active {
	border: solid 2px #0D304E;
}
/* ############### Links in fusszeile ####### */
#foot a {
	color: black;
}
#foot a:hover {
	color: #FFCC00;
	background-color: #669966;
	font-weight: bold;

}
#foot a:focus {
	color: #003399;
	border: solid 2px #0D304E;
}
#foot a:active {
	color: #003399;
	border: solid 2px #0D304E;
}
#footxt a {
	margin-right: 20px;
}
/* ######### Linkbutton Arbeitskreise ####### */
#buttonlink {
background-image:url(../pics/bt_arbeitskreise01.gif);
background-repeat: no-repeat;

}
#buttonlink a:hover {
background-image:url(../pics/bt_arbeitskreise02.gif);
background-repeat: no-repeat;
 }
