/* CSS Document */

/* Anfang obere Navigation */

td.navilinks {        /* Links in oberer Navigation */
    width: 600px;    /* Vor Änderung 27.05.08: 588px  */
	background: #2f7fbe;    /* Dunkelblau  */
	text-align: center;
	line-height: 13px;    /* Vor Änderung 27.05.08: 14px  */
}
.naviright{        /* Links in oberer Navigation */
	color: #fff;	/* Weiss */
	background: #2f7fbe;    /* Dunkelblau  */
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	vertical-align: top;	
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
/* Ende obere Navigation */

/* Anfang linke Navigation */
.navibox_topspace {
height:70px;
}
.navi {         /* Linke Navigationsspalte  */
	width: 170px;
	font-size: 8px;
	text-align: center;
	vertical-align: top;
    background: #2f7fbe;      /* Dunkelblau */
}
.navitab {         /* Linke Navigationstabelle - steht in ".navi" */
	width: 150px;
	text-align: center;
	vertical-align: top;
	background: #2f7fbe;     /* Dunkelblau  */
    /* background: #00aeef;     Vor Änderung 27.05.08: Altes Dunkelblau */
}
.navibox {	/* Navigation links */
	width: 150px;
	text-align: left;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 1px;
	border-color: #e94d30;;	/* Rot */
	border-style: solid;
}
.navibox_over {         /* Overzustand für Navigationboxen links  */
	width: 150px;
	text-align: left;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 1px;
	border-color: #e94d30;;	/* Rot */
	border-style: solid;
    background: #a6deeb;        /* Mittelblau */
}
.navitext {     /* Für alle Navigationslinks: Wegen Mozilla + Opera keine Unterstreichung mgl: Untersteicht dann leider auch Navi!!! */
	color: #fff;		/* Weiss */
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: top;
	font-size: 10px;
	line-height: 15px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
.navitext_stelle {     /* Für "Stellen-Angebot"-Link: Wegen Mozilla + Opera keine Unterstreichung mgl: Untersteicht dann leider auch Navi!!! */
	color: #a6deeb;		/* Hellblau */
/* 	color: #e94d30;		Rot */
/* 	color: #fff;		 Weiss */
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: top;
	font-size: 10px;
	line-height: 15px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
/* Ende linke Navigation */

/* Anfang untere Navigation */
table.navi_bottom {
	width:769px;
	margin-left:0px;
	margin-right:0px; 
}
td.navi_bottom_left {	/* Navigation unten */
	width:129px;
	text-align: center;
	background: #2f7fbe;     /*   Dunkelblau  */
	padding: 3px;
}
td.navi_bottom {	/* Navigation unten */
	width:128px;
	text-align: center;
	background: #2f7fbe;     /*   Dunkelblau  */
	padding: 3px;
}
td.navi_bottom_right {	/* Navigation unten */
	width:128px;
	text-align: center;
	background: #2f7fbe;   /*  Dunkelblau  */
	padding: 3px;
}
.navi_bottom strong {         
	color:#FFF;
	font-weight: bold;
	font-size: 8px;
	line-height: 10px;  
	text-decoration: underline;
	text-transform: uppercase;
}
.navi_bottom em {         
	color:#FFF;
	font-style: italic;
	font-size: 8px;
	line-height: 10px;  
	text-decoration: underline;
	text-transform: uppercase;
}

/* Ende untere Navigation */

/* Unter-Navigation auf Inhaltsseiten: nur wenn Bilder-Galerie und Datenseiten vorhanden sind! */
td.u_navi {   
	text-align: left;
    vertical-align: top;
	width:190px;
}
/* Ende Unter-Navigation */
