div#layout {
	width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}

div#header {
	width:100%;
	height:154px;
	background:url(../images/header.gif) repeat-x;
}
div#header-wrapper {
	width:744px;
	margin:0 auto;
}

div#navibalken-oben {
	width:100%;
	height:41px;
	background:url(../images/navibalken-oben-hg.gif) repeat-x;
}

div#balken {
	width:100%;
	height:155px;
	background:url(../images/balken-hg.gif) repeat-x;
}

div#zwischenbalken {
	width:100%;
	height:27px;
	background:url(../images/zwischenbalken-hg.gif) repeat-x;
}

div#main {
	width:100%;
	background:url(../images/main-hg.gif) repeat-x;
	min-height:242px;
}


div#wrapper {
	width:100%;
	position:absolute;
	z-index:2;
	top:0;
	left:0;
	background:url(../images/content-hg.gif) center 377px no-repeat;
}


div#container {
	width:744px;
	margin:0 auto;
	position:relative;
	padding:0 61px;
	z-index:1;
	background:url(../images/container-hg.gif) no-repeat;
}

div#pinsel {
	width:291px;
	height:154px;
	background:url(../images/pinsel.gif) no-repeat;
	float:right;
}

div#pinselstueck {
	width:85px;
	height:13px;
	background:url(../images/pinselstueck.gif) no-repeat;
	position:absolute;
	top:154px;
	right:82px;
}

div#farbtopf {
	width:210px;
	height:207px;
	background:url(../images/farbtopf.png) no-repeat;
	position:absolute;
	z-index:10;
	top:173px;
	left:270px;
}

ul#navi-oben {
	list-style-type:none;
	width:216px;
	height:26px;
	background:url(../images/navi-oben.gif) repeat-x;
	float:right;
	padding:15px 20px 0 20px;
	font-size:0.9em;
}

ul#navi-oben li {
	display:block;
	float:left;
	padding:0 2px;
}

ul#navi-links {
	list-style-type:none;
	width:743px;
	height:154px;
	background:url(../images/dekobild.jpg) top right no-repeat;
	clear:both;
	padding:1px 0 0 1px;
	position:relative;
}


ul#navi-links li {
 	width:213px;
}

ul#navi-links a {
	display:block;
	width:183px;
	height:18px;
	color:#bfc9df;
	font-size:1.1em;
	text-align:right;
	vertical-align:middle;
	padding:10px 30px 9px 0;
	border-top:1px solid #A88E53;
	border-bottom:1px solid #062c80;
	background:url(../images/button-hg.gif) repeat-x;
}

ul#navi-links a.smaller {
	height:17px;
	border-top:none;
}

ul#navi-links a:hover {
	color:#fff;
	background:#4064b5;
}

ul#navi-links a.aktiv {
	background:#173b8c url(../images/haekchen.gif) 188px 9px no-repeat;
	color:#fff;
}
ul#navi-links a.aktiv:hover {
	background:#4064b5 url(../images/haekchen_hover.gif) 188px 9px no-repeat;
}


ul#navi-links ul {
	list-style-type:none;
	position:absolute;
	z-index:5;
	top:155px;
	left:0;
	border:1px solid #E4DCCD;
	border-top:none;
	display:none;
}

ul#navi-links ul a {
	background:url(../images/button-hg-sub.gif) repeat-x;
	color:#f4e0df;
	border-bottom:1px solid #360501;
}
ul#navi-links ul a:hover {
	background:#be2e22;
	color:#fff;
}

ul#navi-links li:hover ul {
	display:block;
}




div#content {
	width:666px;
	min-height:242px;
	position:relative;
	margin:27px auto 0 auto;
	padding:30px 100px;
}


div#content ul {
	list-style:none;
	margin:0 0 20px 0;
	width:300px;
}
div#content ul li {
	padding:5px 0 5px 20px;
	background:url(../images/bullet.png) 0 5px no-repeat;
	position:relative;
	border-bottom:1px solid #c90;
}
div#content ul li:hover {
	background-color:#F7CD66;
}

