html {
	margin: 0px;
	background-image: url(../img/stars.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	min-height: 100%;
}

body {
	margin: 0px;
	background-image: url(../img/bg.png);
	background-size: auto 42em;
	background-position: -20em -14em;
	background-repeat: no-repeat;
	
	margin: 0px;
	color: #ffffff;
	font-family: Garamond;
}

h1 {
	
	margin: 0px;
}

a {
	color: #ffffff;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

img {
	border: none;
}

h1, h2 {
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

h2  {
	display: none;
}

h3 {
	text-shadow: 2px, 2px, 4px, #ffffff;
	clear: both;
}

p {
	text-align: justify;
}

p.newstext {
	white-space: pre;
	margin-top: 26px;
}

hr {
	border: none;
	height: 0px;
	margin: 0px;
	padding: 0px;
	clear: both;
}

#header {
	width: 900px;
	height: 219px;
	position: relative;
	left: 50%;
	margin: 0px;
	padding: 0px;
	margin-left: -450px;
}

#info {
	position: absolute;
	right: 12px;
	bottom: 18px;
	font-size: 120%;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: right;
	text-shadow: -1px -1px 0px #000,
				 -1px 1px 0px #000,
				 1px -1px 0px #000,
				 1px 1px 0px #000,
				 1px 2px 0px #000,
				 2px 1px 0px #000,
				 2px 2px 0px #000,
				 2px 3px 0px #000,
				 3px 1px 0px #000,
				 3px 2px 0px #000,
				 3px 3px 0px #000;
}

#info span {
	display: block;
	margin-bottom: 2px;
}

#info .date {
	font-size: 90%;
}

#lang {
	position: absolute;
	right: 9px;
	top: 9px;
}

#navbar {
	background-image: url(../img/nav.png);
	background-repeat: repeat-x;
	height: 46px;
	min-width: 900px;
	padding-left: 80px;
	margin-top: -17px;
	z-index: 1;
}

#nav {
	width: 904px;
	position: relative;
	left: 50%;
	margin-left: -504px;
}

#navlist {
	padding-top: 2px;
}

#navlist li, #syn li {
	float: left;
}

#navlist li {
	width: 125px;
	height: 32px;
	padding-top: 8px;
	margin-left: -21px;
	font-size: 90%;
	text-align: center;
	list-style-type: none;
	background-image: url(../img/nav_li.png);
	background-position: right;
	background-repeat: no-repeat;
}

#navlist li.big, #navlist li.bigactive {
	width: 170px;
}

#navlist li.active, #navlist li.bigactive, #navlist li:hover {
	background-image: url(../img/nav_li_active.png);
	text-shadow: -1px -1px 0px #000,
				 -1px 0px 0px #000,
				 -1px 1px 0px #000,
				 -1px 2px 0px #000,
				 -1px 3px 0px #000,
				 0px -1px 0px #000,
				 0px 0px 1px #000,
				 0px 1px 1px #000,
				 0px 2px 1px #000,
				 0px 3px 0px #000,
				 1px 1px 2px #000,
				 2px -1px 0px #000,
				 2px 0px 1px #000,
				 2px 1px 1px #000,
				 2px 2px 1px #000,
				 2px 3px 0px #000,
				 3px 1px 0px #000,
				 3px 0px 0px #000,
				 3px 1px 0px #000,
				 3px 2px 0px #000,
				 3px 3px 0px #000;
}

#navlist li.bigactive, #navlist li.big:hover {
	background-image: url(../img/nav_li_bigactive.png);
}

#navlist a {
	font-size: 150%;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

#syn {
	position: absolute;
	right: -4px;
	top: -8px;
	list-style: none;
}

#syn a {
	display: block;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	height: 30px;
	width: 30px;
}

#syn_facebook {
	background-image:url(../img/syn_facebook.png);
}

#bg {
	position: absolute;
	width: 100%;
	top: 264px;
	background-image: url(../img/content.png);
	z-index: -1;
}

#content {
	width: 820px;
	padding: 10px 40px;
	position: relative;
	left: 50%;
	margin-left: -450px;
}

.article {
	float: right;
	margin-bottom: 14px;
	margin-left: 20px;
	max-width: 300px;
}

.news {
	background-image: url(../img/transborder.png);
	background-position: bottom;
	background-repeat: repeat-x;
	padding-bottom: 12px;
}

.author {
	font-size: 90%;
	font-style: italic;
	text-align: right;
}

.gallery {
	background-image: url(../img/transborder.png);
	background-position: bottom;
	background-repeat: repeat-x;
	padding-bottom: 12px;
}

.thumb img {
}

.thumb {
	display: block;
	width: 110px;
	height: 120px;
	float: left;
}

.viewer {
	text-align: center;
	margin-left: -14px;
	margin-right: -14px;
	margin-bottom: 12px;
}

.viewer img {
	max-width: 90%;
	max-height: 600px;
}

.viewer img.button {
	border: none;
}

.lineup, .karaoke {
	text-align: center;
}

.lineup img {
	background-image: url(../img/content.png);
	padding: 10px;
	margin: 10px;
	width: 200px;
	height: 125px;
}

.karaoke {
	margin-top: 16px;
	margin-bottom: 16px;
}

#impressum {
	font-size: 80%;
	text-align: center;
}

.kleingedrucktes {
	font-size: 80%;
}