* {
	border: 0;
	padding: 0;
	margin: 0;
	font-size: 100.01%;
}

body {
	background: url(../images/bgbild.jpg) rgb(248, 165, 6) no-repeat;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #fff;
	text-decoration: none;
}

#wrapper {
	width: 820px;
	margin: auto;
	background: url(../images/wrapperbg.jpg) repeat-y;
}

#header {
	background: url(../images/header.jpg) no-repeat;
	width: 820px;
	height: 309px;
}

#navi {
	width: 180px;
	height: 502px;
	background: url(../images/navibg.jpg) no-repeat;
	font-size:16px;
	padding: 0px 0 0 111px;

}
#navi a {
	font-size: 16px;
	color: #000;
	line-height: 30px;
	padding: 0 0 0 0px;
}

#navi a:hover {
	text-decoration: none;
	color: #fff;
}

#navi ul {
	list-style: none;
}

* html #content {
	height: 490px;
}

#content {
	width: 439px;
	margin: -502px 0 0 291px;
	float: right;
	padding: 12px 60px 0px 30px;
	font-size: 14px;
	color: #000;
	min-height: 490px;
}

#content a {
	font-size: 14px;
	color: #8D0046;
}

#content a:hover {
	text-decoration: none;
	color: #000;
}

#footer {
	clear: both;
	background: url(../images/footer.jpg) no-repeat;
	width: 820px;
	height: 191px;
	margin-left: 0px;
	padding: 0px 0 0 0px;
	font-size: 14px;
}

h1 {
	color: #8D0046;
	font-size: 20px;
	font-weight: bottom;
	padding-bottom: 15px;
}

h2 {
	color: #8D0046;
	font-size: 16px;
	font-weight: bottom;
}

.imgborder {
	border: 4px #F8A506;
}

.list {
	margin: 0 0 0 65px;
	padding-left: 0px;
	list-style-image: url(../images/list-style.gif);
}

#scroller {
	text-align: right;
	padding-top:30px;
	float:inherit;
}
#scroller a {
	font-size: 14px;
	color: #8D0046;
}

#scroller a:hover {
	text-decoration: none;
	color: #000;
}
