body {
	text-align: left; /*fuer IE*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #999;
	overflow: auto;
	
}

#wrapper {
	width: 900px;
	height: auto;
	position: relative;
	text-align: left; /*fuer IE*/ 
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
	
}
#header {
	position: absolute;
	width: 900px;
	height: 30px;
	border-bottom-color: #CCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

#header_menue {
	position: absolute;
	left: 277px;
	width: 410px;
	height: auto;
	
}

#content {
	position: absolute;
	width: 615px;
	height: 485px;
	left: 275px;
	top: 101px;
	overflow: auto;
	padding-right: 10px;
}

#flashcontent {
	position: absolute;
	width: 625px;
	height: 485px;
	left: 275px;
	top: 99px;
	overflow:scroll; 
}

#skulpturen {
	position: absolute;
	left: 0px;
	top: 100px;
	width: 250px;
	height: 160px;
}

#skulpturenprojekte {
	position: absolute;
	left: 0px;
	top: 260px;
	width: 250px;
	height: 160px;
}

#wasserfarbenblaetter {
	position: absolute;
	left: 0px;
	top: 420px;
	width: 250px;
	height: 160px;
}


#footer {
	height: 20px;
	width: 100%;
	position: absolute;
	top: 600px;
	padding-top: 10px;
	margin-left: auto;
	margin-right: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ccc;
}

a:link {
color: #999;
text-decoration: none;
}
a:visited {
color: #999;
text-decoration: none;
}
a:hover {
color: #000;
text-decoration: none;
}
a:active {
color: #666;
text-decoration: none;
}
