/*----------------------------------------------------------------------------*/
/* stylesheet spez fuer getraenkekarte IV       ------------------------------*/
/* Author: M.Scharfenberg                       ------------------------------*/
/* Version:1.0                                  ------------------------------*/
/* Datum: 12.04.2010                            ------------------------------*/
/* letzte Aenderung: 16.04.2010                 ------------------------------*/
/*----------------------------------------------------------------------------*/

#content{
	width:1050px;
	height: auto;
	top: 443px;
	left:0px;
}

#content-oben-karte{
	position:absolute;
	background-image: url(../images/oben_karte.jpg);
	background-repeat:no-repeat;
	left:0px;
	top:443px;
	width:1050px;
	height:91px;
}

#content-mitte-karte {
	position:absolute;
	background-image: url(../images/mitte_karte.jpg);
	background-repeat: repeat-y;
	left:0px;
	top:533px;
	width:1050px;
	height:228px;
}

#content-unten-karte {
	position:absolute;	
	background-image: url(../images/unten_karte.jpg);
	background-repeat: no-repeat;
	left:0px;
	top:761px;
	width:1050px;
	height:91px;
}

/* link 1 */
div#bier{
	position: absolute;
	left:595px;
	top:113px;
	width:194px;
	height:50px;
}

a.bier1{
	background-image: url(../images/bier_IV.png);
	background-repeat: no-repeat;
	background-position:top;
	width:194px;
	height: 50px;
	display: block;
}


a.bier1:hover{
	background-image: url(../images/bier_IV.png);
	background-repeat: no-repeat;
	background-position:bottom;	
}

/* link 2 */
div#whiskey{
	position: absolute;
	left:589px;
	top:202px;
	width:194px;
	height:50px;
}

a.whiskey1{
	background-image: url(../images/whiskey_IV.png);
	background-repeat: no-repeat;
	background-position:top;
	width:194px;
	height: 50px;
	display: block;
}


a.whiskey1:hover{
	background-image: url(../images/whiskey_IV.png);
	background-repeat: no-repeat;
	background-position:bottom;	
}

/* link 3 */
div#cocktail{
	position: absolute;
	left:593px;
	top:292px;
	width:194px;
	height:50px;
}

a.cocktail1{
	background-image: url(../images/IV_cocktails.png);
	background-repeat: no-repeat;
	background-position:top;
	width:194px;
	height: 50px;
	display: block;
}


a.cocktail1:hover{
	background-image: url(../images/IV_cocktails.png);
	background-repeat: no-repeat;
	background-position:bottom;	
}
