html {
	background-attachment:	fixed;
	background-image:		url('../img/body_background.jpg');
	background-repeat:		repeat;
	height:					100%;
	margin:					0px;
	padding:				0px;
}

body {
	color:					#FFFFFF;
	font-family:			Arial;
	font-size:				12px;
	height:					100%;
	margin:					0px;
	padding:				0px;
}

h1 {
	font-size:				20px;
}

h2 {
	font-size:				18px;
}

h3 {
	font-size:				16px;
	margin-bottom:			0px;
}

h4 {
	font-size:				14px;
}

img {
	border:					0px;
}

li {
	margin-bottom:			5px;
}

input[type="text"],
input[type="password"] {
	height:					12px;
}

/* MAIN-LAYOUT */
div.container {
	background-image:		url('../img/background.jpg');
	background-position:	bottom;
	background-repeat:		repeat-x;
	min-height: 			100%;
	height:					auto !important; /* moderne Browser */
	height:					100%; /* IE */
}
				
table.main {
	height:					724px;
	width:					100%;
}

table.main td {
	vertical-align:			bottom;
}

table.content {
	height:					724px;
	width:					914px;
}

table.content td {
	vertical-align:			top;
}

table.content  td.top {
	background-image:		url('../img/header.png');
	background-repeat:		repeat;
	height:					94px;
	width:					914px;
}

table.content td.menu {
	width:					187px;
}

table.content td.content {
	height:					601px;
	width:					728px;
}

table.content td.bottom {
	background-image:		url('../img/bottom.png');
	background-repeat:		repeat;
	height:					28px;
	padding:				0px;
	width:					914px;
}

table.content td.bottom div {
	padding-top:			7px;
}

div.content_top {
	background-image:		url('../img/content_top.png');
	background-repeat:		no-repeat;
	height:					47px;
	width:					728px;
}

div.content_get {
	background-image:		url('../img/content_float.png');
	background-repeat:		repeat-y;
	float:					left;
	min-height:				719px;
	text-align:				left;
	width:					728px;
}

div.content_bottom {
	background-image:		url('../img/content_bottom.png');
	background-repeat:		no-repeat;
	float:					left;
	height:					47px;
	width:					728px;
}

/* CONTENT-STYLES */
a {
	color:					#FFFFFF;
	text-decoration:		none;
}

p.bodytext {
	margin-bottom:			5px;
	margin-top:				0px;
}

td.bottom p {
	font-size:				0.9em;
	font-weight:			bold;
	margin:					0px;
	padding-top:			4px;
}

div.banner_left {
	height:					300px;
	text-align:				center;
	vertical-align:			bottom;
}

div.banner_left table {
	width:					187px;
}

div.content_top h1 {
	margin-top:				0px;
	padding-top:			25px;
	text-align:				left;
}

#bgImage {
	background-image:		url('../img/screen.png');
	background-position:	bottom;
	background-repeat:		no-repeat;
}

img.registerButton {
	border:					0px;
	display:				block;
	float:					right;
	height:					31px;
	left:					-60px;
	overflow:				hidden;
	position:				relative;
	top:					31px;
	width:					206px;
}

table.contenttable td {
	text-align:				left;
}

.csc-mailform {
	border:					0px;
	margin:					0px;
	padding:				0px;
}

h1.csc-firstHeader {
	margin-top:				0px;
}

/* NAVIGATION */
.menu1 .menu-level1-current-active,
.menu1 .menu-level1-normal:hover {
	background-image:		url('../img/button_active.png');
	background-repeat:		no-repeat;
	height:					46px;
	width:					186px;
}

.menu1 .menu-level1-current-active a,
.menu1 .menu-level1-normal a {
	color:					#4c4c4c;
	display:				block;
	font-size:				1.4em;
	font-weight:			bold;
	height:					33px;
	padding-top:			13px;
	text-decoration:		none;
	width:					186px;
}

.menu1 .menu-level1-normal {
	background-image:		url('../img/button_normal.png');
	background-repeat:		no-repeat;
	height:					46px;
	width:					186px;	
}

/* LANager */
div.seatingPlan {
	background-image:		url('../img/sitzplan.png');
	background-repeat:		no-repeat;
	border:					1px solid #FFFFFF;
	height:					500px;
	padding:				0px !important;
	width:					650px;
}

div.seatingPlan td {
	padding:				0px;
}

table.tables {
	height:					63px;
	margin-left:			118px;
}

table.tables td {
	background-color:		#FFFFFF;
	background-image:		url('../img/client.png');
	background-repeat:		no-repeat;
	border:					1px solid #000000;
	padding:				0px !important;
	cursor:					pointer;
}

div.counterText {
	float:					left;
	font-weight:			bold;
}

div.counter {
	float:					left;
	margin-left:			5px;
}

table.registration td {
	vertical-align:			middle;
}

table.registration td.registrationLabel {
	font-weight:			bold;
}

/* REGISTRATION + mm_forum */
div.registration td.tx-mmforum-td,
div.registration th.tx-mmforum-th {
	border-bottom:			0px solid #DDDDDD !important;
	border-collapse:		collapse;
	border-style:			solid hidden !important;
	border-top:				0px solid #DDDDDD !important;
	color:					#545353;
	font-size:				11px;
	padding:				5px;
}
div.registration th.tx-mmforum-th {
	background:				transparent;
	color:					#FFFFFF;
	font-size:				12px;
	padding:				5px;
	text-align:				left;
}

div.registration td.tx-mmforum-td {
	color:					#FFFFFF;
}

div.registration td.tx-mmforum-subth2  {
	background-color:		transparent;
	color:					#FFFFFF;
	font-size:				11px;
	padding:				0px;
	text-align:				center;
}

div.registration td.tx-mmforum-td-1st {
	padding-left:			0px;
	padding-top:			7px !Important;
	vertical-align:			top !important;
	width:					120px;
}
div.registration td.tx-mmforum-subth {
	background-color:		transparent;
	border-bottom:			1px solid #DDDDDD !important;
	border-collapse:		collapse;
	border-style:			solid hidden !important;
	border-top:				1px solid #DDDDDD !important;
}

div.registration td.tx-mmforum-td, th.tx-mmforum-th {
	background-color:	transparent;
}

input.tx-mmforum-button,
.tx-mmforum-textbutton,
input[type="submit"]  {
	background-color:		#555555;
	border:					1px solid #FFFFFF;
	color:					#FFFFFF;
	cursor:					pointer;
	font-weight:			bold;
	margin:					5px 0px 5px 5px;
	vertical-align:			middle;
}

.tx-mmforum-pi1 a {
	color:					#FFFFFF;
}

.tx-mmforum-pi1 a:hover {
	color:					#CCCCCC;
}

td.tx-mmforum-td, th.tx-mmforum-th {
	background-color:	#555555;
	border-bottom:		1px solid #DDDDDD !important;
	border-collapse:	collapse;
	border-style:		solid hidden !important;
	border-top:			1px solid #DDDDDD !important;
	color:				#CCCCCC;
	font-size:			11px;
	padding:			5px;
}

td.tx-mmforum-subth2  {
	background-color:	#444444;
	color:				#FFFFFF;
}

th.tx-mmforum-th  {
	background:	none repeat scroll 0 0 #222222;
}

div.tx-mmforum-rootline a {
	color:			#FFFFFF;
	text-decoration:	none;
}

td.tx-mmforum-subth  {
	background-color:	transparent;
}

.tx-mmforum-desc  {
	color:			#AAAAAA;
}

div.tx-mmforum-pi1-listpost-date  {
	color:			#AAAAAA;
}

.tx-mmforum-textbutton a {
	margin-right: 5px;
}

div.tx-rgsmoothgallery-pi1 {
	text-align:		center !important;
	margin:			auto !important;
}
