body {
	background:#FFDBD1; 
	margin:0; 
	padding:0; 
	background-image:url('img_ind/bg.png'); 
	background-repeat:repeat-y;
	overflow:hidden; 
}
p {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	line-height:1.55em;
	color:#5D3713;
	margin-right:90px;
	margin-top:0;
	text-align:justify;
}
h1 { 
	font-size: 32px;
	letter-spacing: -0.03em;
	margin-right:30px;
	margin-bottom:0px;
	margin-top:10px;
	font-weight: lighter;
	text-transform: lowercase;
	font-family: Garamond, Times New Roman, Times, serif;
	color:#5D3713;
	float:left;
	clear:left;
}
h2 { 
	font-size: 23px;
	letter-spacing: -0.02em;
	text-transform: lowercase;
	font-weight:normal;
	font-family: Garamond, Times New Roman, Times, serif;
	color:#5D3713;
	margin:0;

}
p a { 
	font-family: Garamond, Times New Roman, Times, serif;
	font-size:15px;
	border-bottom:1px dotted #4a1805;
	text-decoration:none;
	color:#5D3713;
	font-weight:normal;
}
p#wk { margin:0; }
div#Cp, a#Cp {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color:#D7BDA8;
	margin-right:0px;
}

/* POSITIONIERUNG */
#Header {position:absolute; left:0px; top:0px; height:254px; width:800px; z-index:1;}
#Banner {position:absolute; left:103px; top:60px; z-index:3;}
#Footer {position:absolute; left:0px; top:534px; width:800px; height:248px; z-index:1;}
#Blank { position:absolute; left:0px; top:0px; width:100%; height:100%; z-index: 2; }
#Inhalt { position:absolute; left:0px; top:254px; height:280px; width:800px; background:white; z-index:3;}
#Text { position:absolute; left:100px; top:15px; height:275px; width:680px; z-index:4; overflow:auto;}
#gallerycont { position:absolute; top:20px; left:830px; z-index:4;  height:100%; }
#Copy { position:absolute; left:100px; top:544px; width:600px; z-index:3;}
#Navi { position:absolute; top:175px; right:103px; z-index:4;}

* html #Bgl {  /* Korrekturen fuer IE 5.x */
    position:absolute;
}
* html #Footer {  /* Korrekturen fuer IE 5.x */
    position:absolute;
}
/* ENDE POSITIONIERUNG */

/* NAVIGATION */
ul#Navigation {
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0px;
	padding-left: 30px;
}
* html ul#Navigation {  /* Korrekturen fuer IE 5.x */
	padding-top:5px;
	padding-left: 30px;
	line-height:15px;
}
* html ul#Navigation h2 { /* Korrekturen fuer IE 5.x */
	padding-bottom:5px;
}
ul#Navigation li {
    list-style: none;
}
ul#Navigation a, ul#Navigation h2 {
    text-decoration: none; 
    color: white;
	background:none;

}
ul#Navigation h2 {
	font-family: Arial, Helvetica, sans-serif;
    font-weight: lighter;
    font-size: 22px;
    padding-bottom: 1px;
    color: white;
}
/* ENDE NAVIGATION */
