/***************************************
** CSS by X@ctives Roehl 2006
***************************************/

/* Allgemein */
body {
	margin: 0px;
}
.main-table {
	width: 710px;
	height: 595px;
	z-index: 1;
}
#main {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
}
#maintable {
	position: absolute;
	/*left:0px;*/
	margin-left: 50%;
	left: -355px;
 	width: 720px;
	height: 605px;
}
#content {
	position: absolute;
	top: 0;
	left:30px;
 	width: 700px;
	height: 605px;
	z-index: 2;
}
.txt {
	font: 11px Arial;
	line-height: 12px;
}
#titel {
	position: absolute;
	font: 20px Arial;
	font-weight: bold;
	color: #F9F9F9;
	left: 137px;
	top: 5px;
	z-index:10;
}



/* Navigation */
#navi {
	position: absolute;
	left: 15px;
	top:35px;
	z-index:10;
}
.bt {
	/*width: 122px;
	height:16px;*/
	width: 130px;
	height:18px;
	background-repeat: no-repeat;
}
.link {
	text-decoration: none;
	color: #FFFFFF;
	font: 11px Arial;
}
.link-active {
	text-decoration: none;
	color: #000000;
	font: 11px Arial;
}

#navi a:hover {
	text-decoration: none;
	color: #000000;
	cursor: pointer;
}


/* Bilderrahmen */
/* Styles steht in der imgframe.php */
