/******************************************************/
/*                                                    */
/* Stylesheet www.wohnkunst.ch                        */
/* Author: phippu.net - Philippe Droz                 */
/* Date: 2007-03-31                                   */
/*                                                    */
/******************************************************/

html, body {
	margin: 0px;
	padding: 0px;
	font-family: Courier, serif;
 	font-size:11px;
	background-color: #FFFFFF;
}

h1 {
	margin: 0px 0px 10px 50px;
}

h1, h2 {
	font-size: 18px;
	font-weight: bold;
	color: #940018;
}

h2 {
	margin: 35px 50px 10px 50px;
}

p {
	font-size: 12px;
	color: #000000;
	margin: 5px 25px 5px 50px;
	line-height: 150%;
}

img {
	border: 0;
}

a {
	text-decoration: none;
	color: #000000;
	
}
a:hover {
	color: #940018;
}

a.icon {
	background-image: url(../images/link_icon.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 15px;
}

/* ----------header-------------- */
#header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1200px;
	height: 133px;
}

#header img {
	position: absolute;
	top: 65px;
	left: 262px;
}

#header .adr {
	position: absolute;
	top: 75px;
	left: 477px;
	
}

/* ---------- navigation --------- */

#nav {
	position: absolute;
	top: 133px;
	left: 0px;
	width: 261px;
	height: 465px;
	background: url(../images/bg_nav.jpg);
	background-repeat: no-repeat;	
}

#nav ul {
	list-style: none;
	color: #940018;
	font-size: 14px;
	font-weight: bold;
	margin: 55px 0px 0px 113px;
	padding-left: 0px;
}

#nav li {
	margin: 0px 0px 22px 0px;
}

#nav a {
	color: #940018;
}


/* ---------- right side with content -------- */

#content {
	position:absolute;
	top:133px;
	left: 262px;
	width: 468px;
	height: 465px;
	background: url(../images/bg_content.jpg);
	background-repeat: no-repeat;
}



/* ---------- Slideshow -------- */

#slideshow {
	position:absolute;
	top: 133px;
	left: 730px;
	width: 470px;
	height: 465px;
	/*background: url(../images/slideshow.jpg);
	background-repeat: no-repeat;*/
}

/* -------- footer ------------- */

#footer {
	position: absolute;
	top: 598px;
	left: 0px;
	width: 1200px;
	height: 200px;
	text-align: right;
}

#footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin: 5px;
}
