﻿@font-face { font-family: 'ueberschriften';
             src: url('../fonts/Chunkfive.otf') format('opentype'); }

body {
	
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000;
	color: #FFF;
	line-height: 1.6em;
	padding: 0;
	margin: 0;
	
}

A {
	
	font-style:italic;
	color:#C00;
	text-decoration: none;
	
}

A:hover {
	
	text-decoration: underline;
}

DIV.header {

	z-index: 50;
	min-height: 150px;

	font-family: Impact, Charcoal, sans-serif;
	font-size: 3.5em;
	line-height: 1.5em;
	text-transform: uppercase;
	text-align: left;
	color: #FFF;
	padding: 0.2em;
	padding-left: 350px;

	background: #000 url('../pictures/rock8hostel_014.png') no-repeat;
	background-size: auto 180px;
	background-position: 20px 10px;

}

DIV.zunge {

	z-index: 100;
	position: absolute;
	right: 0px;
	top: 10px;
	width: 240px;
	height: 200px;
/*	background: url('../pictures/Lippen.png') no-repeat; */
/*	background: url('../pictures/weloverock.png') no-repeat;
/*	background-size: auto 180px;
	
}

DIV.button {

	z-index: 100;
	position: fixed;
	right: 30px;
	top: 500px;
	width: 200px;
	height: 200px;
/*	background: url('../pictures/weloverock.png') no-repeat;
	background-size: auto 200px; */
	
}

DIV.map {
	
	z-index: 100;
	font-family: Impact, Charcoal, sans-serif;
	position: fixed;
	right: 6px;
	top: 6px;
	width: 11em;
	padding: 0.5em;

	font-size: 1.3em;
	line-height: 1.4em;
	background-color: rgba(200,120,120,0.5);
	color: #FFF;

	transition: opacity 1s;	

}

DIV.map DIV {
	
	padding: 0.2em;
	
}

DIV.map DIV:hover {
	
	background-color: #A00;
	transition: 1s;
	
}

DIV.map A {
	
	text-decoration: none;
	color: #FFF;
	opacity: 1;
	
}

DIV.body {

	font-size: 1.3em;
	text-align: left;
	line-height: 1.6em;
	padding: 0.2em 13em 3em 3em;
	font-color: #FFF;
	
	background: url('../pictures/party/community.png');
	background-repeat: no-repeat;
	background-size: 100% auto;
/*	background-size: cover;*/
	background-position: left top;
	min-height: 800px;

}

DIV.footer {

	font-family: Impact, Charcoal, sans-serif;
	background-color: #BBB;
	width: 100%;
	padding: 0.2em;
	min-height: 3em;
	
}

DIV.footer DIV.footerlinks {
	
	float: left;
	margin-right: 3em;
	padding: 0.5em;
	font-size: 1.2em;
	line-height: 1.4em;
	color: #FFF;
	
}

DIV.footerlinks:hover {
	background-color: #AAA;
}

H1{
	
	font-family: Impact, Charcoal, sans-serif;
	font-size:2em;
	font-weight: normal;
	line-height: 1.2em;
	text-transform:uppercase;
}

H2{
	
	font-family: Impact, Charcoal, sans-serif;
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1.2em;
	text-transform: uppercase;
}

