html, body
{
	margin: 0;
	padding: 0;	
}

body
{
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	background-image: url(../img/bg_body.jpg);
	background-position: 550px 10px;
	background-repeat: no-repeat;
	text-transform: lowercase;
}

#header
{
	position: absolute;
	top: 10px;	
	left: 20px;
	width: 540px;
	height: 120px;
}

#content_container
{
	position: absolute;
	top: 160px;
	left: 36px;
	width: 500px;
}

#navigation
{
	position: absolute;
	top: 160px;
	left: 440px;
	width: 120px;
	text-align: right;
	font-size: 16px;
}

#navigation ul
{
	list-style-type: none;
}

h1
{
	font-size: 18px;
	color: #000000;
	margin-top: 0;
}     

h2
{
	font-size: 14px;
	margin-top: 0;
	margin-bottom: 5px;
}          

#navigation a
{
	text-decoration: none;
	line-height: 1.6em;
	color: #000000;
	padding-left: 5px;
	padding-right: 5px;
}

#navigation a:active
{
	background-color: #e3d0b3;	
}

.kuenstler_container
{
	float: left; 
	width: 100%; 
	margin-bottom: 20px;
}

.kuenstler_bild
{
	float: left; 
	width: 150px; 
	margin-right: 20px;
}

.kuenstler_info
{
	float: left;
}

a
{
	color: #f6861f;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

.trennlinie
{
	width: 100%;
	height: 5px;
	background-image: url(../img/bg_border.jpg);
	margin-top: 10px;
	margin-bottom: 10px;
}

.clearfix 
{
	display: block;
	float: none;
	clear: both;	
}

#ladescreen 
{ 
	position: absolute; 
	width: 100%; 
	height: 1000px; 
	background: #FFFFFF;
	z-index: 1000;
	text-align: center; 
}
