html{height:100%; padding-bottom:0.1em;}
body {
	margin:40px 0 0 0;
	font-family: Arial;
	font-size: 12px;
	background:url(bg-body.png) repeat-y center top;
}
img {
	border:0px;
}
div {
	display: block;
}
table {
	border-spacing: 0;
	font-family: Arial;
	font-size: 12px;
}
td {
	text-align: left;
	vertical-align: top;
}



#page {
	min-height:400px;
	width: 822px;
	margin: 0 auto;
}
#header {
	clear: both;
	width: 570px;
	height: 24px;
	padding: 0 0 0 252px;
}
#header #menu {
	margin: 0;
	width:545px;
	border-left: 1px solid #ccc;
}

#menu a {
	font-weight:bold;
	padding: 0 5px;
	border-right:1px solid #ccc;
	color:#999999;
	text-decoration:none;
}
#menu a.Aktiv {
	color: #000000;
}

#menu a:hover {
	color:#ff6600;
}
#menu ul {
	display: none;
}


#leftbox {
	width:212px;
	display: block;
	position:relative;
	float: left;
	background: url(motiv.jpg) no-repeat right top;
}
#leftbox #logobox {
	height: 400px;
	padding: 10px 0 0 0;
}

#logobox p {
	margin: 0;
	line-height: 20px;
	float:left;
	text-indent:36px;
	letter-spacing: 0.03em;
	font-weight: bold;
	font-size: 14px;
	position: relative;
}
#logobox strong {
	/* width:234px; */
	width:212px;
	display:block;
	float:left;
	position:relative;
	color: #FFFFFF;
	background-color: #ff6600;
	height: 20px;
}
#leftbox #imprint {
	font-size: 8pt;
	color: #999;
	margin-left: 36px;
	padding-top: 16px;
}
#imprint a {
	color: #999;
	text-decoration: none;
}
#imprint a:hover {
	text-decoration: underline;
}

#content {
	width:610px;
	display:block;
	float: left;
	background: #fff url(bg-content.gif) repeat-y right top;
	position: relative;
	min-height: 500px;
	padding-bottom: 30px;
}
#content div {
	margin:0 50px 9px 42px;
	line-height: 18px;
}

#content h2, #content h3 {
	margin: 0 0 0 42px;
	width:518px;
}
#content h1 {
	background: url(bg-h1.gif) no-repeat left 30px;
	font-size: 18px;
	line-height:22px;
	margin:0 0 9px 0;
	color:#ff6600;
	text-indent:42px;
	padding-top: 30px;
}
#content h2 {
	font-size: 12px;
	line-height:16px;
	margin-bottom:9px;
	color:#ff6600;
	padding-top: 18px;
}
#content h3 {
	font-size: 12px;
	line-height:16px;
	margin-bottom:9px;
	padding-top: 18px;
}
#content h4 {
	font-size: 12px;
	margin: 16px 50px 4px 42px;
	padding: 0;
}

#content p {
	margin:0 50px 9px 42px;
	line-height: 18px;
}
#content a, #content a:visited, #content h2 a, #content h3 a {
	text-decoration: none;
	color: #ff6600;
}
#content a:hover, #content h2 a:hover, #content h3 a:hover {
	text-decoration: underline;
}
#content ul {
	list-style-type:none;
	padding:0;
	margin: 0 50px 9px 58px;}
	
#content ul li {
	list-style-image: url(bullet.gif);
	padding-left: 4px;
	line-height:18px;
	margin:0 0 9px 0;
}
#content ol {
	margin: 0 50px 9px 58px;
	padding: 0;
}
#content ol li {
	margin:0;
	padding: 0;
	line-height: 18px;
}

#content .artImg {
	float:right;
	margin-right:-20px;
	margin-left: 16px;
	background: url(bg-img.gif) no-repeat right 120px;
	padding-right: 20px;
	padding-bottom: 9px;
}
#content .artImg img {
	position: relative;
}
#content #footer {
	height:4em;
	display:block;
	position:absolute;
	bottom:0;
	width:100%;
	background: #faf7f1 url(bg-menu.gif) repeat-y top right;
	z-index: 1;
}
.clr {
	clear: both;
	height: 0px;
	width: 100%;
	line-height: 0px;
}

