html, body, h1, h2, h3, h4, h5, h6, p, a, ul {
	font: 1em Georgia, Times New Roman, serif;
	color: #444;
	margin: 0;
	padding: 0;
}

body {
	background: url(images/vordergrund.png) no-repeat center bottom fixed,
				url(images/hintergrundhafen.jpg) no-repeat center center fixed;
	background-size: contain,
					 cover;
}

h2 {
	font: 1.5em 'Cantora One', serif;
	color: #300;
	margin: .5em .7em .5em;
}

p {
	line-height: 1.3em;
	margin: 0 1em 1em;
}

a {
	
}

img {
	border: none;
}

ul {
	list-style-type: none;
	margin: 0 1em 1em;
	padding: 0;
}

ul span {
	display: inline-block;
	width: 10em;
}

small {
	font-size: .7em;
	color: #555;
}

table {
	margin: 0 1em 1em;
	border: 0;
}

td {
	width: auto;
	vertical-align: top;
	padding: .2em;
	background: rgba(220, 220, 220, 0.7);
}

td:first-child {
	width: 5em;
	background: rgba(238, 228, 220, 0.9);
}

iframe {
	display: block;
}

header, nav, article, footer {
	width: 50em;
	min-width: 320px;
	margin: auto;
	overflow: hidden;
}

header {
	text-align: center;
	margin: 3em auto 1em;
}

nav ul {
	text-align: center;
	list-style-type: none;
	margin-bottom: 1em;
}

nav li {
	display: inline-block;
	padding: 0 1.2em;
}

nav a {
	font: 1.5em 'Cantora One', serif;
	color: #FFF;
	text-decoration: none;
	text-shadow: -1px -1px 0 #000,  
    			  1px -1px 0 #000,
    			  -1px 1px 0 #000,
     			   1px 1px 0 #000;
}

article {
	position: relative;
	min-height: 12em;
	background: rgba(255, 255, 255, .8);
}

footer {
	margin-top: .5em;
	margin-bottom: 5em;
	text-align: right;
}

#slideshow img {
	display: block;
	width: 50em;
	height: auto;
}

#postkarte {
	transform: rotate(-9deg);
	-ms-transform:rotate(-9deg);
	-webkit-transform:rotate(-9deg);
	margin: 0 0 2em 1em;
}

#flaschenpost {
	min-height: 220px;
	background-image: url(images/flaschenpost.png);
	background-position: right bottom;
	background-repeat: no-repeat;
}