@charset "UTF-8";
/* CSS Document */
html {
	height: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #e7e7e7;
	background-image: -moz-linear-gradient(top, #e5e0e7, #392d3b);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#e5e0e7),to(#392d3b));
          
			filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#e5e0e7', EndColorStr='#392d3b');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#e5e0e7', EndColorStr='#392d3b')";
	margin-left: auto;
	margin-right: auto;
	background-attachment: fixed;
	color: #92929f;
}

body,td,th {
	font-size: 11px;
}
th {
	text-align: right;
	vertical-align: top;
	white-space: nowrap;
}
table {
	width: 55%;
	color: #F90;
	margin-right: auto;
	margin-left: auto;
}
th, td {
	padding: 5px;
}
a:link {
	color: #F90;
	text-decoration: none;
}
a:visited {
	color: #F90;
	text-decoration: none;
}
a:hover {
	color: #8B5F76;
	text-decoration: none;
}
a:active {
	color: #A38CA8;
	text-decoration: none;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#seite {
	width: 840px;
	min-heigth: 1000px;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-shadow: #333 0px -20px 90px;
	-moz-box-shadow: #333 0px -20px 90px;
	box-shadow: #333 0px -20px 90px;
	color: #000;
}
#fuss {
}
#kopf {
	height: 60px;
	background-image: url(../images/kopf.jpg);
	padding: 10px;
}
#kopf h1 {
	text-transform: uppercase;
	font-family: Tahoma, Geneva, sans-serif;
	margin-bottom: 0px;
	margin-top: 0px;
	font-size: 42px;
	float: left;
	font-weight: normal;
	color: #b9b3bb;
}
#kopf ul {
	list-style-type: none;
	float: right;
	margin-right: 0px;
	padding-left: 0px;
	margin-top: 50px;
	margin-bottom: 0px;
}
#kopf li {
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #F90;
	padding-right: 5px;
	padding-left: 5px;
	text-transform: uppercase;
}
#kopf li:last-child {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#inhalt {
	min-height: 500px;
	background-image: url(../images/layout.jpg);
	background-repeat: repeat-y;
	overflow: hidden;
	padding-top: 40px;
	padding-right: 40px;
	padding-left: 40px;
	color: #e49836;
	background-position: 0px 0px;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	margin-top: 0px;
	padding-bottom: 40px;
}
#inhalt h2 {
	text-transform: uppercase;
	margin-bottom: 48px;
}
#inhalt p{
	clear: both;
}
#leinwand {
	text-align: center;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 100px;
	margin-left: 0px;	
}
#leinwand img {
	margin-bottom: 15px;
	
}
#biografie #leinwand {
	margin-bottom: 0px;
}
#portait {
	float: right;
	margin: 0px;
}
#thumbnails {
	padding-left: 0px;
	list-style-type: none;
	text-align: center;
	height: 50px;
}
#thumbnails + p {
	margin-top: 30px;
}
#thumbnails li {
	margin-bottom: 10px;
	width: 60px;
	float: left;
	height: 50px;
	margin-right: 10px;
}
#thumbnails .aktiv img{
	border: 1px solid #FFF;
}
#thumbnails a:link, #thumbnails a:visited {
	opacity: 0.85;
	filter: Alpha(Opacity=50);
}
#thumbnails a:hover {
	opacity: 1;
	filter: Alpha(Opacity=100);
}
#biografie #thumbnails {
	width: 47%;
	margin-right: auto;
	margin-left: auto;
}
#fuss {
	height: 30px;
	padding: 10px;
	background-image: url(../images/fuss.jpg);
}
#fuss ul {
	list-style-type: none;
	padding-left: 0px;
	float: left;
}
#fuss li {
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #F90;
}
#fuss li:last-child {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#fuss p {
	float: right;
	text-transform: uppercase;
	color: #e49836;
}
.aktiv {
	font-weight: normal;
	color: #E5E4FE;
}
#urheber {
	margin-right: 0px;
	margin-left: 0px;
	color: #e49836;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-top: 30px;
	padding-right: 110px;
	padding-left: 110px;
	padding-bottom: 60px;
	font-style: normal;
	line-height: normal;
	font-weight: 100;
	font-variant: normal;
	background-color: #2D2532;
}
#seite #inhalt h2 {
	color: #F90;
}
#adresse {
	min-height: 400px;
	padding-right: 150px;
	padding-left: 150px;
	margin-top: 100px;
}
