@charset "UTF-8";
/* CSS Document */

/* general styles */
BODY {
	text-align: left;
    margin: 0px;     
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(img/home.png);
	background-repeat: no-repeat;
}

A {
	text-decoration: none;
	cursor: hand;
	cursor: pointer;
	color: #00b300;
}

DIV, P, TD, TABLE, SPAN {
    margin: 0px;     
	padding: 0px;
	border: 0px;
}

IMG
{
    margin: 0px;     
	padding: 0px;
	border: 0px;	
	behavior: url(/css/pngbehavior.htc);
}

.logo {
	position: absolute;
	visibility: visible;
	z-index: auto;
	left: 12px;
	top: 11px;
	width: 240px;
	height: 158px;
}
.navi {
	position: absolute;
	visibility: visible;
	z-index: auto;
	left: 615px;
	width: 136px;
	top: 461px;
	height: 20px;
	text-align:right;
}

.kennung {
	position: absolute;
	visibility: visible;
	z-index: auto;
	color: #999999;
	left: 103px;
	width: 136px;
	top: 198px;
	height: 20px;
	text-align:right;
}

.content-links {
	position: absolute;
	visibility: visible;
	z-index: auto;
	left: 268px;
	width: 224px;
	top: 200px;
	height: 241px;
	text-align:right;
}

.content-rechts {
	position: absolute;
	visibility: visible;
	z-index: auto;
	left: 519px;
	width: 223px;
	top: 200px;
	height: 242px;
	text-align:right;
}

p.text
{
	width: 86%;
	text-align: left;   
   	margin: 2px 5px 5px 10px;
	padding: 0px;
	height: auto;
	overflow: visible;
	display: inline;
	float: left;
}


.inline-content
{
	width: 100%;
	text-align: left;   
   	margin: 1px 0px 2px 0px;
	padding: 0px;
	height: auto;
	overflow: visible;
	display: block;
	float: left;
}

.inline-left
{
	width: 105px;
	text-align: left;   
   	margin: 10px 0px 2px 0px;
	padding: 0px;
	height: auto;
	overflow: visible;
	display: inline;
	float: left;
}

.inline-right
{
	width: 105px;
	text-align: left;   
   	margin: 10px 0px 2px 0px;
	padding: 0px;
	height: auto;
	overflow: visible;
	display: inline;
	float: right;
}

.text-inline
{
	width: 95px;
	text-align: left;   
   	margin: 4px 5px 5px 0px;
	padding: 0px;
	height: auto;
	overflow: visible;
	display: block;
	float: left;
}
