body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	background-color: #f3efe3;
}

a {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}

#wrapper {
	width: 100%;
}

#top {
	margin-left: 25px;
	height: 200px;
	background: #f3efe3 url(images/top-bgr.png) repeat-x top left;
}
#header {
	background: transparent url(images/logo-left.png) no-repeat top left;
	padding-left: 179px;
	padding-top: 10px;
	height: 200px;
}
#header a.bannerlink {
	background: transparent url(images/logo.png) no-repeat top left;
	display: block;
	width: 580px;
	height: 147px;
	text-indent: -10000px;
	margin-left: 10px;
}
#header ul.menu {
	margin: 0px;
	padding: 0px;
	background: #cfc6b6 url(images/menu-rightborder.png) repeat-y right top;
	border-top: 1px solid #7d7a67;
	border-bottom: 1px solid #7d7a67;
	margin-top: 8px;
	padding-left: 20px;
}
#header ul.menu li {
	margin: 0px;
	padding: 0px 20px;
	list-style-type: none;
	display: inline;
}
#header ul.menu li a {
	line-height: 29px;
	text-align: center;
	font-weight: bold;
	color: #2d2c29;
}


#middle {
	overflow: hidden;
	width: 100%;
}

#left {
	float: left;
	display: inline;
	width: 179px;
	background: #fff url(images/film-strimmel2.png) repeat-y center top;
	padding-bottom: 10000px;
	margin-bottom: -10000px;
	margin-left: 25px;
}
#left ul {
	margin: 0;
	padding: 0;
	padding-left: 48px;
	padding-top: 20px;
}
#left ul li {
	list-style-type: none;
}
#left ul li a {
	color: #000;
	line-height: 19px;
}
#left ul ul {
	padding: 0px;
	padding-left: 10px;
}
#left ul li.menuitem4, #left ul li.menuitem7, #left ul li.menuitem10, #left ul li.menuitem13, #left ul li.menuitem16, #left ul li.menuitem19, #left ul li.menuitem22, #left ul li.menuitem25 {
	padding-top: 24px;
}


#content {
	float: left;
	width: 900px;
	display: inline;
	padding: 40px;
	padding-bottom: 10071px;
	margin-bottom: -10000px;
	line-height: 1.7em;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
	color: #000;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.3em;
}



#footer {
	background: #cfc6b6 url(images/menu-rightborder.png) repeat-y right top;
	border-top: 1px solid #7d7a67;
	border-bottom: 1px solid #7d7a67;
	color: #2d2c29;
	margin-left: 204px;
	margin-top: -31px;
	line-height: 29px;
	vertical-align: middle;
	height: 29px;
	min-height: 29px;
	max-height: 29px;
}
#footer p 
{
	margin: 0px;
	padding: 0px;
}
#footer ul {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#footer ul li {
	list-style-type: none;
	display: inline;
	padding: 0px 15px;
	border-left: 1px solid #2d2c29;
}
#footer ul li:first-child {
	border: none;
}
#footer a {
	color: #2d2c29;
}

#ultimate {
	width: 100%;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
#ultimate a {
	color: #777;
}

