body
{
  margin: 0px;
  background-color: #FFFFFF;
}

*
{
	margin: 0;
	padding: 0;
}

/* style for the hole side. All other boxes will be included by this div-style */
.wrapper
{
	width: 900px;
	margin: 0px auto;
	color:withe;
	position: relative;
}

/* styles for header (logo and standard-links like impressum or contact */
#header
{
	height: 62px;
	position:relative;
}

#logo
{
	position:absolute;
	top:0;
	left:0;
	width: 162px;
	height: 62px;
	background-image: url(../images/Logo_LK_web.jpg);
}

#header .impressum
{
	position:absolute;
	top:42px;
	right:0;
	height: 25px;
}

/* every styles after the header and before the content of the page starts*/
#picture
{
	height: 160px;
	background-image: url(../images/web_1.jpg);
}

#main_menu
{
	background-color: #CCCC33;
	height: 27px;
}

ul#main_menu
{
	display:block;
	/*width: 720px;*/
	height: 26px;
	background-color: #CCCC33;
	padding-top:4px;
}

ul#main_menu li
{
	list-style:none;
	display:inline;
}

/* the content of the page */
ul#content_navigation
{
	position:absolute;
	top: 15px;
	width: 158px;
}

ul#content_navigation li
{
	list-style:none;
	margin-bottom: 15px;
}

#content_pic
{
	position:absolute;
}

#content-wrapper
{
	background-color:#999999;
	position:relative;
	margin-top:10px;
	margin-bottom: 50px;
}

#content
{
	width: 712px;
	margin-left:162px;
	border-left: 6px #FFF solid;
	background-color: #CCCCCC;
	padding:15px 10px;
}

#contact1
{
	width: 330px;
	margin-left:0px;
	padding:15px 10px;
}

#contact2
{
	width: 330px;
	margin-top: -270px;
	margin-left:360px;
	padding:15px 10px;
}

#contact3
{
	width: 330px;
	margin-top: -292px;
	margin-left:360px;
	padding:15px 10px;
}
