body {
	color: #000000;
	background-color: #ffffff;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 14px;
	margin: 0;
}

#bg-img {
	width:100%;
}

img {
	border:none;
}

.bottom {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	margin:0;
	border: none;
}

.inhalt {
	position:absolute;
	bottom:0px;
	height:50px;
	width:100%;
	display:none;
}

.inhalt {
	-moz-box-shadow: -5px -5px 15px -10px black;
	-webkit-box-shadow: -5px -5px 15px -10px black;
	box-shadow: -5px -5px 15px -10px black;
}

p {
	display:none;
	font-weight:bold;
	font-size:12px;
}

.entry {
    position:absolute;
    width:50%;
    z-index:20;
}

.claer {
    clear:both;
}


a {
    color: #888888;
    font-weight: bold;
    text-decoration: none;
}


a:hover {
    text-decoration: underline;
}




