/* *** css by miss monorom www.intensivstation.ch *** */
/* css released under Creative Commons License -  http://creativecommons.org/licenses/by/2.0/deed.en  */

body {
background:url(images/hintergrund.jpg) repeat-x 0 0;
background-color: #ffffff;
font-size: 11px;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
color:#564b47;
padding:0;
margin:0;
}

a { color: navy; text-decoration: none; }
a:visited { color: navy; text-decoration: none; }
a:hover { color: navy; font-weight:bold; text-decoration: none; }

p { margin-left:15px; margin-right:15px; }

div#center {
	position:absolute;
	width:50px;
	height:50px;
	z-index:1;
	visibility: visible;
	margin-left: 0px;
	margin-top: 0px;
	left: 50%;
}

div#seite {
	position:absolute;
	width:900px;
	height:600px;
	z-index:1;
	background:url(images/seite_hintergrund.jpg) repeat-x 0 0;
	visibility: visible;
	left: -450px;
	top: 0px;
}

div#seite2 {
	position:absolute;
	width:900px;
	height:600px;
	z-index:1;
	background:url(images/seite2_hintergrund.jpg) repeat-x 0 0;
	visibility: visible;
	left: -450px;
	top: 0px;
}

div#menu_logo {
	position:absolute;
	width:150px;
	height:245px;
	z-index:2;
	visibility: visible;
	left: -495px;
	top: 130px;
}

div#menu_inhalt {
	position:absolute;
	width:130px;
	height:225px;
	z-index:3;
	visibility: visible;
	left: -460px;
	top: 205px;
}

div#inhalte {
	position:absolute;
	width:600px;
	background-color:#f0f0f0;
	z-index:1;
	visibility: visible;
	left: -300px;
	top: 130px;
}

div#side_right {
	position:absolute;
	width:150px;
	height:400px;
	z-index:1;
	visibility: visible;
	left: 345px;
	top: 130px;
}


div#shop {
	position:absolute;
	width:1000px;
	height:1500px;
	z-index:2;
	visibility: visible;
	left: -500px;
	top: 100px;
}

div#video {
	position:absolute;
	width:150px;
	height:90px;
	z-index:1;
	visibility: visible;
	left: -325px;
	top: 126px;
}


