#level01 {
	position: absolute;
	width: 100%;
}

#level02 {
	position: relative;
	width: 760px;
	margin: 0 auto;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}

/* basics */

body {
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 12px;
	background: #FFCF77;
	color: #000;
}
em {
	font-weight: normal;
	font-style: italic;
}
img {
	border: 0;
}

/* header */

#header h1 {
	background: url(http://www.haus-steinstrasse.de/images/banner-dachtheater.jpg) no-repeat top right;
	width: 760px;
	height: 140px;
	text-indent: -9999px;
	margin: 0;
	padding: 0;
}
#header a {
	display: block;
	height: 140px;
	text-decoration: none;
}

/* horizontal menu */

#menu {
	/* height: 30px; */
	float: left;
	width: 100%;
	background: #222 url(http://www.haus-steinstrasse.de/images/header-bg.jpg) repeat-x bottom;
	border-bottom: 1px solid #FFF;
	border-top: 1px solid #FFF;
}
#menu h3 {
	display: none;
}
#menu ul {
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
	width: 100%;
}
#menu li {
	float: left;
}
#menu a {
	display: block;
	color: #FFF;
	text-decoration: none;
	margin: 0;
	/* height: 23px; */
	background: #444 url(http://www.haus-steinstrasse.de/images/tab-bg.jpg) no-repeat bottom left;
	border-right: 1px solid #FFF;
	padding: 6px 15px;
	/* for IE 5 */
	float: left;
}
/* IE 5 hack \*/
#menu a { float: none; }
/* End hack */
#menu a:hover {
	background: #333 url(http://www.haus-steinstrasse.de/images/tab-bg.jpg) no-repeat bottom right;
}

/* white content */

#content {
	background: #FFF url(http://www.haus-steinstrasse.de/images/side-bg.jpg) repeat-y top right;
}

#main {
	background: url(http://www.haus-steinstrasse.de/images/white-shadow.jpg) repeat-x top;
	float: left;
	padding: 20px 30px;
	width: 560px;
	voice-family: "\"}\""; 
  	voice-family:inherit;
  	width: 500px;
}
html>body #main {
	width: 500px;
}
#main a {
	color: #97630D;
}
#main a:hover {
	color: #222;
}
#main h2 {
	font-family: "Lucida Grande", Verdana, sans-serif;
	color: #000;
	font-size: 14px;
	margin: 10px 0 0;
	padding: 0 0 1px;
	border-bottom: 1px solid #CFCFCF;
	clear: both;
}
#main h3 {
	color: #000;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 15px;
	margin: 10px 0 0;
	padding: 0 0 1px;
	border-bottom: 1px solid #FACA78;
	clear: both;
}
#main h4 {
	font-size: 14px;
	margin: 10px 0 0;
	padding: 0;
	color: #444;
}
#main p {
	line-height: 150%;
}
#main p.em {
	font-size: 13px;
}
#main li {
	padding-bottom: 3px;
}
#main ul {
	list-style: circle;
}

#main p.extended {
 	color: #666666;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 11px;
	margin-top: 0px;
	}

#posted p {
	color: #666666;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 10px;
	text-align: right;
	padding-bottom: 10px;
	margin-bottom: 20px;
	line-height: normal;
	}

#posted a {
	color: #666666;
	text-decoration: none;
	}

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

/* mini menu */

#main ul.minimenu {
	margin: 25px 0;
	padding: 0;
	list-style: none;
	float: left;
	border: solid #CCC;
	border-width: 1px 0 1px 1px;
	width: 100%;
}
#main ul.minimenu a {
	color: #333;
}
#main ul.minimenu a:hover {
	color: #000;
}
#main ul.minimenu li {
	float: left;
	padding: 5px 0;
	text-align: center;
	background: url(http://www.haus-steinstrasse.de/images/minimenu-bg.jpg) right no-repeat;
	white-space: nowrap;
}
#main ul.minimenu li.active {
	background: url(http://www.haus-steinstrasse.de/images/minimenu-bg-active.jpg) right no-repeat;
}
#steinMenu li {
	width: 25%;
}

/* seite */

#seite {
	background: url(http://www.haus-steinstrasse.de/images/side-top-shadow.jpg) no-repeat;
	padding: 20px 0 0 10px;
	margin: 0;
	float: right;
	width: 200px;
	voice-family: "\"}\""; 
  	voice-family:inherit;
  	width: 190px;
}

html>body #seite {
	width: 190px;
}
#seite h3 {
	padding: 0 0 2px 5px;
	font-size: 13px;
	margin: 0 0 3px 0;
	color: #513A10;
}
#seite ul, dl {
	list-style: none;
	margin: 0 0 0 4px;
	padding: 0 0 8px 8px;
}
#seite a {
	color: #775518;
}
#seite a:hover {
	color: #000;
}
#seite li, #seite dt {
	background: url(http://www.haus-steinstrasse.de/images/bullet.gif) 0 55% no-repeat;
	padding: 2px 5px 2px 12px;
	font-size: 12px;
}
#seite dt {
	font-weight: bold;
	color: #513A10;
	padding-bottom: 0;
}
#seite dd {
	margin: 0 0 8px;
	padding: 0 5px 2px 12px;
}
#seite h4, #seite h4 a {
	display: block;
	height: 50px;
	width: 180px;
}
#seite h4 {
	text-indent: -9999px;
	margin: 0 0 10px;
	padding: 0;
}
#seite h4#buy a {
	background: url(http://www.haus-steinstrasse.de/images/download.jpg) no-repeat top;
	text-decoration: none;
}
#seite h4#buy a:hover {
	background: url(http://www.haus-steinstrasse.de/images/download.jpg) no-repeat bottom;
}
#seite h4#demo a {
	background: url(http://www.haus-steinstrasse.de/images/download.jpg) no-repeat top;
	text-decoration: none;
}
#seite h4#demo a:hover {
	background: url(http://www.haus-steinstrasse.de/images/download.jpg) no-repeat bottom;
}
#seite h5 {
	font-size: 12px;
	margin: 0;
	padding: 0;
}

/* copyright */

#copyright {
	clear: both;
	margin: 0;
	padding: 10px 0 10px 30px;
	background: #FFF;
	border-top: 1px solid #D09024; /* #FCD080 */
	font-size: 11px;
	border-bottom: 10px solid #000;
}

/* comments */

#comment-data {
	float: left;
	width: 180px;
	padding-right: 15px;
	margin-right: 15px;
	text-align: left;
	border-right: 1px solid #BBB;
	}