BODY {
	background: #cacaca url(../imgs/allback.gif) left repeat-y;
	margin: 0px;
}

#allwrap {
	background: #f3f3f3 url(../imgs/sideshadow.gif) right repeat-y;
	width: 784px;
}

/* Grundfarbe F9F9F9 */
#logo {
	width: 317px;
	height: 126px;
	background: url(../imgs/logoback.jpg) no-repeat;
	position: absolute;
	left: 0px;
	top: 0px;
}
#logolink {
	position: absolute;
	left: 51px;
	top: 25px;
}
#topnavi {
	width: 467px;
	height: 126px;
	background: url(../imgs/topnavi.jpg) no-repeat;
	position: absolute;
	left: 317px;
	top: 0px;
	line-height: normal;
}
#topnavi UL {
	position: absolute;
	top: 12px;
	left: 129px;
	margin: 0px;
	padding: 0px;
}
#topnavi UL LI {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: inline;
	padding-right: 10px;
}

#message {
	width: 316px;
	height: 133px;
	background: url(../imgs/message.jpg) no-repeat;
	position: absolute;
	left: 0px;
	top: 126px;
}
#bigpic {
	width: 467px;
	height: 133px;
	position: absolute;
	left: 317px;
	top: 126px;
	overflow: hidden;
}
#bpshadow {
	background: url(../imgs/sideshadow.gif) right repeat-y;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 6px;
	height: 133px;
}
* html #bpshadow {
	right: -1px;
}

#margincol {
	position: absolute;
	top: 295px;
	left: 52px;
	width: 100px;
}

#mainarea {
	width: 613px;
	background: url(../imgs/mainback.gif) repeat-y;
	position: absolute;
	left: 171px;
	top: 259px;
}

#navigation {
	width: 145px;
	min-height: 200px;
	float: left;
	padding-top: 46px;
	padding-bottom: 20px;
	background: url(../imgs/maincorner.gif) top left no-repeat;
}
* html #navigation {
	height: 200px;
}

#content {
	width: 416px;
	float: right;
	padding-right: 29px;
	padding-left: 23px;
}
* html #content {
	width: 468px;
	overflow: hidden;
}

#footer {
	clear: both;
	width: 613px;
	height: 56px;
	background: url(../imgs/footerback.png) no-repeat;
	overflow: hidden;
}
#footer P {
	margin: 0px;
	padding: 0px;
	padding-left: 26px;
	padding-top: 11px;
}