	body {
		background-color: #EEF6F8;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-weight: normal;
		font-size: 12px;
		color:#000000;
		margin-top:200px;
	}
	table {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-weight: normal;
		font-size: 12px;
		color:#000000;
	}

/* HEADER */
	.head {
		
		position:fixed;
		top:0;
		left:0;
		
		background-color: #FFF;
		width: 100%;
		margin: 0;
		padding: 0;
		float: left;
		clear: both;
		z-index:1000;
	}
	#header_container {
		width:100%;
		background-color: #FFF;
		height:77px;
		margin: 0;
		padding: 0;
		float: left;
		clear: both;
	}
	div.header_left {
		margin: 0 0;
		padding: 0 0 0 0;
		height: 77px;
		width: 200px;
		float: left;
		clear: both;
		background: url(../gfx/logo.gif) no-repeat 20px 23px;
		background:none;
	}
	div.header_right {
		margin: 0 15px;
		padding: 0 0 0 0;
		height: 77px;
		width: 200px;
		float: right;
		background: url(../gfx/t_zeiterfassung.gif) no-repeat right 33px;
	}

	#help {
		position:fixed;
		top:97px;
		right:16px;
		width:400px;
		background-color: #29badb;
		height:502px;
		margin:0;
		padding:0;
		border:1px solid #333;
		overflow:auto;
		z-index:1000;
		display:none;
	}

/* CONTENT */
.content {
	position:absolute;
	top:150px;
	left:0px;
	bottom:0px;
	
	float:left;
	clear:both;
	width:auto;
	/*
	height:100%;
	background-color:#DCE2DF;
	*/
	z-index:1;
}
