@charset "UTF-8";
/* CSS Document */

html, body {
	
	margin: 0;
	
	padding: 0;
	
	background-color: #000;
	
	font-family: Arial, Helvetica, sans-serif;
	
	font-size: 12px;
	
	font-weight: light;
	
	line-height: 15px;
	
	color: #FFF;
	
	text-align: center;
	
}

a:link {
	
	color: #FFF;
	
	text-decoration: none;
	
}

a:visited {
	
	text-decoration: none;
	
	color: #FFF;
	
}

a:hover {
	
	text-decoration: underline;
	
	color: #FFF;
	
}

a:active {
	
	text-decoration: none;
	
	color: #FFF;
	
}


/* Zentrieren */

div#wrapper {
	
	margin: 25px auto;
	
	width: 1150px;
	
	text-align: left;
	
}

/* Head */

div#head_logo {
	
	width: 600px;
	
	height: 110px;
	
	float: left;
	
	background-image:url(../img/head_logo_kl.gif);
	
	background-repeat: no-repeat;
	
	background-position: top left;
	
}

/* Navigation */

div#head_nav {
	
	width: 500px;
	
	height: 25px;
	
	float: left;
	
	margin: 30px 0 0 35px;
	
}

div#head_nav ul li {
	
	float:left;
	
	list-style-type: none;
	
	list-style-position: inside;
	
	display: block;
	
}

div.clear {
	
	clear: both;
	
}

/* Content Index */

div.bild {
	
	float: left;
	
	margin: 50px 60px 0 0;
	
}

div.beschreibung {
	
	margin: 10px 0 10px 0;
	
	font-size: 12px;
	
	letter-spacing: 0.5em;
	
	font-weight:lighter;
	
}

div.bild a:link img,
div.bild a:visited img {
	
	opacity:0.8;
	
	filter:alpha(opacity=80);
}

div.bild a:hover img {
	
	opacity: 1;
	
	filter:alpha(opacity=100);
	
}


/* Content contact */

div.layer_con {
	
	width: 822px;
	
	height: 534px;
	
	background-image: url(../img/contact_back.jpg);
	
	background-color: #171717;
	
	margin: 10px auto;
	
	text-align: center;
	
}

div.layer_con img {
	
	margin: 180px auto;
	
}

/* Content biography */

div.layer_bio {
	
	width: 822px;
	
	height: 534px;
	
	background-color: #171717;
	
	margin: 10px auto;
	
}



