/* CSS Document */
body {
		margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#E5E5E5;
}

#logo {
	height:100px;
	width:170px;
	background-color:#FFFF00;
	left:100px;
	position: absolute;
/*	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #FFFF00;*/
}

#navigation {
	width:170px;
	height:520px;
	background-color:#CCCCCC;
	top: 120px;
	left: 100px;
	position: absolute;
/*	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #FFFF00;*/
	padding: 5px;
}

#leitsatz {
	height:30px;
	width:400px;
	top:535px;
	left:289px;
	position: absolute;
	padding: 5px;
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
}



#content {
	width :400px;
	height:405px;
	background-color:#CCCCCC;
	top:120px;
	left:290px;
	position: absolute;
	text-align: left;
	z-index: 1;
/*	padding: 5px;*/
}


#info {
	height:140px;
	width:400px;
	background-color:#CCCC66;
	top:400px;
	left:290px;
	position: absolute;
	padding: 5px;
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7px;
	visibility: hidden;
}

#adresse {
	height:100px;
	width:170px;
	background-color:#FFFF00;
	left:710px;
	top:540px;
	position: absolute;
	padding: 5px;
}
#impressum {
	position:absolute;
	left:746px;
	top:651px;
	width:135px;
	height:13px;
	z-index:1;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: right;
}

#right {
	width:170px;
	height:520px;
	background-color:#CCCCCC;
	top: 10px;
	left: 710px;
	position: absolute;
	/*	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #FFFF00;*/
	padding: 5px;
	overflow: auto;

}

#rightgrafikbar {
	width:170px;
	height:70px;
	top: 460px;
	left: 710px;
	position: absolute;
	visibility: hidden;

}

#footer {
	position:absolute;
	left:100px;
	top:666px;
	width:750px;
	height:33px;
}

