body {
	background: #282323;
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	font-family:Arial, Helvetica, sans-serif;
	color: #efefef;
	font-size: 16px;
	}

/* ---------- SITE-CONSTRUCTION ---------- */

.wide_1 {
	width: 100%;
	background: #282323;
	}

.wide_2 {
	width: 100%;
	background: #333333;
	}

.wide_3 {
	width: 100%;
	background: #000000;
	}

header {
	width: 960px;
	margin: 0 auto;
	height: 130px;
	}

#logo {
	float: left;
	margin: 40px 0 0 0;
	}

nav {
	float: right;
	}

#picture {
	width: 100%;
	height: 600px;
	/*--background: url(../images/wuerzburg_panorama.jpg) center no-repeat;*/
    background: url(../images/Panorama-Corona.png) center no-repeat;
	}
	
#special {
	width: 960px;
	margin: 80px auto;
	}

#col_1,
#col_2 {
	float: left;
	width: 300px;
	margin: 0 30px 0 0;
	text-align: center;
	}

#col_3 {
	float: left;
	width: 300px;
	margin: 0;
	text-align: center;
	}

#col_51,
#col_52,
#col_53,
#col_54 {
	float: left;
	width: 180px;
	margin: 0 15px 0 0;
	text-align: center;
	}

#col_55 {
	float: left;
	width: 180px;
	margin: 0;
	text-align: center;
	}

.content {
	width: 960px;
	margin: 0 auto;
	padding: 80px 0;
	}

#infos {
	width: 960px;
	margin: 0 auto;
	padding: 50px 0;
	line-height: 1.4em;
	}

#kontakt {
	font-style: normal;
	float: left;
	width: 350px;
	}

#timetable {
	float: left;
	width: 300px;
	margin: 0 0 0 30px;
	}

#maps {
	float: left;
	width: 250px;
	margin: 0 0 0 30px;
	}

footer {
	width: 980px;
	margin: 0 auto;
	padding: 0 10px;
	}

#impressum {
	float: left;
	}

#totop {
	float: right;
	margin: 20px 0 0 0;
	}

.clear {
	clear: both;
	}

/* ---------- NAVIGATION / LINKS ---------- */


a {
	text-decoration: underline;
	color: #efefef;
	border: none;
	outline: none;
	}

a:hover {
	text-decoration: none;
	color: #f29400;
	}

a.speciallink {
	color: #efefef;
	text-decoration: none;
	font-style: italic;
	}

a.speciallink:hover {
	color: #f29400;
	}

img.piclink {
	border: none;
	text-decoration: none;
	}

nav ul {
	list-style-type: none;
	margin: 47px 0 0 0;
	padding: 0;
	}

nav ul li {
	float: left;
	margin-left: 30px;
	}

nav ul li a {
	color: #666666;
	text-decoration: none;
	text-transform: uppercase;
	}

nav ul li a:hover,
nav ul li a.active {
	color: #f29400;
	text-decoration: none;
	}

#impressum ul {
	margin: 20px 0 0 0;
	padding: 0;
	list-style-type: none;
	}

#impressum a {
	color: #cccccc;
	text-transform: uppercase;
	font-size: 12px;
	text-decoration: none;
	}

#impressum a:hover {
	color: #cccccc;
	text-decoration: underline;
	}

a:active, 
a:selected,
a:focus,
a:visited {
	border: none;
	text-decoration: none;
	outline: none;
	}

/* ---------- HTML / TAGS / CLASSES ---------- */

h1, .hl1 {
	color: #f29400;
	font-size: 36px;
	font-weight: normal;
	}

h2 {
	color: #f29400;
	font-size: 24px;
	font-weight: normal;
	}

h3 {
	color: #f29400;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: 1px solid #ffffff;
	}

.divider {
	border-top: 1px solid #282323;
	margin: 50px 0;
	display: block;
	}

p {
	}

table.zeiten {
	border-collapse: collapse;
	}

td {
	padding-right: 20px;
	}

tr {
	vertical-align: top;
	}

.center {
	text-align: center;
	}

.bold {
	font-weight: bold;
	}

.orange {
	color: #f29400;
	}

iframe {
	border: none;
	}

.lightview, 
.imglink {
	border: none;
	text-decoration: none;
	}

.contpic {
	float: right;
	margin: 0 0 20px 30px;
	border: 2px solid #ffffff;
	}

.videolink {
	border: 2px solid #ffffff;
	}

.contpic_left {
	float: left;
	margin: 0 30px 20px 0;
	border: 2px solid #ffffff;
	}

.responsive_image {
	width: 100%;
	}

#special .active h2 {
	color: #ffffff;
	}

#special .imglink img:hover {
	opacity: 0.8;
	}

.up {
	text-transform: uppercase;
	}

.special {
	display: none;
	}

#button_start {
	position: fixed;
	right: 0;
	top: 35px;
	padding: 10px 30px 10px 10px;
	background: #282323;
	border-left: 1px solid #333333;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	opacity: 0.9;
	color: #ffffff;
	font-size: 16px;
	}

#button_up {
	position: fixed;
	right: 0;
	top: 36px;
	padding: 10px 30px 10px 10px;
	background: #282323;
	border-left: 1px solid #444444;
	border-top: 1px solid #444444;
	border-bottom: 1px solid #444444;
	opacity: 0.9;
	color: #ffffff;
	font-size: 16px;
	}

#button_start a,
#button_up a {
	text-decoration: none;
	}

#button_start a:hover,
#button_up a:hover {
	text-decoration: none;
	color: #666666;
	}

