body {
	background-color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

a {
	color: #DB7A29;
	text-decoration: none;
	font-size: 10px;
}

a:hover {
	color: #E6B158;
	border: none;
	font-weight: bold;
}

#text_title {
	font-size: 12px;
	color: #ffffff;
	margin: 0px auto auto;
	font-weight: bold;
}

#text_style1 {
	font-size: 10px;
	color: #DB7A29;
	margin: 0px auto auto;
}

#text_style2 {
	font-size: 10px;
	color: #E6B158;
	margin: 0px auto auto;
}

#text_style3 {
	font-size: 10px;
	color: #E6B158;
	margin: 0px auto auto;
	font-weight: bold;
}

/* die Hauptbox mit Hintergrundbild */
#box {
	width: 800px;
	height: 600px;
	margin: 0px auto;
	background-image:  url(bilder/background.jpg);
	background-repeat: no-repeat;
	
}

/*Hauptbox für scrollbare Künstler-Galerie mit großem HG-Bild*/
#box2 {
	width: 783px;
	height: 1444px;
	margin: 0px auto;
	background-image:  url(bilder/background_k.jpg);
	background-repeat: no-repeat;
}

/*IE HACK*/
* html #box2 {
	width: 800px;
	height: 1444px;
	margin: 0px auto;
	padding-right: 20px;
	background-image:  url(bilder/background_k.jpg);
	background-repeat: no-repeat;
}

/*Navigation oben*/
#hauptnavi {
	height: 185px;
	width: 250px;
	position: absolute;
	padding-top: 80px;
	padding-left: 20px;
	padding-bottom: 10px;
	z-index:2;
	}
	
/*Navigation unten*/
#subnavi {
	height: 85px;
	width: 225px;
	position: absolute;
	padding-top: 544px;
	padding-left: 246px;
	z-index:1;
	}

/*Navigation unten bei Künstler-Galerie*/
#subnavi2 {
	height: 85px;
	width: 225px;
	position: absolute;
	padding-top: 1385px;
	padding-left: 246px;
	z-index:1;
	}
	
	
/*Hauptbox mit Content - left, center + right*/
#contentbox {
	width: 100%;
	text-align: center;
	position:relative;
	top:22%;
	z-index:3;
	padding-right: 20px;
}

/*Hauptbox für Künstler-Galerie */
#contentbox2 {
	margin: 0px auto;
	width: 800px;
	height: 1100px;
	text-align: center;
	position:relative;
	top:10%;
	z-index:3;
	
}
/*InternetExplorer HACK!*/
* html #contentbox2 {
margin: 0px auto;
	height: 1100px;
	text-align: center;
	position:relative;
	top:10%;
	left: 8%;
	z-index:3;
}

#contentleft {
	float: left;
	color: #FF9933;
	width: 30%;
	text-align: left;
	font-size: 8pt;
	padding-left: 20px;
	padding-top: 20px;

}

#contentcenter {
	float: left;
	color: #FF9933;
	width: 28%;
	margin-right: 2px;
	text-align: center;
	padding-left: 12px;
	
}

#contentcenter_big {
	/*alternative contentcenter-Breite (z.B. Impressum) - NICHT MIT contentleft UND contentright BENUTZEN!*/
	float: left;
	color: #FF9933;
	padding-left: 20%;
	width: 60%;
	margin-right: 2px;
	text-align: justify;
	
}

#contentcenter_gallery {
	float: left;
	color: #FF9933;
	width: 60%;
	height: 100%;
	padding-left: 20%;
	margin-right: 2px;
	text-align: justify;
	font-size: 10px;
		
}

#gallery_thumbnails {
	float: left;
	height: 185px;
	width: 250px;
	position: absolute;
	padding-top: 296px;
	padding-left: 20px;
	padding-bottom: 10px;
}

/*IE HACK*/
* html #gallery_thumbnails {
	position: absolute;
	left: 0%;
	height: 10px;
	width: 250px;
	padding-top: 296px;
	padding-bottom: 10px;
}

#contentright {
	float: right;
	color: #FF9933;
	width: 30%;
	text-align: left;
	font-size: 8pt;
	padding-right: 20px;
	padding-top: 47px;
	
}