/*
Title:      NotW styles for screen media
Author:     Simon Zirkunow, simon@bluesmuse.de
Updated:    Nov 28 2005
*/



/* -----[ BASIC SETUP ]------------------------------- */

/* resets values for every element */
* {
	margin: 0;
	padding: 0;
}

/* for a better overview, displayed only in old browsers */
hr {
	display: none;
}

body {
	color: #000;
	background: #d21b00 url(tvnoise.jpg) center top;
	text-align: center;
	font: 12px "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
}

img, a {
	border: none;
	display: block;
	text-decoration: none;
}

#horizon {
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	margin-top: -200px;
	text-align: center;
	min-width: 400px; 
}
#wrapper {
	position: relative;
	text-align: left;
	width: 450px;
	height: 450px;
	margin: 0px auto;
	background: transparent url(bgtrans.png) 0 0 no-repeat !important;
	background: transparent;
}


/* -----[ DIVS ]-------------------------------------- */

#oben a {
	position: absolute;
	top: 25px;
	left: 25px;
}

#oben a:link, #oben a:visited {
	width: 400px;
	height: 134px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: 0 0;
}

#oben a:hover {
	background-position: -400px 0;
}

#mitte a {
	position: absolute;
	top: 159px;
	left: 25px;
}

#mitte a:link, #mitte a:visited {
	width: 400px;
	height: 134px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: 0 -134px;
}

#mitte a:hover {
	background-position: -400px -134px;
}

#unten a {
	position: absolute;
	top: 293px;
	left: 25px;
}

#unten a:link, #unten a:visited {
	width: 400px;
	height: 133px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: 0 -267px;
}

#unten a:hover {
	background-position: -400px -267px;
}


/* -----[ PHOTO DETECTION OBEN ]---------------------- */

#o0 a, #m0 a, #u0 a {
	background-image: url(f0.jpg);
	z-index: 7;
}

#o1 a, #m1 a, #u1 a {
	background-image: url(f1.jpg);
	z-index: 6;
}

#o2 a, #m2 a, #u2 a {
	background-image: url(f2.jpg);
	z-index: 5;
}

#o3 a, #m3 a, #u3 a {
	background-image: url(f3.jpg);
	z-index: 4;
}

#o4 a, #m4 a, #u4 a {
	background-image: url(f4.jpg);
	z-index: 3;
}

#o5 a, #m5 a, #u5 a {
	background-image: url(f5.jpg);
	z-index: 2;
}

#o6 a, #m6 a, #u6 a {
	background-image: url(f6.jpg);
	z-index: 1;
}
