a:link
{
	font-weight: bold;
	color: black;
	text-decoration: none;
}

a:visited
{
	font-weight: bold;
	color: black;
	text-decoration: none;
}

a:hover
{
	font-weight: bold;
	color: #649cba;
	text-decoration: none;
}

a:active
{
	font-weight: bold;
	color: #649cba;
	text-decoration: none;
}

body
{
	margin: 0px;
	cursor: default;
	font-family: Arial, sans-serif;
}

table.container
{
	width: 100%;
	height: 100%;
	margin: 0px;
	border: 0px;
	padding: 0px;
	border: 0px none;
}

table.container tr
{
	width: 100%;
	height: 100%;
}

table.container td
{
	width: 100%;
	height: 100%;
	vertical-align: center;
}

div.gui
{
	width: 800px;
	height: 600px;
	background-image: url(./img/gui.jpg);
	border: 0px none;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

div.icons
{
	width: 75px;
	height: 60px;
	background-position: top center;
	background-repeat: no-repeat;
	vertical-align: bottom;
	text-align: center;
}

div.icons div
{
	vertical-align: bottom;
	font-size: 9pt;
}

div.desktop
{
	width: 650px;
	height: 570px;
	float: left;
	margin-right:0 !important; /* Gilt für die modernen Browser */
	margin-right:-3px; /* Gilt für den IE6 und älter */
	border: 0px none;
	padding: 0px;
}

div.sidebar
{
	flow: left;
	width: 150px;
	height: 570px;
	background-image: url(./img/sidebar.png);
/*	margin-left:650px !important;	*/ /* Gilt für die modernen Browser */
/*	margin-left:647px;	*/  /* Gilt für den IE6 und älter */
	border: 0px none;
	padding: 0px;
	overflow: hidden;
}

div.sidebar div
{
	position: relative;
}

div.affiliates img
{
	border: 1px solid black;
	margin-top: 8px;
}

div.taskbar
{
	width: 800px;
	height: 30px;
	margin: 0px;
	border: 0px none;
	padding: 0px;
	clear: left;
}

div.contents
{
	border: 0px none;
	width: 468px;
	height: 519px;
	background-color: transparent;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -232px;
	margin-top: -259px;
	overflow: hidden;
	background-image: url(./img/window.png);
	text-align: left;
}

div.contents div.bar
{
	border: 0px none;
	width: 468px;
	height: 37px;
	background-color: transparent;
	background-image: url(./img/fenster_bar.png);
	overflow: hidden;
}

div.contents div.window
{
	border: 0px none;
	width: 468px;
	height: 481px;
	background-color: transparent;
	background-image: url(./img/fenster_inhalt.png);
	overflow: hidden;
}

div.contents div.data
{
	border: 0px none;
	width: 440px;
	height: 458px;
	margin-left: 18px;
	overflow-x: hidden;
	overflow-y: scroll;
	font-size: 11pt;
	text-align: justify;
}

div.data div
{
	width: 410px;
}

div.data table
{
	table-layout: fixed;
	border-collapse: collapse;
	border: 0px none;
	width: 100%;
	font-size: 10pt;
}

table.mitarbeiter tr
{
	border-bottom: 5px solid transparent;
}

div.data td
{
	vertical-align: top;
}

div.taskbuttons
{
	width: 70px;
	height: 22px;
	color: white;
	font-size: 10pt;
	background-image: url(./img/taskbutton1_sm.png);
	background-position: center center;
	background-repeat: no-repeat;
	margin-top: 4px;
	margin-left: 5px;
	float: left;
	text-align: center;
}

div.taskbuttons div
{
	margin-top: 3px;
	font-size: 8pt;
}

div.taskbuttons:hover
{
	background-image: url(./img/taskbutton2_sm.png);
	cursor: pointer;
}

p.head
{
	font-size: 11.5pt;
	margin-top: 9px;
	margin-left: 15px;
	font-weight: bold;
	color: white;
}

*.item:hover
{
	cursor: pointer;
}

img.close
{
	float: right;
	margin-top:11px;
	margin-right:15px;
}

h1
{
	font-weight: bold;
	font-size: 12pt;
	color: #649cba;
}

h1.listing
{
	margin-top: 0px;
	margin-bottom: 0px;
	float: left;
	width: 300px;
}

img.profil
{
	width: 410px;
	height: 310px;
	border: 1px solid black;
}

hr
{
	border: 1px solid black;
	height: 3px;
	background-color: black;
}