html {
	background: #fff url("../images/html.png") repeat-x left top;
}
body {
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #888888;
	background: url("../images/body.png") repeat-y left top;
	margin: 0 auto 30px auto;
	position: relative;
}
a img {
	border: 1px solid #F99D1C;
}
a {
	color: #0050A0;
	text-decoration: none;
}
a:hover {
	visibility: visible;
/* IE bug fix */
}
a:hover img {
	border: 1px solid #023E88;
}
h1 {
	font-size: 14px;
	margin: 0;
}
h2 {
	font-size: 12px;
         font-weight: bold;
	margin: 0;
}
.small-font {
	font-family: arial, sans-serif;
	font-size: 10px;
	color: #888888;
}
.page {
	background: url("../images/page.jpg") no-repeat left top;
	padding: 28px 125px 0 115px;
	width: 760px;
	margin: 0;
}
.header {
	position: relative;
	width: 760px;
	height: 248px;
}
.header a img {
	border: 0px;
}
.header a:hover img {
	border: 0px;
}

.hauptmenu {
	min-height: 27px;
	height: auto;
	padding: 0 29px 0 0;
	margin: 0;
}
.main {
	width: 706px;
	margin: 0 auto;
}
.contentbox {
	border: 1px solid #F99D1C;
	padding: 20px 17px 20px 8px;
	width: 677px;
	min-height: 600px;
	position: relative;
	margin-bottom: 18px;
}
.contentbox img {
	padding: 5px;
}
.contentbox a {
	color: #0050A0;
	text-decoration: none;
}
.contentbox a:hover {
	color: #F99D1C;
	text-decoration: none;
}
.galeriebox {
	border: 1px solid #F99D1C;
	padding: 20px 17px 20px 8px;
	width: 677px;
	min-height: 0px;
         text-align: center;
	margin-bottom: 18px;
}
.galeriebox img {
	padding-right: 4px;
	padding-left: 4px;
}
.galeriebox a {
	font-size: 13px;
         font-weight: bold;
         color: #0050A0;
	text-decoration: none;
}
.galeriebox a:hover {
	color: #F99D1C;
	text-decoration: none;
}
.galeriethumbbox {
	width: 516px;
	height: 108px;
	overflow: hidden;
         white-space: nowrap;
}
.galeriethumbbox img {
	padding: 4px;
	border: none;
}
.galeriethumbbox a:hover img {
	padding-bottom: 2px;
	border: none;
}
.noborder a img {
	border: none;
}
.noborder a:hover img {
	border: none;
}
.footer1 {
	text-align: center;
	padding: 0 27px 3px 27px;
}
.footer1 a {
	color: #888888;
	text-decoration: none;
}
.footer1 a:hover {
	color: #023E88;
	text-decoration: none;
}
.footer2 {
	font-size: 0px;
	line-height: 0px;
	height: 18px;
	background: url("../images/footer.png") no-repeat left top;
	margin-left: 105px;
}