html {
	height:				100%;
}

body {
	font-family:			Verdana, Helvetica, Geneva, Arial, sans-serif;
	color:				#ffffff;
	scrollbar-arrow-color:		#6699cc;
	scrollbar-base-color:		#000033;
	scrollbar-face-color:		#000033;
	scrollbar-highlight-color:	#000033;
	scrollbar-shadow-color:		#6699cc;
	scrollbar-3dlight-color:	#6699cc;
	scrollbar-track-color:		#000033;
	scrollbar-darkshadow-color:	#000033;
	height:				100%;
	text-align:			center;
	margin:				0;
	padding:			0;
}

html>body {
	margin:				0;
	padding:			0;
}

.copy {
	text-align:			right;
	position:			relative;
	bottom:				5px;
	height:				10px;
	font-size:			9px;
	color:				#6699cc;
}

/* Layout-Tabelle */
.tall {
	width:				900px;
	background-color:		#000033;
	text-align:			left;
	height:				100%;
	vertical-align:			top;
}

.thead {
	width:				900px;
	height:				133px;
	vertical-align:			bottom;
	padding-left:			20px;
}

/* Menüleiste oben */

.tmenu_table {
	vertical-align:			bottom;
	padding:			0px;
	margin:				0px;
}

.tmenu_tr, .tmenu_td, .tmenu_td1, .tmenu_td2 {
	vertical-align:			bottom;
}

/* Spacer */
.tfuzzy {
	height:				13px;
}

/* Inhalt */
.tcontent_tr {
	vertical-align:			top;
	height:				100%;
}
.tcontent {
	vertical-align:			top;
}

/* Navigation links */
.tnav {
	width:				150px;
	vertical-align:			top;
	padding-left:			10px;
	padding-top:	                0px;
}

/* Titel */
.ttitle {
	width:				750px;
	height:				60px;
}

/* Text */
.tmain_tr {
	height:				100%;
	vertical-align:			top;
}
.tmain {
	vertical-align:			top;
}

.ttext {
	left:				0px;
	top:				0px;
	position:			relative;
	width:				90%;
	overflow:			auto;
	padding-left:			10px;
	padding-right:			10px;
	padding-top:			5px;
	padding-bottom:			5px;
	vertical-align:			top;
}
