﻿html, body 
{
	height: 100%;
	overflow: auto;
	text-align: center;
	font-family: Arial,Verdana,Helvetica,sans-serif;
	background-color: #CCDEF2;
	padding: 0;
	margin: 0;
}
#slHost 
{
	 position:absolute; left:0px; top:0px; width:100%; height:100%;	
}
.td0
{
	text-align: left; border-bottom: 1px solid black; padding: 8px 0px 2px 15px; font-size: 12px; font-weight:bold;
} /* oben hinten unten vorn */
.td1 
{
	text-align: right; border-right: 1px solid #bbbbbb; padding: 4px 8px; font-size: 12px; width: 150px;
}
.td2 
{
	text-align: left; padding: 4px 9px; font-size: 12px; font-weight:bold;
}
.tabBG
{
	margin: 11px 0px 0px 0px; height: 30px; width: 100%; background: #70A4D4; position:absolute; 
}
.tabLN 
{
	position:absolute; top: 3px; left: 100px; margin: 3px 0px 3px 100px;
}
.tabLG
{
	position:absolute; top: 2px; left: 20px; background-image: url(Images/dhv-logo.png); height: 46px; width: 82px;
}
.tab1
{
	height: 44px; width: 60px; background-image: url(Images/border1.png); margin: 0px 5px 0px 5px; float:left;
}
.tab2
{
	height: 44px; width: 60px; background-image: url(Images/border2.png); margin: 0px 5px 0px 5px; float:left; cursor:pointer;
}
.tab_l
{
	background: center center url(Images/password.png) no-repeat; width: 100%; height: 100%;
}
.tab_m
{
	background: center center url(Images/member.png) no-repeat; width: 100%; height: 100%;
}
.tab_k
{
	background: center center url(Images/coins.png) no-repeat; width: 100%; height: 100%;
}
.btn_fs
{
	top: 11px; right:4px; height: 30px; width: 30px; background: transparent; position:absolute; z-index: 2;
}