﻿body {
	background-color: #CCCCCC;
	background-image: url('body-bg.png');
	background-repeat: repeat-x;
}

#wrapper {
	width: 1000px;
	margin: 0 auto 40px auto;
	background-color: #FFFFFF;
	background-image: url('wrapper-bg.png');
	background-repeat: repeat-y;
	padding: 20px 0 0 0;
}

#header {
	width: 960px;
	height: 180px;
	background-color: #E6D6A5;
	position:relative;
	margin: 0 20px 0 20px;
	background-image: url('teaser-bg.png');
}

#header .top {
	position: absolute;
	top: -20px;
	left: 0;
	width: 960px;
	height: 20px;
	background-image: url('header-top-bg.png');
}

#header .left {
	position: absolute;
	top: -20px;
	left: -20px;
	width: 20px;
	height: 700px;
	background-image: url('left-bg.png');
}

#header .right {
	position: absolute;
	top: -20px;
	right: -20px;
	width: 20px;
	height: 700px;
	background-image: url('right-bg.png');
}

#header h1 {
	display:block;
	position:absolute;
	top: 99px;
	left: 2px;
	width: 160px;
	height: 60px;
	line-height: 40px;
	font-family: Arial, sans-serif;
	font-size: 38px;
	font-weight: bold;
	color: #333333;
	text-align:right;
	z-index: 50;
}

#header h1 span {
	display: none;
}

#header .people {
	display:block;
	position:absolute;
	top: 102px;
	left: 207px;
	width: 400px;
	height: 60px;
	line-height: 18px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	z-index: 45;
}

#header .subtitle {
	display:block;
	position:absolute;
	top: 102px;
	left: 20px;
	width: 160px;
	height: 60px;
	line-height: 18px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-align: center;
	z-index: 40;
}

#header a {
	display:block;
	width: 160px;
	height: 140px;
	position:absolute;
	left: 20px;
	top: 20px;
	z-index: 99;
}

#main {
	width: 960px;
	margin: 0 20px 0 20px;
	position: relative;
}

#menu {
	position: absolute;
	width: 150px;
	top: 0px;
	left: 20px;
}

#menu ul li {
	display: block;
	text-align: right;
}

#menu ul li a {
	display: block;
	font-family: Arial, sans-serif;
	font-weight: bold;
	color: #333333;
	text-decoration:none;
	width: 142px;
	padding-right: 8px;
	height: 27px;
	line-height: 29px;
	background-image: url(menu-1-bg.png);
	background-position: 0 0;
}

#menu ul li:first-child a {
	background-position: 0 -54px;
}

#menu ul li a:hover {
	background-position: 0 -27px;
	color: #000000;
}

#menu ul li:first-child a:hover {
	background-position: 0 -81px;
}

#menu ul li ul li a,
#menu ul li ul li:first-child a,
#menu ul li:first-child ul li a,
#menu ul li:first-child ul li:first-child a {
	background-image: url(menu-2-bg.png);
	font-size: 13px;
	height: 23px;
	line-height: 23px;
	background-position: -30px -23px;
	width: 132px;
	padding-right: 10px;
}

#menu ul li ul li a:hover,
#menu ul li ul li:first-child a:hover,
#menu ul li:first-child ul li a:hover,
#menu ul li:first-child ul li:first-child a:hover {
	background-image: url(menu-2-bg.png);
	background-position: 10px 0;
}

#quality {
	margin-top: 100px;
	display: block;
	width: 142px;
	text-align:center;
	text-decoration: none;
	color: #666666;
	font-size: 12px;
	font-family: Verdana, Arial, sans-serif;
}

#quality span {
	text-indent: -9999px;
	display: block;
	width: 142px;
	height: 120px;
	background-image: url(qualitaet.png);
}

#minheight {
	float: right;
	width: 1px;
	height: 500px;
}

a.printpage {
	position: absolute;
	display: block;
	top: 0px;
	right: 20px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	padding-right: 20px;
	background-image: url(print.png);
	background-repeat: no-repeat;
	background-position: right top;
	text-decoration: none;
	color: #FFFFFF;
}

a.printpage:hover {
	color: #666666;
}

#content {
	margin: 28px 230px 0 200px;
	width: 520px;
}

#content h2 {
	color: #333333;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-weight: bold;
	font-size: 28px;
	margin-bottom: 20px;
	line-height: 36px;
}

#content h3 {
	color: #333333;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 10px;
	line-height: 24px;
}

#content p,
#content table {
	margin: 0 10px;
}

#content p,
#content {
	color: #333333;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
}

#content sup {
	height: 0;
	line-height: 1;	
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	bottom: 1ex;
	font-family: Verdana, Arial, sans-serif;
	font-size: 8px;
}

#content a {
	color: #663300;
}

#content a:hover {
	color: #996633;
}

#content h3 a {
	text-decoration: none;
}

#content ul,
#content table {
	margin-bottom: 10px;
}

#content ul li {
	list-style-type: circle;
	margin-left: 40px;
}

#content small {
	font-size: 12px;
	font-family: Verdana, Arial, sans-serif;
}

#content .bigimage {
	height: 500px;
	margin-bottom: 10px;
	position: relative;
}
#content .bigimage img {
	padding:0; margin:0;
	position: absolute;
	top: 0;
	left:0;
}

#footer {
	clear: both;
	width: 1000px;
	height: 60px;
	position:relative;
	margin: 0 0 0 0;
	background-image: url('footer-bg.png');
}

#footer a {
	display:block;
	position:absolute;
	line-height: 20px;
	height: 20px;
	top: 20px;
	right: 40px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#googlemap {
	width: 520px;
	height: 280px;
}

#ditto_pages .ditto_previous_link,
#ditto_pages .ditto_page,
#ditto_pages .ditto_currentpage,
#ditto_pages .ditto_next_link,
#ditto_pages .ditto_next_off,
#ditto_pages .ditto_previous_off {
	border: 1px solid #333333;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #E6D6A5;
	padding: 2px 4px;
	font-weight: bold;
	margin: 0 5px 0 0;
	text-decoration: none;
}

#ditto_pages .ditto_currentpage,
#ditto_pages .ditto_next_off,
#ditto_pages .ditto_previous_off {
	color: #999999;
}

#ditto_pages .ditto_previous_link:hover,
#ditto_pages .ditto_page:hover,
#ditto_pages .ditto_next_link:hover {
	color: #000000;
	background-color: #CCCCCC;
}

