/*	==================================================
Stylesheet für 
Stand: 	Grundstock
Datei: 	style.css
Datum: 	21. April 2009
Autor: 	Géza Schulthess
Aufbau:	1. Kalibrierung und allgemeine Styles
		2. Styles für Layoutbereiche
			2.1 Navigationsbereich - "left"
			2.2 Inhaltsbereich - "right" 
		3. Sonstige Styles
	================================================== */

/*  ================================================== 
	1. Kaligbrierung und allegemeine Styles
	================================================== */

* { padding: 0; margin: 0; } 

body {
	background-color: #ffffff;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #7B4B1C;
	font-size: 12px;
}

#wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	background: url(../img/wrapperbackground.jpg) no-repeat left top;
	width: 1000px;
	height: 620px;
	margin-top: -310px;
	margin-left: -500px;
}

a img { border: none; }

/*	==================================================
	2. Styles für Layoutbereiche
	================================================== */
	
/*	==================================================
	2.1 Navigationsbereich - "left"
	================================================== */
	
#left {
	position: absolute;
	top: 30px;
	left: 40px;
	width: 435px;
	height: 545px;
}

#left h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 230%;
	letter-spacing: 2px;
	margin-bottom: 0px;
}

#left h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 130%;
	color: #A86726;
	text-align: right;
	letter-spacing: 0.2em;
	margin: 0 20px 30px 150px;
	z-index: 0;
}

#left h3 {
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 15px;
}

#left ul {
	margin-bottom: 20px;
}

#left li {
	list-style-type: none;
	margin-bottom: 10px;
	padding-left: 30px;
}

#left a:link, #left a:visited {
	text-decoration: none; 
	color: #D18436;
}

#left a:focus, 
#left a:hover, 
#left a:active {
	text-decoration: underline;
	color: #7B4B1C;
}

#left #navigation li { padding-left: 0; }

#left #navigation span {
	text-decoration: none;
	color: #7B4B1C;
	background: url(../img/arrow.jpg) left top no-repeat;
	padding-left: 50px;
}

#left #navigation a { 
	text-decoration: none;
	color: #D18436;
	padding-left: 30px;
}

#left #navigation a:focus,
#left #navigation a:hover,
#left #navigation a:active {
	color: #7B4B1C;
	background: url(../img/arrow.jpg) left top no-repeat;
}

/*	==================================================
	2.2 Inhaltsbereich - "right"
	================================================== */

#right {
	position: absolute;
	top: 30px;
	right: 30px;
	width: 440px;
	height: 545px;
}

#wn {
	position: absolute;
	top: 30px;
	right: 85px;
	overflow: auto;
	width: 350px;
	height: 545px;
}

#scrollbar {
	display: none;
}

#lyr1 h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 180%;
	font-variant: small-caps;
	margin-bottom: 20px;
}

#lyr1 h2 {
	font-size: 130%;
	font-weight: bold;
	margin: 0 0 10px 20px;
	font-variant: normal;
}

#lyr1 h3 {
	font-size: 130%;
	font-weight: bold;
	font-style: italic;
	margin: 0 0 10px 20px;
}

#lyr1 p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #7B4B1C;
	font-size: 12px;
	font-style: normal;
	line-height: 1.5;
	margin: 0 0 10px 20px;
}

#lyr1 a:link, 
#lyr1 a:visited {
	text-decoration: underline;
	color: #D18436;
}

#lyr1 a:focus, 
#lyr1 a:hover, 
#lyr1 a:active {
	text-decoration: underline;
	color: #7B4B1C;
}	

/*	==================================================
	3. Sonstige Styles
	================================================== */
	
#pic_set_1 {
	margin-left: 30px;
}

.replace {
	position: relative;
	margin: 0;
	padding: 0;
	/* hide overflow: hidden from IE5/Mac \*/
	
	overflow: hidden;
	/* */
}

.replace span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1; /*for Opera 5 and 6*/
}

#headerludographie, #headerludographie span {
	height: 87px;
	width: 248px;
	background-image: url(../img/headerludographie.jpg);
}

#feder {
	position: absolute;
	top: -64px;
	left: 231px;
	background: transparent url(../img/feder.gif) no-repeat left top;
	width: 110px;
	height: 110px;
	z-index: 2;
}


