﻿body {
	font-family: "trebuchet MS";
	margin: 0px;
	font-size: 12px;
}
.wrapper {
	background-image: url('design/background.jpg');
}
.menu {
	margin-bottom: 22px;
	padding-bottom: 15px;
}
.header {
	background-image: url('design/header.png');
	height: 31px;
}
.contentwrapper {
	background-image: url('design/contentwrapper.jpg');
	background-color: #FFDB01;
}
.content1 {
	text-align: left;
	padding: 30px 50px 15px 50px;
	vertical-align: top;
}
.teaser {
	width: 449px;
	height: 270px;
	background-image: url('design/teaser.jpg');
	background-repeat: no-repeat;
}
.titel {
	margin-bottom: 10px;
}
.content2 {
	background-image: url('design/backgroundcontent2.jpg');
	vertical-align: top;
	color: #FFFFFF;
	text-align: left;
	padding: 30px 50px 30px 50px;
	background-color: #102EA3;
}
.footer {
	color: #FFFFFF;
	height: 31px;
	background-image: url('design/footer.png');
}

a:link a:active a:visited {
	color: #FFDB01;
}

a {
	color: #FFDB01;
}
a:hover {
	color: #FFFFFF;
}
a:link a:active a:visited {
	color: #FF0000;
	text-decoration: underline;
}
h2 {
	font-family: "trebuchet MS";
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 5px;
}
.content1 a {
	color: #FF0000;
	text-decoration: underline;
}
.content1 a:hover {
	color: #000000;
}