/* CSS fuer flair */



body {
	background-color: #fff;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5em;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 26px;
	font-weight: normal;
	margin: 0 0 5px 0;
}

h1:first-letter {
	font-weight: bold; 
}

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

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

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

a:active {
	color: #000;
	text-decoration: underline;
}


/*  __________  positionierung  __________  */

#middle {
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 50%;
	height: 1px;
	width: 1px;
}

#container {
	position: absolute;
	z-index: 2;
	top: 0;
	left: -360px;
	width: 760px;
}

#header {
	width: 720px;
	text-align: center;
	margin: 10px 0 0 0;
}

#navigation1 {
	width: 720px;
	height: 90px;
	overflow: visible;
	text-align: center;
	line-height: 1.75em;
	letter-spacing: 0.1em;
	margin: 20px 0 0 0;
}

#navigation2 {
	width: 720px;
	height: 55px;
	overflow: visible;
	text-align: center;
	line-height: 1.75em;
	letter-spacing: 0.1em;
	margin: 0 0 0 0;
}

#content {
	width: 760px;
}

#content2 {
	width: 720px;
	text-align: center;
}

.headpic {
	width: 150px;
	height: 250px;
	margin: 0 39px 0 0;
	text-align: center;
	line-height: 1.2em;
	float: left;
}

.detailpic {
	margin: 0 39px 30px 0;
	float: left;
}

#details {
	width: 720px;
	margin: 0 0 0 0;
	text-align: center;
	clear: both;
}

.angabe {
	margin-right: 20px;
}

#navigation3 {
	width: 720px;
	margin: 30px 0 0 0;
	text-align: center;
}

#search {
	width: 720px;
	margin: 50px 0 10px 0;
	font-size: 12px;
	text-align: center;
	clear: both;
}

#footer {
	width: 720px;
	margin: 20px 0 20px 0;
	font-size: 11px;
	text-align: center;
	clear: both;
}