/* Hauptnavigation */

.header-hnavi {
	float: left;
	width: 645px;
	padding: 0 0 0 0;
	margin:0;
	z-index:5;

	}
	

/*Hauptnavigation Ebene 1*/

.header-navi-e1-out {width: 645px; text-align: left; margin: 0; vertical-align: top; padding: 15px 0 0 0;}
.header-navi-e1-out a {font-weight: normal;}

.header-navi-e1 a {font-weight: normal; font-size: 1em;color: #888888;}
.header-navi-e1 a:hover {color: #FF9933;}

.header-navi-e1-hover a {font-weight: normal; font-size: 1em; color: #FF9933;}


/*Hauptnavigation Ebene 2*/

.header-navi-e2-out {width: 645px; text-align: left; padding: 8px 0 0 0;}
.header-navi-e2-out a {font-weight: normal;}

.header-navi-e2 a {font-weight: normal; font-size: 0.90em;color: #888888;}
.header-navi-e2 a:hover { color: #FF9933;}

.header-navi-e2-hover a {font-size: 0.90em; color: #FF9933;}


/*Hauptnavigation Ebene 3*/

.header-navi-e3-out {width: 878px; text-align: left;  padding: 8px 0 0 0;}
.header-navi-e3-out a {font-weight: normal;}

.header-navi-e3 a {font-weight: normal; font-size: 0.85em;color: #888888;}
.header-navi-e3 a:hover {color: #FF9933;}

.header-navi-e3-hover a {font-size: 0.85em; color: #FF9933;}


/*Hauptnavigation Ebene 4*/

.header-navi-e4-out {width: 878px; text-align: left;  padding: 8px 0 0 0;}
.header-navi-e4-out a {font-weight: normal;}

.header-navi-e4 a {font-weight: normal; font-size: 0.80em;color: #888888;}
.header-navi-e4 a:hover {color: #FF9933;}

.header-navi-e4-hover a {font-size: 0.80em; color: #FF9933;}


/*Footer*/

.footer-navi-links {width: 200px;float: left; text-align: left; }
.footer-navi-links a {font-weight: normal; font-size: 0.83em;color: #888888;}
.footer-navi-links a:hover {color: #FF9933;}

.footer-navi-rechts {width: 400px;float: right; text-align: right; padding-right: 15px }
.footer-navi-rechts a {font-weight: normal; font-size: 0.83em;color: #888888;}
.footer-navi-rechts a:hover {color: #FF9933;}
	
	
	
.nav-main a:link {
        font-weight: normal; 
	text-decoration: none; 
	color: #000000;
	} 
	 
.nav-main a:hover {text-decoration: underline; }
.nav-main a:visited {text-decoration: none;}

/*Diverses*/

a.link-pfeil-abgerundet {
	color: #888888;
	padding-left: 1.3em;
	text-decoration: none; 
	margin: 0; 
	font-size: 1em; 
	font-weight: bold;
	background:   url(../images/but-pfeil-abgerundet.gif);
	background-position: 0 2px;
	background-repeat: no-repeat;
	}
	
a.link-pfeil-abgerundet:hover {
	color: #FF9933;
	text-decoration: underline; 
	font-weight: bold;
	background:   url(../images/but-pfeil-abgerundet-hover.gif);
	background-position: 0 2px;
	background-repeat: no-repeat;
	}

a.link-pfeil {
	color: #FF9933;
	padding-left: 1.2em;
	text-decoration: none; 
	margin: 0; 
	font-size: 1em; 
	font-weight: normal;
	background:   url(../images/but-pfeil.gif);
	background-position: 0 2px;
	background-repeat: no-repeat;
	}
	
a.link-pfeil:hover {
	color: #FF9933;
	text-decoration: underline; 
	font-weight: normal;
	background:   url(../images/but-pfeil.gif);
	background-position: 0 2px;
	background-repeat: no-repeat;
	}
	
a.link-pfeil-kleiner {
	color: #FF9933;
	padding-left: 1.2em;
	text-decoration: none; 
	margin: 0; 
	font-size: 0.85em; 
	font-weight: normal;
	background:   url(../images/but-pfeil.gif);
	background-position: top left;
	background-repeat: no-repeat;
	}
	
a.link-pfeil-kleiner:hover {
	color: #FF9933;
	text-decoration: underline; 
	font-weight: normal;
	background:   url(../images/but-pfeil.gif);
	background-position: top left;
	background-repeat: no-repeat;
	}
	

a.link-download  {
	color: #FF9933;
	padding-left: 1.2em;
	text-decoration: none; 
	margin: 0; 
	font-size: 1em; 
	font-weight: normal;
	background:   url(../images/but-download.gif);
	background-position: 0 2px;
	background-repeat: no-repeat;
	}
	
a.link-download:hover {
	color: #FF9933;
	text-decoration: underline; 
	font-weight: normal;
	background:   url(../images/but-download.gif);
	background-position: 0 2px;
	background-repeat: no-repeat;
	}
	
a.link-download-kleiner  {
	color: #FF9933;
	padding-left: 1.2em;
	text-decoration: none; 
	margin: 0; 
	font-size: 0.85em; 
	font-weight: normal;
	background:   url(../images/but-download.gif);
	background-position: top left;
	background-repeat: no-repeat;
	}
	
a.link-download-kleiner:hover {
	color: #FF9933;
	text-decoration: underline; 
	font-weight: normal;
	background:   url(../images/but-download.gif);
	background-position: top left;
	background-repeat: no-repeat;
	}
