* {
	padding: 0em;
	margin: 0em;
}

body {
	background: #000000 url('images/teak.jpg');
}

body,
input {
	font-size: 12pt;
	font-family: "georgia";
	color: #333333;
}

p {
	line-height: 1.5em;
	margin-bottom: 1.0em;
	text-align: left;
}

h3 {
	text-align: center;
	margin-bottom: 2.0em;
}

a {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

input,
textarea,
select {
	width: 500px;
	margin: 0;
	-webkit-box-sizing: border-box;
	/* For legacy WebKit based browsers */
	-moz-box-sizing: border-box;
	/* For all Gecko based browsers */
	box-sizing: border-box;
}

textarea {
	height: 400px;
}

button {
	width: 250px;
}

#outer {
	z-index: 2;
	position: relative;
	width: 82%;
	border: solid 7px #fff;
	background-color: #fff;
	margin: 0 auto;
}

#headerpic {
	position: relative;
	height: 200px;
	background: #fff url('images/sorri 3.0.jpg') no-repeat center;
	margin-bottom: 2px;
	z-index: 1;
}

#language {
	position: absolute;
	right: 0em;
	z-index: 2;
}

#language img {
	border: solid 1px #fff;
	cursor: pointer;
}

#language img:hover {
	border: solid 1px #7F8400;
}

#language img.active {
	border: solid 1px #000000;
}

#menu {
	position: relative;
	background: #7F8400 url('images/topbg.gif') repeat-x top left;
	height: 3.5em;
	padding: 0em 1.0em 0em 1.0em;
	margin-bottom: 2px;
}

#menu ul {
	position: relative;
	top: 1em;
	text-align: center;
}

#menu ul li {
	position: relative;
	display: inline;
}

#menu ul li a {
	padding: 0.5em 1.0em 0.8em 1.0em;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

#menu ul li a:hover {
	text-decoration: underline;
}

#menu ul li a.active {
	background: #7f1a1a url('images/menuactive.gif') repeat-x top left;
}

#menubottom {
	background: #fff url('images/border1.gif') repeat-x;
	height: 14px;
	margin-bottom: 1.5em;
}

#main {
	padding: 1.3em 1.3em 0em 1.3em;
}

#contactinfo {
	font-size: 22pt;
	text-align: center;
}

#slideshow {
	position: relative;
	height: 600px;
	float: left;
}

#slideshow IMG {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8;
	opacity: 0.0;
}

#slideshow IMG.active {
	z-index: 10;
	opacity: 1.0;
}

#slideshow IMG.last-active {
	z-index: 9;
}

#content {
	position: relative;
	margin-left: 400px;
	padding-left: 1.3em;
	padding-right: 1.3em;
	height: 600px;
	overflow: auto;
}

#content ul {
	list-style-type: none;
	margin: 2em;
	padding: 0em;
	line-height: 1.6em;
}

#content ul li {
	background-image: url(images/db2.gif);
	background-repeat: no-repeat;
	background-position: 0.5em 0.5em;
	padding-left: 1.5em;
}

#footer {
	position: relative;
	height: 6.5em;
	clear: both;
	padding-top: 3.0em;
	background: #fff url('images/border2.gif') repeat-x 0em 2.5em;
	font-size: 0.9em;
	line-height: 1.4em;
}

#footer .left {
	position: inherit;
	text-align: center;
}

#footer .right {
	position: absolute;
	right: 0.5em;
	bottom: 0em;
	font-size: 0.7em;
}