html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	color: #000000;
	background-color: #FFFFFF;
}

h1 {
	margin: 0;
	padding: 0;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 32px;
	font-weight: normal;
	font-style: italic;
	width: 392px;
}

.question {
	margin: 0;
	padding: 0;
	font-size: 20px;
	font-weight: normal;
	font-style: italic;
	background-color: #6EF8D7;
}

p {
	margin:0;
	padding: 0;
	width: 392px;
}

a {
	color: #000000;
}

img {
	border: 0;
	margin: 0;
	padding: 0;
}

#logo {
	position: absolute;
	top: 0;
	left: 40px;
	display: block;
}

#infotext {
	position: absolute;
	top: 305px;
	left: 40px;
	display: block;
}

#hometext {
	position: absolute;
	top: 266px;
	left: 40px;
	display: block;
}

#mainnav {
	position: absolute;
	top: 86px;
	left: 348px;
	margin: 0;
	padding: 0;
}

#mainnav li {
	list-style: none;
	font-style: italic;
	font-size: 20px;
	line-height: 30px;
}

#mainnav li a {
	list-style: none;
	text-decoration: none;
	color: #000000;
}

#mainnav li a:hover {
	list-style: none;
	text-decoration: line-through;
	color: #000000;
}

#toptrenner {
	position: absolute;
	top: 250px;
	left: 40px;
	display: block;
	width: 390px;
	height: 3px;
	background: url(images/trenner01.gif) top left no-repeat #FFFFFF;
}

#btn_next {
	position: absolute;
	top: 264px;
	left: 370px;
	font-style: italic;
	font-size: 20px;
}

#btn_next a {
	text-decoration: underline;
	color: #000000;
}

#btn_next a:hover {
	background-color: #6EF8D7;
}

#btn_prev {
	position: absolute;
	top: 264px;
	left: 40px;
	font-style: italic;
	font-size: 20px;
}

#btn_prev a {
	text-decoration: underline;
	color: #000000;
}

#btn_prev a:hover {
	background-color: #6EF8D7;
}

#btn_home {
	position: absolute;
	top: 264px;
	left: 188px;
	font-style: italic;
	font-size: 20px;
}

#btn_home a {
	text-decoration: underline;
	color: #000000;
}

#btn_home a:hover {
	background-color: #6EF8D7;
}

#gallerypic {
	position: absolute;
	top: 84px;
	left: 544px;
	width: 404px;
	height: 548px;
}

#galleryprev {
	position: absolute;
	top: 314px;
	left: 508px;
	width: 35px;
	height: 35px;
	background: url(images/prev.gif) top left no-repeat #FFFFFF;
}

#galleryprev a {
	display: block;
	width: 35px;
	height: 35px;
	background: url(images/prev.gif) top left no-repeat #FFFFFF;
	background-position: 0 0;
}

#galleryprev a:hover {
	display: block;
	width: 35px;
	height: 35px;
	background: url(images/prev.gif) top left no-repeat #FFFFFF;
	background-position: -35px 0;
}

#gallerynext {
	position: absolute;
	top: 314px;
	left: 942px;
	width: 35px;
	height: 35px;
	background: url(images/next.gif) top left no-repeat #FFFFFF;
}

#gallerynext a {
	display: block;
	width: 35px;
	height: 35px;
	background: url(images/next.gif) top left no-repeat #FFFFFF;
	background-position: 0 0;
}

#gallerynext a:hover {
	display: block;
	width: 35px;
	height: 35px;
	background: url(images/next.gif) top left no-repeat #FFFFFF;
	background-position: -35px 0;
}

.inactive {
	text-decoration: line-through;
}

.cyan {
	background-color: #6EF8D7;
}

.description {
	height: 250px;
	font-style: italic;
}

.specs {
	line-height: 30px;
	font-size: 14px;
}

.price {
	line-height: 50px;
	font-size: 20px;
	font-style: italic;
}

.footer {
	line-height: 50px;
	font-style: italic;
}

#thumbpage {
	position: absolute;
	top: 50px;
	left: 450px;
	width: 600px;
}

.thumbrow {
	clear: both;
}

.thumb {
	display: block;
	width: 159px;
	height: 216px;
	float: left;
	margin: 0;
}

#contactbox {
	display: block;
	width: 390px;
	height: 280px;
	background-color: #6EF8D7;
}

input {
	margin: 10px;
	width: 370px;
	height: 20px;
	border: 0;
	font-size: 13px; 
	font-family: Georgia; 
	font-weight: normal; 
	font-style: italic;
}

textarea {
	margin: 10px;
	width: 370px;
	height: 100px;
	border: 0;
	font-size: 13px; 
	font-family: Georgia; 
	font-weight: normal; 
	font-style: italic;
}

#sendbtn {
	margin: 6px 0 0 330px;
	font-size: 20px;
}
