/* // SKALIERBARE NAVIGATIONSBOXEN //////////////// */


/* ERSTE NAVIGATIONSBOX //////////////////////////////////////////////// */

#rundboxhaupt {
	margin-left:2em;
	margin-top:2em;
	padding:0em;
	width:13.8em;
	height:12.5em; 
	float:left;
	position:static;
	z-index:68; 
	}

#rundboxhaupt .lo {
	background:url("../images/rundboxhaupt_lo.png") top left no-repeat;
	height: 100%;
	}

#rundboxhaupt .lu {
	background:url("../images/rundboxhaupt_lu.png") bottom left no-repeat;
	height: 100%;
}


#rundboxhaupt .ro {
	background:url("../images/roundedbox_ro.png") top right no-repeat;
	height: 100%;
}

#rundboxhaupt .ru {
	background:url("../images/roundedbox_ru.png") bottom right no-repeat;
	height: 100%;
}

#rundboxinhalt {
	margin:0;
	/*padding:0.6em;*/
	padding:0.5em;
	width:12.8em;
	position:absolute;
	z-index:74; 
	}

.hauptbox {
	margin:0;		
	border:1px solid #9E9E9E;
	}

.hauptboxinhalt {
        padding:0.4em;
        height:13.7em; /* Diese Höhe braucht der Safari-Browser */
        border:10px solid #fff;
        background: #00a0d5;
    	font: bold 70% arial, helvetica, sans-serif;
    	}

.hauptboxinhalt li {
    	list-style:none;
        background : #00a0d5;
        margin-left:0em;
        line-height:1.95em;
}

.hauptboxinhalt li.current {
    	list-style:none;
}

.hauptboxinhalt a {
   	text-decoration: none;
    	color: #155265;
        background-image: url(../images/menu_arrow.gif);
    	background-repeat: no-repeat;
    	background-position: 4px;
    	padding-left:20px;
}
.hauptboxinhalt a.current {
	background-image: url(../images/menu_arrow_act.gif);
	background-repeat: no-repeat;
    	background-position: 4px;
    	padding-left:20px;
    	text-decoration: none;
    	color: #FFF;
}

.hauptboxinhalt a:hover {
    	color: #FFFFFF;
        background-image: url(../images/menu_arrow.gif);
	background-repeat: no-repeat;
    	background-position: 4px;
    	padding-left:20px;
}

/* ZWEITE NAVIGATIONSBOX ///////////////////////////////////////////////////////////////// */

#roundboxsub {
	/*margin-left:-1.8em;*/
	margin-left:-1.7em;
	margin-top:1em;
	width:13.8em;
	padding:0;
	float:left;
	position:static;
	z-index:67; 
	}

#roundboxsub .ro {
	background:url("../images/roundedbox_ro.png") top right no-repeat;
	height: 100%;
}

#roundboxsub .lo {
	background:url("../images/roundedbox_lo.gif") top left no-repeat;
	height: 100%;
	}

#roundboxsub .ru {
	background:url("../images/roundedbox_ru.gif") bottom right no-repeat;
	height: 100%;
}

#roundboxsub .lu {
	background:url("../images/roundedbox_lu.gif") bottom left no-repeat;
	height: 100%;
}

#roundboxsubinhalt {
	margin:0;
	/*padding:0.6em;*/
	padding:0.5em;
	width:12.8em;
	position:absolute;
	z-index:71; 
	}

.subbox {
	margin:0;		
	border:1px solid #9E9E9E;
	}

.subboxinhalt {
        padding:0.4em;
        border:10px solid #fff;
    	font: bold 70% arial, helvetica, sans-serif;
    	}


.subboxinhalt li {
    	list-style:none;
        margin-left:0;
        line-height:1.95em;
}

.subboxinhalt li.current {
    	list-style:none;
}

.subboxinhalt a {
   	text-decoration: none;
}

.subboxinhalt a.current {
    	text-decoration: none;
    	background-image: url(../images/menu_arrow_act.gif);
    	background-repeat: no-repeat;
    	background-position: 4px;
    	padding-left:20px;
    	color: #FFF;
}

.subboxinhalt a:hover {
    	color: #FFFFFF;
	background-image: url(../images/menu_arrow1.gif);
    	background-repeat: no-repeat;
    	background-position: 4px;
    	padding-left:20px;
}


/* 3. NAVIGATIONSBOX ///////////////////////////////////////////////////////////////// */

#roundboxthird {
	margin-left:-1.8em;
	margin-top:3.1em;
	padding:0;
	width:13.8em;
	float:left;
	position:static;
	z-index:66; 
	}

#roundboxthird .ro {
	background:url("../images/roundedbox_ro.png") top right no-repeat;
	height: 100%;
}

#roundboxthird .lo {
	background:url("../images/roundedbox_lo.png") top left no-repeat;
	height: 100%;
	}

#roundboxthird .ru {
	background:url("../images/roundedbox_ru.png") bottom right no-repeat;
	height: 100%;
}

#roundboxthird .lu {
	background:url("../images/roundedbox_lu.png") bottom left no-repeat;
	height: 100%;
}

#roundboxthirdinhalt {
	margin:0;
	/*padding:0.6em;*/
	padding:0.5em;
	width:12.8em;
	position:absolute;
	z-index:70; 
	}

.thirdbox {
	margin:0;		
	border:1px solid #9E9E9E;
	}

.thirdboxinhalt {
        padding:0.4em;
        border:10px solid #fff;
        background: #EDDC04;
    	font: bold 70% arial, helvetica, sans-serif;
    	}


.thirdboxinhalt li {
    	list-style:none;
        background : #EDDC04;
        margin-left:0;
    	line-height:1.95em;
}

.thirdboxinhalt li.current {
    	list-style:none;
}

.thirdboxinhalt a {
   	text-decoration: none;
    	color: #155265;
        background-image: url(../images/menu_arrow1_1.gif);
    	background-repeat: no-repeat;
    	background-position: 4px;
    	padding-left:20px;
}
.thirdboxinhalt a.current {
    	text-decoration: none;
    	color: #FFF;
        background-image: url(../images/menu_arrow_act.gif);
    	background-repeat: no-repeat;
    	background-position: 4px;
    	padding-left:20px;
}

.thirdboxinhalt a:hover {
    	color: #FFFFFF;
         background-image: url(../images/menu_arrow1_1.gif);
    	background-repeat: no-repeat;
    	background-position: 4px;
    	padding-left:20px;
}


/* // ENDE NAVIGATIONSBOXEN //////////////////////////////////////////// */