body {
	color: black;
	font-size: 15px;
	font-smooth:always;
	font-family: body, Verdana, Arial, "times new roman";
	background-image: url(../layout/backdrop.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: center bottom;
	text-align: justify;
	margin: 0;
	padding: 0;
	font-weight: normal;
}
a { 
	outline:none 
}
a:link {
	color: #808000; 
	text-decoration: none;
}
a:visited {
	color: #808000; 
	text-decoration: none; 
}
a:hover { 
	color: black; 
	text-decoration: underline;
}
a:active {
	color: white; 
	text-decoration: underline;
}
.button {
	color: black;
	font-size: 25px;
	font-family: title, verdana, arial;
	font-weight: normal;
}
.buttonselect {
	color: black;
	font-size: 25px;
	font-family: title, verdana, arial;
	text-decoration: underline;
	font-weight: normal;
}
.head {
	color: #335107;
	font-size: 35px;
	font-smooth:always;
	font-family: title, verdana, arial;
}
@font-face {
    font-family: 'title';
	src: url("headfont.eot");
    src: local("AliceLight"), url("headfont.woff") format("woff"), url("headfont.ttf") format("truetype");
	font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'body';
    src: url("bodyfont.eot");
	src: url("bodyfont.woff") format("woff"), url("bodyfont.ttf") format("truetype"), url("bodyfont.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}
#head {
	background-image: url(../layout/headerback.jpg);
	height: 150px;
	width: 100%;
	position: absolute;
	z-index: 1;
	background-attachment: scroll;
	background-repeat: repeat;
	background-position: top;
}
#headtable {
	height: 150px;
	width: 680px;
	text-align: center;
	background-image: url(../layout/header.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	z-index: 9;
}
#container {
	height: auto;
	width: 850px;
	clear: both;
	position: absolute;
	left: 50%;
	top: 150px;
	margin-left: -425px;
	z-index: 0;
	text-align: justify;
}
#left {
	float: left;
	height: 500px;
	width: 200px;
	padding-top: 15px;
}
#right {
	float: right;
	height: 500px;
	width: 200px;
	padding-top: 15px;
}
#center {
	height: 100%;
	width: 400px;
	margin-left: -200px;
	left: 50%;
	position: fixed;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-left-color: #000;
	background-image: url(../layout/centerback_75.png);
	padding-top: 0px;
	z-index: 0;
}
#container #left img {
	border: 1px solid #000;
	margin-top: 10px;
}
#content {
	height: auto;
	width: 380px;
	margin-right: auto;
	margin-left: auto;
	z-index: 3;
	text-align: left;
	font-weight: normal;
	color: #000;
}
.€ {
	font-family: Arial, Helvetica, sans-serif;
}

