html {
	padding: 0px;
	margin: 0px;
	height: 100%;
}

body {
	background-color: #26272C;
	background-image: url(Bilder/bgMain.jpg);
	background-repeat: no-repeat;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #999;
	margin: 0;
	height: 100%;
}

hr {
	border: none;
	border-bottom: 1px dashed #303030;
	width: 300px;
	margin: 20px auto;
	text-align: center;
}

a {
	color: #2777c9;
	text-decoration: none;
}

a:hover {
	color: white;
	text-decoration: none;
}

h1 {
	color: #2777c9;
	font-size: 2.5em;
	text-transform: uppercase;
	letter-spacing: -0.1em;
	padding: 2px 6px;
	background-color: #080808;
	display: inline;
	text-align: left;
}

h2 a{
	font-family: Georgia,'Times New Roman',Times,serif;
	color: #2777c9;
	font-size: 1.1em;
	padding: 5px 40px 5px 20px;
	background: #080808;
	text-align: left;
}


h3 {
	font-family: Georgia,'Times New Roman',Times,serif;
	color: #2777c9;
	font-size: 1.2em;
	padding: 2px 6px;
	background-color: #080808;
	display: inline;
	text-align: left;
}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: url(Bilder/bg_input.jpg) repeat-x;
	border: 1px solid #555;
	color: #161616;
	padding: 3px;
	font-size: 1.2em;
}

input.button {
	background: url(Bilder/bg_button.jpg) repeat-x;
	font-size: 1.1em;
}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: url(Bilder/bg_textarea.jpg) repeat-x;
	border: 1px solid #555;
	color: #161616;
	padding: 3px;
	font-size: 1em;
}

img {
	border: none;
}

table {
	text-align: left;
	border: 1px solid #303030;
	border-collapse: collapse;
	margin: 5px auto;
	background-color: #080808;
	color: white;
}

table a {
	color: #2777c9;
}

table a:hover {
	text-decoration: none;
	color: white;
}

table th {
	font-weight: bold;
	font-size: 1.2em;
	text-align: center;
	padding: 10px;
	color: white;
}

table td {
	font-size: 0.9em;
	border: 1px solid #333;
	padding: 10px;
}

table .classic {
	text-align: left;
	border: 1px solid #303030;
	border-collapse: collapse;	
	padding: 3px;
	font-size: 0.8em;
	background-color: none;
}

#content {
	width: 950px;
	background-color: #222;
	margin: 60px auto 0px auto;
	padding: 10px 10px 20px 10px;
}

#text {
	margin: 0px 200px 20px 200px;
}

#sidebar {
	width: 190px;
	float: left;
	margin-top: 25px;
}

#sidebar_right {
	width: 190px;
	float: right;
	margin-top: 25px;
	text-align: center;
}

#sidebar_right input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: url(Bilder/bg_input.jpg) repeat-x;
	border: 1px solid #555;
	color: #161616;
	padding: 2px;
	font-size: 0.9em;
	margin-bottom: 3px;
}

#sidebar_right input.button {
	background: url(Bilder/bg_button.jpg) repeat-x;
	font-size: 0.9em;
}

#sidebar_right .notification {
	background: #222 url(Bilder/icons/info.png) no-repeat 10px 5px;
	border: 1px solid #303030;
	border-left: 10px solid #A6FF1F;
	margin: 5px auto;
	padding: 10px 3px 20px 60px;
	width: 60%;
	color: white;
	font-weight: bold;
}

#sidebar_right .warning {
	background: #222 url(Bilder/icons/warning.png) no-repeat 10px 5px;
	border: 1px solid #303030;
	border-left: 10px solid #FF1F49;
	margin: 5px auto;
	padding: 10px 3px 20px 60px;
	width: 60%;
	color: white;
	font-weight: bold;
}

#panorama {
	background-color: #080808;
	border: 0px solid #080808;
	width: 950px;
	height: 320px;
	padding: 0px;
	margin: 0 0 0 auto;
	overflow: hidden;
	position: relative;
}

#panorama-image {
	background: url(Bilder/panorama.jpg) no-repeat;
	position: absolute;
	width: 1911px;
	height: 270px;
}

#panorama-buttons {
	background-color: #080808;
	height: 40px;
	width: 100px;
	padding: 6px 3px 0px 3px;
	margin: auto;
	text-align: center;
	position: relative;
	top: 280px;
}

#navigation {
	font-family: Georgia,'Times New Roman',Times,serif;
	font-size: 1.4em;
	margin: 0px 0px 0px -10px;
}

#navigation ul {
	list-style-type: none;
	padding-left: 0px;
	margin: 0px;
}

#navigation ul li {
	margin: 0px;
}

#navigation ul li a {
	color: white;
	display: block;
	padding: 10px;
	margin: 0px;
	border-bottom: 1px solid #303030;
}

#navigation ul li a:hover {
	color: #2777c9;
	background-color: #080808;
}

#navigation .active a{
	background-color: #080808;
	color: #2777c9;
}

#footer {
	width: 100%;
	margin-top: 150px;
}

#footerText {
	text-align: center;
	width: 100%;
	color: #b4b8b9;
	font-size: 0.9em;
}

#homeNewsarea {
	width: 540px;
}

#eventHome {
	width: 540px;
}

.cat {
	display: block;
	text-align: right;
}

.newsitem {
	text-align: justify;
}

.event {
	text-align: justify;
}

.date {
	background: url(Bilder/datum.jpg) no-repeat;
	color: #080808;
	width: 66px;
	height: 90px;
	float: left;
	margin: -4px 0px 3px 0px;
	padding: 4px 10px 10px 2px;
	text-align: center;
	font-family: Georgia, 'Times New Roman', serif;
}

.day {
	font-size: 2.3em;
}

.month {
	font-size: 1.2em;
}

.year {
	font-size: 1.4em;
	color: #ddd;
}

.gb-entry .gb-headline {
	background: #080808;
	padding: 5px 10px;
	margin-bottom: 0px;
	font-size: 1.1em;
	color: white;
}

.gb-entry .headline-small {
	font-size: 0.8em;
	padding-left: 20px;
	color: #aaa;
}

.gb-entry .text {
	width: 90%;
	text-align: justify;
	padding: 10px 10px 20px 10px;
	margin-top: 0px;
	border-left: 5px solid #080808;
}

.event {
	border-bottom: 1px dashed #303030;
	margin-left: 80px;
}

.eventHome{
	border-bottom: 1px dashed #303030;
	margin-left: 10px;
}

.name {
	font-family: Georgia,'Times New Roman',Times,serif;
	color: #aaa;
	font-size: 1.6em;
	padding: 5px 40px 5px 10px;
	background: #080808;
	display: block;
}

.place {
	margin: 10px 0px 10px 0px;
	display: block;
}

.time {
	margin: 10px 0px 10px 0px;
	display: block;
}

.notification {
	background: #222 url(Bilder/icons/info.png) no-repeat 10px 7px;
	border: 1px solid #303030;
	border-left: 10px solid #A6FF1F;
	margin: 10px auto;
	padding: 10px 10px 20px 80px;
	width: 70%;
	color: white;
	font-weight: bold;
}

.warning {
	background: #222 url(Bilder/icons/warning.png) no-repeat 10px 7px;
	border: 1px solid #303030;
	border-left: 10px solid #FF1F49;
	margin: 10px auto;
	padding: 10px 10px 20px 80px;
	width: 70%;
	color: white;
	font-weight: bold;
}

.headline {
	font-family: Georgia,'Times New Roman',Times,serif;
	color: #aaa;
	font-size: 1.6em;
	padding: 5px 40px 5px 20px;
	background: #080808;
	margin: 35px 5px 10px 5px;
	display: block;
}

.by {
	margin-left: 30px;
	font-size: 0.5em;
	text-align: right;
	vertical-align: middle;
}

.none {
	background: #222;
	border: none;
	padding: 5px;
	margin: 0;
}

.textimage {
	float: right;
	border: none;
}


.textimage_left {
	float: left;
	border: none;
	margin-right: 10px;
}