@charset "utf-8";
/* CSS Document */

body {
	overflow:hidden;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
h1 {
	font-family:"Times New Roman", Times, serif;
	color:#333;
}
#head {
	position:absolute;
	top:0px;
	left:0px;
	width:1920px;
	height:80px;
	background-image:url(data/head.png);
	background-repeat:no-repeat;
}
#uhr {
	position:absolute;
	top:5px;
	right:40px;
	color:#FFF;
	z-index:4;
	float:right;
	font-size:58px;
	width:350px;
	text-align:center;
}
#datum {
	position:absolute;
	top:25px;
	right:370px;
	color:#FFF;
	z-index:4;
	float:left;
	font-size:24px;
	width:200px;
	text-align:center;
}
#menue {
	position:absolute;
	top:80px;
	left:0px;
	width:200px;
	height:1000px;
	border-right:1px solid #083763;
	display:none;
}
.menue {
	padding-left:20px;
	padding-top:10px;
}
.menue a:link, .menue a:visited {
	color:#0571ba;
	text-decoration:none;
}
.menue a:hover {
	color:#083763;
	text-decoration:none;
}
#cms_inhalt {
	position:absolute;
	top:80px;
	left:10px;
}
#cms_inhalt_a {
	position:absolute;
	top:30px;
	left:30px;
	background-color:#CCC;
	padding:20px 20px 20px 20px;
	width:550px;
}
#cms_inhalt_b {
	position:absolute;
	top:30px;
	left:660px;
	background-color:#CCC;
	padding:20px 20px 20px 20px;
	width:500px;
}
#cms_inhalt_a p {
	line-height:150%;
}
#cms_inhalt table {
	background-color:#CCC;
}
#cms_inhalt th {
	background-color:#333;
	color:#fff;
}
.inp_small {
	width:75px;
}
.inp {
	width:100px;
}
.inp_big {
	width:350px;
}
.b0 {
	background-color:#F5F5F5;
}
.b1 {
	background-color:#EDEDED;
}
.b2 {
	background-color:#FFF;
}
.bildbutton {
	cursor:pointer;
}
.editbutton {
	margin-left:2px;
	margin-right:3px;
	width:16px;
	height:16px;
	background-image:url(data/edit_r.png);
	background-repeat:no-repeat;
	cursor:pointer;
	float:left;
}
.deletebutton {
	margin-left:2px;
	margin-right:3px;
	width:16px;
	height:16px;
	background-image:url(data/delete_r.png);
	background-repeat:no-repeat;
	cursor:pointer;
	float:left;
}
.savebutton {
	margin-left:2px;
	margin-right:3px;
	width:16px;
	height:16px;
	background-image:url(data/aktivieren_r.png);
	background-repeat:no-repeat;
	cursor:pointer;
	float:left;
}
.cancelbutton {
	margin-left:2px;
	margin-right:3px;
	width:16px;
	height:16px;
	background-image:url(data/deaktivieren_r.png);
	background-repeat:no-repeat;
	cursor:pointer;
	float:left;
}
#raumplan {
	position:absolute;
	top:80px;
	left:0px;
}
.veranstaltung, .bild {
	position:absolute;
	top:80px;
	left:0px;
	width:1920px;
	height:1000px;
}
#video {
	position:absolute;
	top:80px;
	left:0px;
	width:1920px;
	height:1000px;
	background-color:#000;
	color:#FFF;
}
.veran_title {
	font-size:60px;
	color:#083763;
	font-weight:bold;
	padding:20px 20px 20px 20px;
}
.veran_datum {
	font-size:50px;
	color:#000;
	font-weight:bold;
	padding:20px 20px 20px 20px;
}
.veran_ort, .veran_veranstalter, .veran_eintritt, .veran_internet {
	font-size:40px;
	color:#000;
	padding:20px 20px 20px 20px;
	width:1000px;
	line-height:130%;
}
.veran_image {
}
