@charset "utf-8";
/* CSS Document */

@media screen
{
	#mainlevel-nav, #languages, #fontsize {height:20px;}
	#fontsize {float:right;}/* margin-right:8px;*/
	
	#mainlevel-nav a, #fontsize a, #languages a{
		display: block;
		text-indent: -9999px;
		height: 20px;
	}
	#fontsize a {float:left;}
	
	#mainlevel-nav ul{
		margin: 0;
		padding: 0;
		list-style: none;
	}
	#mainlevel-nav li {
		display: inline; 
		list-style: none; 
		display: block; 
		float: left;
	}
	
	#languages ul{
		margin: 0;
		padding: 0;
		list-style: none;
		float:right;
	}
	#languages li {
		display: inline; 
		list-style: none; 
		display: block; 
		float: left;
	}
	
	.zoom-in, .zoom-out, .zoom-reset {width: 20px;}
	.zoom-in {background: url(../images/zoom_in.png) no-repeat;}
	.zoom-out {background: url(../images/zoom_out.png) no-repeat;}
	.zoom-reset {background: url(../images/zoom.png) no-repeat;}

/* Deutsch */
	.DE a{
		width: 20px;
		background: url(../images/nav/flag_DE.gif) no-repeat;
	}
	
	.Startseite a{
		width: 62px;
		background: url(../images/nav/startseite.gif) no-repeat;
	}
	
	.Ueber-uns a{
		width: 59px;
		background: url(../images/nav/ueber-uns.gif) no-repeat;
	}
	
	.Produkt-portfolio a{
		width: 114px;
		background: url(../images/nav/produkt-portfolio.gif) no-repeat;
	}
	
	.Tipps-ideen a{
		width: 92px;
		background: url(../images/nav/tipps.gif) no-repeat;
	}
	
	.Reiseportal a{
		width: 77px;
		background: url(../images/nav/reiseportal.gif) no-repeat;
	}
	
	.Partner a{
		width: 50px;
		background: url(../images/nav/partner.gif) no-repeat;
	}
	
	.Kontakt a{
		width: 54px;
		background: url(../images/nav/kontakt.gif) no-repeat;
	}
	
/* English */
	.EN a{
		width: 20px;
		background: url(../images/nav/flag_EN.gif) no-repeat;
	}
	
	.Home a{
		width: 39px;
		background: url(../images/nav/Home.gif) no-repeat;
	}
	
	.About a{
		width: 40px;
		background: url(../images/nav/about-us.gif) no-repeat;
	}
	
	.Contact a{
		width: 49px;
		background: url(../images/nav/Contact.gif) no-repeat;
	}

	.Product-portfolio a{
		width: 112px;
		background: url(../images/nav/product-portfolio.gif) no-repeat;
	}
	
	.Tips a{
		width: 80px;
		background: url(../images/nav/tips-ideas.gif) no-repeat;
	}
	
	
	
	
}