body {
	background-color: #FAD987;
	background-image: url(../images/header_01.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	color: #57330B;
	padding: 0;
	margin:0;

}
html	{overflow-y:scroll;}

.center {
	margin: auto;
	text-align: center;
	width: 980px;
}

table, td {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
}

a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: underline;
	font-style:normal;
	font-size:13px;
	color: #630;
	outline:none;
}
a:hover   {
	color: #C16100;
}

.header {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#630;
	font-size:13px;
	height: 30px;
	position: relative;
	padding-top: 230px;
	font-weight: bold;
	
}

div.navigation {
	font-size: 12px;
	text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#335522;
	width: 500px;
	height:50px;
	}
a.navigation {
	outline:none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style:normal;
	text-decoration:none;
	color:#663300;
	font-size: 14px;
	line-height:30px;
	padding: 0px 10px;
	font-weight: bold;
}

a.navigation_aktiv {
	outline:none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration:overline;
	font-size: 14px;
	font-weight: bold;
	color: #663300;
	padding: 0px 10px;
}
a:hover.navigation, a:hover.navigation_aktiv {color:#C96;}
.content {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:13px;
	padding:10px 5px;
	border-bottom: 1px solid #630;
	border-top: 1px solid #630;
	background-color: #FBE2A8;
	margin: 10px 0px;
}


h1, h2, h3, h4, h5, h6{
	
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h1{
	font-size:14px;
	font-weight:bold;
	display: inline;
}

h2 {
	font-size:14px;
	font-weight:normal;
	display: inline;
}
h3 {
	font-size:12px;
	font-weight:normal;
}
.small {
	font-size: 9px;
	font-weight:normal;
	font-variant: normal;
	display: inline;
	color: white;
}

.clear {
	clear: both;
	line-height: 0px;
}

hr {
	font-size: 0px;
	height: 1px;	
	border-top: 1px dashed #9cc342;
	border-bottom:none;
	border-left:none;
	border-right:none;
}
h1.title {
	font-size:12px;
	color: white;
	top: 0px;
}

.image {
	border: 1px solid #630;
	padding: 1px;
	background-color: white;
}
.image-left {
	border: 1px solid #9cc342;
	padding: 1px;
	float: left; margin-right:10px;
}
.en {
	color: #666666;
}

.footer {
	display: inline;
	font-weight: bold;
}

.footer_link {
	font-size: 12px;
	position: relative;
	top: -18px;
	left: 820px;
	width: 170px;
}
.footer_link a {
	font-size: 12px;
}

