body {
	margin: 30px;
	padding-top: 30px;
	background: #fff url(images/felt_sw.jpg) top;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

h1, h2, h3 {
	margin: 0;
	padding-top: 3px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000000;
}

h1 { font-size: 18px; }
h2 { font-size: 16px; }
h3 { font-size: 12px; }

p, ol, ul {
	line-height: 18px;
}

a {
	color: #000;
}

a:hover {
	text-decoration: none;
}

img {
	margin: 0 10px 0 10px;
	border: 0px solid #000;
}

/* Header */

#header {
	width: 928px;
	height: 180px;
	margin: 0 auto;
	background: url(images/logo_oben.gif) top;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}

/* Page */

#page {
	width: 930px;
	margin: 0 auto;
}

/* Left */

#left {
	float: left;
	width: 199px;
	margin-top: 0px;
	padding-top: 70px;
	background: url(images/backgr_links.gif) top;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	height: 368px;
}

#left ul, li {
	line-height: 1.8em;	
	text-align: left;
	font-size: 1.2em;
	text-transform: lowercase;
	list-style-type:none;
	list-style-position:outside;
	text-align: right;
	padding-right: 40px;
}

#left a {
	text-decoration: none;
}

#left a:hover {
	text-decoration: underline;
}

/* Center */

#center {
	float: left;
	width: 530px;
	margin-top: 0px;
	padding-right: 20px;
	border-bottom: 1px solid #000;
	background: #fff;
	overflow: auto;
	height: 438px;
}

/* Right */

#right {
	float: left;
	width: 149px;
	background: url(images/backgr_rechts.gif) no-repeat;
	padding-left: 23px;
	padding-right: 7px;
	margin: 0px;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	text-align: center;
	font-size: 13px;
	height: 438px;
}

/* Footer */

#footer {
	width: 930px;
	margin: 0 auto;
	padding-top: 10px;
}

#footer p {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 11px;
	color: #000;
}

#footer a {
	color: #000;
}