/*
Stylesheet for Lavendelpunkt

Author: Robert Schneider
Version: 1.0

*/

* {
	margin:0;
	padding:0;
	font: 16px Arial, sans-serif;
	color:#2b416b;
}
		
img {
	border:none;
}

body {
	font-family: Arial, sans-serif;
	font-size: 16pt;
	overflow:hidden;/*Needed to eliminate scrollbars*/ 
}
		
/*Supersize Plugin Styles*/

#supersize img, #supersize a {
	height:100%;
	width:100%;
	display:none;
}
#supersize .activeslide, #supersize .activeslide img {
	display:inline;
}

#logo {
	position: absolute;
	top: 200px;
	background-image: url(shop/img/bg1.jpg);
	background-repeat: repeat-x;
	width: 100%;
	height: 82px;
}

#logobig {
	background-image: url(shop/img/logobig.png);
	background-repeat: no-repeat;
	background-position-x: 50px;
	height: 82px;
	width: 679px;
}

#navi {
	position: absolute;
	letter-spacing: 2px;
	top: 285px;
	width: 100%;
	padding: 8px 0 8px 65px;
	background-color: #9BC7E8;
}

#navi a {
	text-decoration: none;
}

#navi a:hover {
	color: white;
}
