@charset "UTF-8";
/* CSS Document */

html, body {
	background: #a29a26;
	margin:		0;
	padding:	0;
	height:		100%; /* Das will der IE. */
}

a {
	color:#F7E7B5;
}

.main {
	background: url(../images/main.jpg) no-repeat top left;
	height: 770px;
	width: 1086px;
    position: absolute;
	top: 50%;
	left: 50%;
	margin: -335px 0px 0px -543px;
}

.coffee {
	background: url(../images/coffee.png) no-repeat top left;
	height: 770px;
	width: 1086px;
    position: absolute;
	top: 50%;
	left: 50%;
	margin: -335px 0px 0px -543px;
}

.frietjes {
	background: url(../images/frietjes.png) no-repeat top left;
	height: 770px;
	width: 1086px;
    position: absolute;
	top: 50%;
	left: 50%;
	margin: -335px 0px 0px -543px;
}


.impressum{
	background: url(../images/impressum.png) no-repeat top left;
	height: 770px;
	width: 1086px;
    position: absolute;
	top: 50%;
	left: 50%;
	margin: -335px 0px 0px -543px;
}

.bier{
	background: url(../images/bier.png) no-repeat top left;
	height: 770px;
	width: 1086px;
    position: absolute;
	top: 50%;
	left: 50%;
	margin: -335px 0px 0px -543px;
}


.sale {
	background: url(../images/sale.png) no-repeat top left;
	height: 770px;
	width: 1086px;
    position: absolute;
	top: 50%;
	left: 50%;
	margin: -335px 0px 0px -543px;
}


.alkohol {
	background: url(../images/titanic.png) no-repeat top left;
	height: 770px;
	width: 1086px;
    position: absolute;
	top: 50%;
	left: 50%;
	margin: -335px 0px 0px -543px;
}


.tostis {
	background: url(../images/tostis.png) no-repeat top left;
	height: 770px;
	width: 1086px;
    position: absolute;
	top: 50%;
	left: 50%;
	margin: -335px 0px 0px -543px;
}


.whisky {
	background: url(../images/whisky.png) no-repeat top left;
	height: 770px;
	width: 1086px;
    position: absolute;
	top: 50%;
	left: 50%;
	margin: -335px 0px 0px -543px;
}

.navi {
	list-style:none;
	line-height:32px;
}

.navLinkCoffee {
	background:url(../images/trans.png);
	margin-left:-16px;
	padding-left:117px;
}

.navLinkFrietjes {
	background:url(../images/trans.png);
	margin-left:-16px;
	padding-left:192px;
}

.navLinkTostis {
	background:url(../images/trans.png);
	margin-left:-16px;
	padding-left:300px;
}

.navLinkBier {
	background:url(../images/trans.png);
	margin-left:-16px;
	padding-left:330px;
}

.navLinkWhisky {
	background:url(../images/trans.png);
	margin-left:-16px;
	padding-left:330px;
}

.navLinkAlkohol {
	background:url(../images/trans.png);
	margin-left:-16px;
	padding-left:330px;
}

.navLinkSale {
	background:url(../images/trans.png);
	margin-left:-16px;
	padding-left:117px;
}

.navLinkImpressum {
	background:url(../images/trans.png);
	margin-left:-16px;
	padding-left:117px;
}
	
#naviPane {
	position:relative;
	padding-top:435px;
}

#kontaktPane {
	position:relative;
	margin-top:-166px;
	padding-left:846px;
}

.kontakt {
	margin-left:-16px;
	padding-left:222px;
}

#loader {
	background:url(../images/ajax-loader.gif);
	z-index:1;
}
