body {
	min-width:1000px;
	margin: 0;
	background-color: #000000;
}

div, td {
	color: white;
	font-size: 10pt;
	font-family: Verdana;
}

a {
	text-decoration: none;
	color: #E9A401;
}

a:hover {
	color: #EAC301;
}

div.link a {
	color: #FFFFFF;
}

#logo {	
	width: 178px;
	height: 80px;
	float: left;
}

#top {
	background-image: url(images/top.jpg);
	width: 722px;
	height: 50px;
	float: left;
}

#news {
	margin-left: 30px;
	margin-top: 80px;
	line-height: 130%;
	text-align: left;
}

#navi {
	float: left;
}

#left {
	width: 640px;
	float: left;
	background-image: url(images/line.jpg);
	background-repeat: no-repeat;
	background-position: 12px 38px;
}

#content {
	text-align: left;
	padding-top: 8px;
	padding-left: 19px;
	padding-right: 20px;
	font-size: 10pt;
	color: #F0F0F0;
}

#right {
	width: 261px;
	float: left;
}

#menubottom {
	background-image: url(images/menubottom.png);
	width: 251px;
	height: 300px;
	float: left;
}

.menudark {
	background-image: url(images/menuback2.jpg);
	width: 261px;
	line-height: 33px;
	float: left;
}

.menubright, #infobox {
	background-image: url(images/menuback1.jpg);
	width: 261px;
	line-height: 33px;
	float: left;
}

#infobox {
	height:50px;
}

#infotext {
	font-family: Tahoma;
	padding-right: 15px;
	padding-left: 15px;
	text-align: right;
	font-size: 7pt;
	line-height: 150%;
	/* padding-top: 6px;  für 3d-kino nicht*/
	padding-top: 1px;
	color: #87B5FA;
}


#arrowdark, #arrowbright {
	background-image: url(images/arrow2.jpg);
	width: 11px;
	height: 35px;
	float: left;
}

#arrowbright {
	background-image: url(images/arrow1.jpg);
}

#selecteddark, #selectedbright {
	background-image: url(images/menubar2.jpg);
	width: 249px;
	height: 35px;
	float: left;
	line-height:33px;
}

#selectedbright {
	background-image: url(images/menubar1.jpg);
}

.linkspace, #linkspaceselected {
	background-image: url(images/note.gif);
	background-repeat: no-repeat;
	background-position: 20px 49%;
	width: 40px;
	float: left;
}

#linkspaceselected {
	line-height:33px;
	width: 29px;
	background-position: 9px 50%;
}

.link {
	float: left;
	font-size: 9pt;
}



/* tabellen-sachen */

.head {
	font-size: 11px;
	text-align: center;
	background-color: #16275F;
}

table.box {
	border-width:1px;
	border-style:solid;
	border-color: #304B80;

	border-collapse: collapse;
	background-color: #1A3668;
}

td.linebright {
	background-color: #274E94;
}

td.bright, td.cellbright {
	background-color: #21457B;
}

td.linedark {
	background-color: #22417B;
}

td.dark {
	background-color: #172D53;
}

td.celldark, td.cellbright {
	padding: 4px;
}

hr {
	border: 1px dotted #C1C1C1;
}
