@charset "UTF-8";
/* CSS Document */
/* --- FontFace --- */

@font-face {
	font-family: NewMed;
	font-style:  normal;
	font-weight: normal;
	src: url(fonts/NewMed.ttf);
} 
  
@font-face {
	font-family: NewReg;
	font-style:  normal;
	font-weight: normal;
	src: url(fonts/NewReg.ttf);
}   
  
@font-face {
	font-family: NewLig;
	font-style:  normal;
	font-weight: normal;
	src: url(fonts/NewLig.ttf);
 } 

body {
	margin-top:30px;
	margin-left:35px;
}

td {
	vertical-align:top;
}

.nav_aktuell {
	height:169px;
	width:160px;
	display: -moz-inline-grid;
	display:inline-block;
	* display: inline;
	* zoom:1;
	background:url(../images/index/index_de_07.jpg) no-repeat;
}

.nav_aktuell:hover {
	background:url(../images/index/index_de_ro_07.jpg) no-repeat;
}

.nav_profil {
	height:169px;
	width:160px;
	display: -moz-inline-grid;
	display:inline-block;
	* display: inline;
	* zoom:1;
	background:url(../images/index/index_de_12.jpg) no-repeat;
}

.nav_profil:hover {
	background:url(../images/index/index_de_ro_12.jpg) no-repeat;
}

.nav_themen {
	height:169px;
	width:160px;
	display: -moz-inline-grid;
	display:inline-block;
	* display: inline;
	* zoom:1;
	background:url(../images/index/index_de_15.jpg) no-repeat;
}

.nav_themen:hover {
	background:url(../images/index/index_de_ro_15.jpg) no-repeat;
}

.nav_surpriservice {
	height:169px;
	width:159px;
	display: -moz-inline-grid;
	display:inline-block;
	* display: inline;
	* zoom:1;
	background:url(../images/index/index_de_18.jpg) no-repeat;
}

.nav_surpriservice:hover {
	background:url(../images/index/index_de_ro_18.jpg) no-repeat;
}

.nav_referenzen {
	height:169px;
	width:160px;
	display: -moz-inline-grid;
	display:inline-block;
	* display: inline;
	* zoom:1;
	background:url(../images/index/index_de_21.jpg) no-repeat;
}

.nav_referenzen:hover {
	background:url(../images/index/index_de_ro_21.jpg) no-repeat;
}

.nav_veroeffentlichungen {
	height:169px;
	width:160px;
	display: -moz-inline-grid;
	display:inline-block;
	* display: inline;
	* zoom:1;
	background:url(../images/index/index_de_26.jpg) no-repeat;
}

.nav_veroeffentlichungen:hover {
	background:url(../images/index/index_de_ro_26.jpg) no-repeat;
}

.nav_newsletter {
	height:169px;
	width:159px;
	display: -moz-inline-grid;
	display:inline-block;
	* display: inline;
	* zoom:1;
	background:url(../images/index/index_de_28.jpg) no-repeat;
}

.nav_newsletter:hover {
	background:url(../images/index/index_de_ro_28.jpg) no-repeat;
}

.nav_kontakt {
	height:169px;
	width:160px;
	display: -moz-inline-grid;
	display:inline-block;
	* display: inline;
	* zoom:1;
	background:url(../images/index/index_de_29.jpg) no-repeat;
}

.nav_kontakt:hover {
	background:url(../images/index/index_de_ro_29.jpg) no-repeat;
}

.footer {
	padding-top:10px;
	font-family: NewMed, Helvetica, Arial;
	color:#5C5C5C;
	font-size:0.85em;
}

.footer a:link {
	text-decoration:none;
	color:#5C5C5C;
}

.footer a:visited {
	text-decoration:none;
	color:#5C5C5C;
}

.footer a:hover {
	text-decoration:none;
	color:#E0B923;
}
