body {
	background:url(../images/gesucht-und-gefunden-leuchtende-welt-bg.jpg) no-repeat top center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-family:Voltaire, Verdana, Geneva, sans-serif;
	color:#fff;
	}

div, p, a, li, td {
	-webkit-text-size-adjust:none;
	}

a {
	color: #fff;
	text-decoration:none;
	}
	
a:hover {
	font-weight:bold;
	}

a img {
    border: 0 none;
}

a:active, a:focus {
	outline: none;
	}
	
h1, h2, h3 {
	text-shadow: 1px 1px 1px #888888;
	}
	
h3 a {
	color: #F00;
	}
	
hr {
	width:50%;
	border: none;
	border-top: 2px dotted;
	height: 1px;
	}
	
#gesucht-und-gefunden-logo {
	background: transparent url("../images/gesucht-und-gefunden-logo.png") no-repeat scroll 0% 0%;
    width: 380px;
    height: 135px;
    text-indent: -3333px;
    border: 0;
    margin: 0;
	}
	
#gesucht-und-gefunden-logo a {
    display: block;
    width: 380px;
    height: 135px;
    text-decoration: none;
    border: 0;
}
	
#leuchtende-welt-wrapper {
	position:relative;
	width:880px;
	min-height:720px;
	margin:20px auto;
	padding:30px;
	background-color: rgba(1,1,1,0.3);
	box-shadow: 3px 3px 12px 2px rgba(0, 0, 0, 0.5);
	}

#leuchtende-welt-container {
	position:relative;
	width: 720px;
	margin: 30px auto;
	padding: 40px;
	background-color: rgba(1,1,1,0.6);
	box-shadow: 3px 3px 12px 2px rgba(0, 0, 0, 0.5);
	z-index:15;
	}

#neue-single-leuchtende-welt {
	position:absolute;
	top: 20px;
	left: 40px;
	width: 200px;
	height: 56px;
	padding: 12px 20px;
	font-family: 'Stardos Stencil';
	text-align: center;
	font-size: 120%;
	border: 2px solid;
	background-color: rgba(1,1,1,0.3);
	box-shadow: 1px 0px 12px 3px #BBBBBB;
	transform: rotate(-15deg);
	-webkit-transform: rotate(-15deg);
	-moz-transform: rotate(-15deg);
	-ms-transform: rotate(-15deg);
	z-index:20;
}
	
#neue-single-leuchtende-welt-cover {
	position:absolute;
	top: 60px;
	left: 560px;
	width: 225px;
	height: 226px;
	background-color: rgba(1,1,1,0.3);
	box-shadow: 1px 0px 12px 3px #BBBBBB;
	transform: rotate(15deg);
	-webkit-transform: rotate(15deg);
	-moz-transform: rotate(15deg);
	-ms-transform: rotate(15deg);
	z-index:20;		
	}
	
#leuchtende-welt-you-tube {
	box-shadow: 2px 1px 20px 5px #BBBBBB;
	}