/*	---------------------------------------------------------
		file: styles_hp.css
		website: www.walliserkanne-basel.ch
		author: thomas bruhin, media sonics, 41489 pfeffingen
		
		usage: css styles for homepage only
		---------------------------------------------------------	*/
body {
	margin: 0;
	padding: 0;
	background-color: #43484e;
	font-family: "Arial Narrow", "Arial schmal", "N Helvetica Narrow", Arial, Helvetica, sans-serif;
}

img {
	margin: 0;
	padding: 0;
	border: 0 none transparent;
}

div#mastlay { width: 800px; height: 600px; }

div#welcome {
	position: absolute;
	left: 0px;
	top: 199px;
	margin: 0;
	padding: 0;
}

div#logo {
	position: absolute;
	left: 245px;
	top: 280px;
	margin: 0;
	padding: 0;
}

div#bild {
	position: absolute;
	top: 106px;
	left: 0px;
	width: 185px;
	z-index: 1;
	height: 114px;
	overflow: hidden;
	visibility: visible;
	background-color: #AAA;
}

div#bild img { position: relative; top: 0px; }

div#adresse {
	position: absolute;
	top: 527px;
	left: 43px;
	width: 416px;
	height: 14px;
	background-image: url(../bilder/hp_adresse.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

div#nav {
	position: absolute;
	top: 463px;
	left: 720px;
	margin: 0;
	padding: 0;
	width: 80px;
}

#nav a {
	font-size: 17px;
	color: #FFF;
	line-height: 28px;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

#nav a:hover, #nav a:active { color: #c01b27; }

/* klasse um normalen text fuer die screenreaders zu verstecken */
.versteck { display: none; visibility: hidden; }
