/*
========================================================================================
Copyright © 2009 All rights reserved by Reto Zürcher.
No part of this website, either text, images, audio, video
or any other may be used without written permission of
LA POYA / Reto Zürcher.
========================================================================================
*/

BODY {
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #000000;
	line-height: 17px;
	background-image: url(picture/background.jpg);
}

/* navigation */

DIV.navigation {
	position: absolute;
	width: 220px;
	background-image: url(picture/navigation.png);
	background-position: bottom;
	padding-bottom: 30px;
}

DIV.navigation UL {
	margin: 50px 0px 0px 20px;
	padding: 0px;
}

DIV.navigation LI {
	list-style: none;
	border-bottom: 1px dashed #000000;
	width: 185px;
	padding-bottom: 5px;
	margin-top: 15px;
}

DIV.navigation LI.contact {
	border-bottom: 4px solid #000000;
}

DIV.navigation LI.logo {
	padding-bottom: 20px;
	margin: 20px 0px 15px 0px;
}

DIV.navigation LI.subnavigation {
	border: none;
	margin-top: 0px;
	padding-bottom: 0px;
}

DIV.navigation A {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-style: italic;
	padding-left: 3px;
}

DIV.navigation LI.subnavigation A {
	font-size: 12px;
}

DIV.navigation A:hover {
	color: #BDAD7C;
	text-decoration: none;
}

/* slogen */

DIV.slogen {
	position: absolute;
	left: 250px;
	top: 62px;
}

/* content */

TABLE.content {
	background-image: url(picture/content.png);
	width: 450px;
	height: 530px; /* anpassen an die navigation */
	margin-bottom: 30px;
}

TABLE.content TD {
	padding: 44px 20px 20px 30px;
	vertical-align: top;
	font-family: "Monaco", Geneva, Verdana;
	font-size: 10px;
}

/* links */

TABLE.content A {
	color: #FFFFFF;
	text-decoration: none;
	padding: 0px 3px 0px 3px;
	background-color: #000000;
	font-family: "Monaco", Geneva, Verdana;
}

TABLE.content A:hover {
	background-color: #BDAD7C;
}

/* button */

TABLE.content DIV.button {
	margin-top: 17px;
	text-align: right;
	border-top: 1px dashed #000000;
	padding: 7px 4px 0px 0px;

}

TABLE.content DIV.button A {
	font-size: 9px;
	background-color: #BDAD7C;
}

TABLE.content DIV.button A:hover {
	background-color: #000000;
}

/* überschriften */

TABLE.content H1 {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	text-transform: uppercase;
	font-size: 46px;
	line-height: 52px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}

TABLE.content H2 {
	font-weight: bold;
	margin: 0px 0px 20px 0px;
	padding: 3px 0px 4px 0px;
	border-top: 1px dashed #000000;
	border-bottom: 4px solid #000000;
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* content */

DIV.content {
	position: absolute;
	left: 220px;
	width: 450px;
}

/* subnavigation */

DIV.subnavigation {
	position: absolute;
	left: 220px;
	width: 450px;
}

DIV.subnavigation DIV.picture {
	margin-bottom: 15px;
}

DIV.subnavigation DIV.abstract {
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #210004;
}

/* details */

DIV.details {
	position: absolute;
	left: 670px;
	width: 400px;
}

DIV.details TABLE.content {
	width: 400px;
	height: 450px;
	margin-right: 30px;
}

/* entwürfe */

DIV.details UL {
	margin: 0px;
	padding: 0px;
}

DIV.details LI {
	list-style: none;
	margin-bottom: 7px;
}

DIV.details LI.design {
	margin-bottom: 0px;
}







