/* CSS Layout */

html,body {
  padding: 0px;
  margin: 0px;
  height: 100%;
  background-image: url(../images/hintergrund_n.gif);
  font-family:Arial,verdana,sans-serif;
  font-size:90%;
  font-weight:normal;

}
#logobox {
	position: absolute;
	height: 250px;
	width: 250px;
	left: 50px;
	top: 0px;
}
#navigation {
	position: absolute;
	background-color: #009933;
	height: 250px;
	width: 250px;
	left: 300px;
	top: 0px;
	padding-top:60px;
	_padding-top:70px;
	padding-left:10px;
}
#navigation_inhalt {
	width: 230px;
	v-align: bottom;
	
	
}
#lwk_logobox {
  position: absolute;
  height: 250px;
  width: 250px;
  left: 550px;
  top: 0px;
}
#lz_logobox {
	position: absolute;
	height: 250px;
	width: 150px;
	left: 800px;
	top: 0px;
}
#deko_image_left {
	position: absolute;
	height: 250px;
	width: 250px;
	left: 50px;
	top: 250px;
}
#zusatzinfo_left {
	position: absolute;
	background-color: #009933;
	height: 250px;
	width: 250px;
	left: 50px;
	top: 500px;
	padding:10px;
}

#zusatzinfo_left_inhalt {
	width: 230px;
}

#blau_left {
	position: absolute;
	background-color: #9ABEE2;
	height: 50px;
	width: 250px;
	left: 50px;
	top: 750px;
	overflow: auto;
}
#content {
	position: absolute;
	background-color: #FFFFFF;
	height: 550px;
	width: 480px;
	left: 300px;
	top: 250px;
	padding:10px;
}

#content_inhalt {
	width: 480px;
}

#content_right {
	position: absolute;
	background-image: url(../images/back_right.jpg);
	height: 550px;
	width: 120px;
	_width: 150px;
	left: 800px;
	top: 252px;
	padding:10px;
}

#content_right_inhalt {
	width: 130px;
}
