Body,a,td,th,br,input,h1,h2,h3,h4,p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
	line-height: 18px;
	margin: 0px;
}

ul,ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
	margin-bottom : 7px;
	margin-top: 5px;
}

form {
	padding: 0px;
	margin: 0px;
}

A {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #fac864;
}
A:link {}
A:visited {}
A:hover {
	text-decoration: underline;
	color: #fac864;
}

.Titel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	line-height : 30px;
	margin-bottom: 10px;
	text-transform : uppercase;
	padding-left: 15px;
	background-image: url(images/layout/bg_title.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.Untertitel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	line-height : 20px;
	margin-bottom: 10px;
	text-transform : uppercase;
	padding-left: 12px;
	background-image: url(images/layout/bg_subtitle.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.Textnormal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
	line-height: 18px;
}

.Textfett {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	line-height: 18px;
}

.Textklein {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
	line-height: 16px;
}

.Button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #484848;
	border : solid #fac864 1px;
	background-color : #e5e5e5;
	line-height : 15px;
	text-transform : uppercase;
}

.Feld {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #484848;
	border : solid #fac864 1px;
	background-color : #FFFFFF;
	line-height : 14px;
	text-transform : none;
}

.Mehr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #fac864;
	text-transform : uppercase;
	line-height : 14px;
	padding-left: 9px;
	background-image: url(images/layout/bg_more.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.Mehr:link {}
.Mehr:visited {}
.Mehr:hover {
	text-decoration: underline;
	color: #fac864;
}

.Boxtitel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #484848;
	line-height : 20px;
	text-transform : uppercase;
	background-color: #fac864;
	padding-left: 30px;
	background-image: url(images/layout/bg_boxtitle.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.Hauptmenue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
	line-height : 31px;
	text-transform : uppercase;
	padding-left: 8px;
	background-image: url(images/layout/bg_menue.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.Hauptmenue:link {}
.Hauptmenue:visited {}
.Hauptmenue:hover {
	text-decoration: none;
	color: #fac864;
}

.HauptmenueAktiv {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #fac864;
	line-height : 31px;
	text-transform : uppercase;
	padding-left: 8px;
	background-image: url(images/layout/bg_menue.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.HauptmenueAktiv:link {}
.HauptmenueAktiv:visited {}
.HauptmenueAktiv:hover {
	text-decoration: underline;
	color: #fac864;
}

.Nebenmenue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
	line-height : 31px;
	text-transform : uppercase;
	padding-left: 8px;
	background-image: url(images/layout/bg_menue.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.Nebenmenue:link {}
.Nebenmenue:visited {}
.Nebenmenue:hover {
	text-decoration: none;
	color: #fac864;
}

.NebenmenueAktiv {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #fac864;
	line-height : 31px;
	text-transform : uppercase;
	padding-left: 8px;
	background-image: url(images/layout/bg_menue.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.NebenmenueAktiv:link {}
.NebenmenueAktiv:visited {}
.NebenmenueAktiv:hover {
	text-decoration: underline;
	color: #fac864;
}

.Gallery {
	display: block;
	float: left;
	overflow: hidden;
	margin: 0px 30px 15px 0px;
	border: #fac864 1px solid;
	background-color: #FFFFFF;
}
.Gallery:link {}
.Gallery:visited {}
.Gallery:hover {
	border: #FFFFFF 1px solid;
}

