/* =================================
Stylesheet für www.jan-und-eva.de
Datei: style.css
Datum: 2012-04-25
Autor: Eva-Maria Merkel
Aufbau: 	
====================================*/
body {
	background:url(fotos/hintergrund.jpg) center top;
	background-attachment:fixed;
	background-size: 100% 100%;
}

#wrapper {
	width:80%;
	min-width:800px;
	margin:0 auto;
	padding:80px 0;
}

#bergheader {
	margin:0 auto;
	width:100%;
}

#bergmotiv {
	margin:0 auto;
	width:1000px;
	height:260px;
	border:10px solid #FFF;
	-moz-box-shadow:2px 5px 20px rgba(0,0,0,0.5);
	-webkit-box-shadow:2px 5px 20px rgba(0,0,0,0.5);
	box-shadow:2px 5px 20px rgba(0,0,0,0.5);
	position:relative;
	background:url(fotos/gipfelpanorama.jpg) no-repeat;
}

#bergmotiv img {
	border:0; 
	position:absolute;
}
img#steinherz {
	left:90%;
	bottom:-80px;
	z-index:1;
	-moz-transition:all 3s ease-in-out;
	-webkit-transition:all 3s ease-in-out;
	-o-transition:all 3s ease-in-out;
	transition:all 3s ease-in-out;
}
img#steinherz:hover{
	left:40%;
	-moz-transform:scale(0.5);
	-webkit-transform:scale(0.5);
	-o-transform:scale(0.5);
	transform:scale(0.5);
}
img#allalin {
	right:75%;
	top:-50%;
	z-index:2;
}
img#willkommen {
	display:block;   
	margin-left:auto;   
	margin-right:auto; 
	width:1000px;
	margin-top:80px;
}
#susi{
	margin-top:-20px;
}
img#susi susitext {
	float:inline;
}
#loefflers {
	margin-top:-20px;
	margin-left:-7%;
}
img#loefflers nextgeneration {
	float:inline;
}

p, th, td { 
 color:white;
}