html{
  height: 100%;
}
body {
	padding: 0px;
  	margin: 0px;
  	height: 100%;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #9c9b9b;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #9c9b9b;
	}

#bgcontainer {
	float: left;
	margin: 0px 0px 0px 0px;
	width: 1020px;
	height: 100%;
	padding-bottom: 10px;
	background-image: url(images/bg_farbe.png);
	background-repeat: no-repeat;
}


#lampe {
	position:absolute;
	left:5px;
	top:200px;
	z-index:1;
	background-image: url(images/lampe.png);
	background-repeat: no-repeat;
	width:198px;
	height: 245px;
}

#kissen {
	position:absolute;
	left:730px;
	top:210px;
	z-index:2;
	background-image: url(images/kissen.png);
	background-repeat: no-repeat;
	width:278px;
	height:265px;
}

a.inhalt:link, a.inhalt:visited, a.inhalt:active {
	padding: 2px 5px 2px 5px;
	color: #656462;
	background:#dbdbdb;
	text-decoration: none;
}

a.inhalt:hover {

	padding: 2px 5px 2px 5px;
	color: #ffffff;
	background:#707173;
	text-decoration: none;
}

a.imp:link, a.imp:visited, a.imp:active {
	padding: 2px 5px 2px 5px;
	color: #9c9b9b;
	text-decoration: none;
}

a.imp:hover {

	padding: 2px 5px 2px 5px;
	color: #707173;
	background:#dbdbdb;
	text-decoration: none;
}

#wrapper {
	width: 883px;
	height: auto;
	padding-bottom: 10px;
	background:url(../images/bg_oben.gif);
	background-repeat: no-repeat;
}

#logo {
	float:left;
	width:883px;
	height:130px;
}

#logo-inhalt {
	float:left;
	margin-top: 35px;
	margin-left: 22px;
	margin-right: 0px;
	margin-bottom: 0px;
	width:231px;
	height:59px;
}


#bildoben {
	float:left;
	width:883px;
	height:238px;
}

#bildoben-inhalt {
	background-image:url(images/bgoben.jpg);
	background-repeat:no-repeat;
	float:left;
	margin-left:92px;
	width:791px;
	height:238px;
}

#content {
	float:left;
	width:630px;
	height:auto;
}

#content-inhalt {
	float:left;
	margin-left:20px;
	padding-left:10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom:10px;
	border-bottom-style:dotted;
	border-bottom-width: 2px;
	border-bottom-color: #dbdbdb;
	border-top-style:dotted;
	border-top-width: 2px;
	border-top-color: #dbdbdb;
	width:570px;
	height:auto;
}

img.content-inhalt-rechts {
	float:right;
	margin: 5px 5px 5px 5px;
	border-style:dotted;
	border-width: 2px;
	border-color: #dbdbdb;
	text-align:right;
}

img.content-inhalt-links {
	float:left;
	margin: 5px 5px 5px 5px;
	border-style:dotted;
	border-width: 2px;
	border-color: #dbdbdb;
	text-align:left;
}


#impressum {
	float:left;
	width:570px;
	height:20px;
	text-align:right;
	margin-left:20px;
	padding-top: 5px;
	padding-right: 10px;
}

#headline {
	float:left;
	width:570px;
	height:38px;
	padding-top:20px;
	margin-left:20px;
	padding-left: 10px;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #707173;
}



/* =-=-=-=-=-=-=-[Navi]-=-=-=-=-=-=-=- */

#navi ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

#navi {
	float:left;
	border-right-style:dotted;
	border-right-width: 2px;
	border-right-color: #dbdbdb;
	width:250px;
	height:240px;
}

#navi-content{
	float:right;
	margin-top:68px;
	margin-left:130px;
	margin-right: 20px;
	text-align:right;
	width: 100px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	height:170px;
}

#navi-content li a {
	height:20px;
	text-decoration: none;
	padding: 3px 3px 3px 3px;
	margin: 0px 0px 2px 0px;
	display: block;
	}
	
#navi-content li a:link, #navi-content li a:visited {
	color: #9c9b9b;
	}
	
#navi-content li a:hover, #navi-content li a:active {
	color: #707173;
	background:#dbdbdb;
	}
	
