/* layout.css */


/* ----- Basic ----- */
body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background:#000;
	text-align:center;
}

.tablemain {
	width:100%;
	height:100%;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:0px;
	text-align:center;
}

#main {
	position:absolute;
	left:0;
	top:0;
	border:0;
	width:100%;
	height:100%;
	margin:0% auto;
	z-index:0;
}

a:link, a:visited, a:active {
	text-decoration:none;
	color:#fff;
}

a:hover {
	text-decoration:underline;
	color:#ccc;
}
/* ----- Content ------ */

#content {
	width:740px;
	height:460px;
	padding:5px 30px 0 30px;
	border:0;
	font:9pt verdana;
	color:#ffffff;
}

*html #content {
	padding:5px 0px 0 30px;
	width:750px;
}

#flash {
	width:240px;
	height:420px;
	border:0;
	float:right;
	padding:10px 20px 10px 10px;
}

*html #flash {
	padding:20px 0 0 20px;
}

#nichts {
	width:240px;
	height:95px;
	border:0;
	padding:10px 0 0 0px;
}

#news {
	border:0;
	width:225px;
	height:295px;
	padding:10px 10px 10px 0px;
	overflow:auto;
	font:8pt verdana;
	color:#ffffff;
	float:right;
}

*html #news {
	width:245px;
	height:315px;
}

#logo {
	width:420px;
	height:413px;
	padding:19px 0 0 15px;
	border:0;
	float:left;
}

*html #logo {
	padding:5px 0 0 0px;
}

.content_scroll {
	width:710px;
	height:430px;
	padding:10px;
	overflow:auto;
	font:9pt verdana;
	color:#ffffff;
}

.text {
	font:9pt verdana;
	color:#ffffff;
}

#boardeintrag {
	border:0;
	width:300px;
	float:left;
}

#boardanzeige {
	border:0;
	width:370px;
	height:420px;
	float:right;
	overflow:auto;
	padding:5px;
	margin-right:10px;
	font:9pt verdana;
	
}