/* CSS Document */
body {
	background-color: #D3D5D6;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 100%;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7A7A7A;
	line-height: 18px;
}
html {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 100%;
}

a:link, a:visited, a:active {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}

a.greyLink:link, a.greyLink:visited, a.greyLink:active {
	text-decoration: none;
	color: #7A7A7A;
}
a.greyLink:hover {
	text-decoration: underline;
	color: #7A7A7A;
}

p {
 margin: 0px 0px 5px 0px;
}

p.headline {
	font-size: 11px;
	color: #000000;
	margin: 0px 0px 10px 0px;
}

.spacerzeile {
	font-size: 5px;
	line-height: 5px;
	margin: 0px 0px 5px 0px;
}

.schwarz {
	color: #000000;
}
.green {
	color: #8EBB69;
	font-size: 14px;
}

/**********/
/* Layout */
/**********/

#siteContainer {
	position:relative;
	top: 30px;
	width:895px;
	min-height: 553px;
	overflow:visible;
	z-index:1;
	background-color: #FFFFFF;
	margin: auto;
	border: 1px solid #ACC19B;
} 
* html #siteContainer {
	height: 553px;
}

#left {
	position:absolute;
	top: 180px; left: 20px;
	width: 206px;
	z-index: 10;
}

#main {
	position:relative;
	top: 184px; left: 319px;
	width: 560px;
	z-index: 10;
}

#image {
	position:absolute;
	top: 113px; left: 626px;
	z-index: 2;
}

#logo {
	position:absolute;
	top: 24px; left: 20px;
	z-index: 2;
}

#logo p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
	color: #7A7A7A;
	line-height: 20px;
}

#logo .headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
	color: #141414;
	line-height: 20px;
}