body {
	background-image: url(../gfx/background.jpg);
	font-size: 11px;
	font-family: arial,sans-serif;
	color: #696969;
}

#container {
	margin: 0px auto;
	width: 863px;
	background-color: #FFF;
}

#header {
	background-image: url(../gfx/header.gif);
	width: 863px;
	height: 122px;
	cursor: pointer;
}

#search {
	background-color: #5A5A5A;
	padding-right: 1px;
	padding-top: 6px;
	height: 22px;
	width: 172px;
	float: left;
	text-align: right;
	overflow: hidden;
}
#search input.text {
	height: 13px;
	border: 1px solid #5A5A5A;
	width: 108px;
	margin-right: 10px;
	position: relative;
	top: -4px;
}

#language {
	background-color: #5A5A5A;
	background-image: url(../gfx/language.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	height: 28px;
	width: 690px;
	float: left;
	position: relative;
	z-index: 199;
}
#language a {
	display: block;
	position: absolute;
	right: 0px;
	width: 106px;
	height: 28px;
	cursor: pointer;
}
#language #languages {
	display: none;
	position: absolute;
	right: 0px;
	top: 28px;
	width: 106px;
	overflow: hidden;
	background-color: #FFF;
	padding: 5px;
	z-index: 199;
}

#menuHack {
	padding-top: 1px;
	background-image: url(../gfx/navigation_hack.jpg);
	display: block;
	height: 1px;
	width: 152px;
	padding-left: 21px;
	color: #696969;
	text-decoration: none;
	font-weight: bold;
}

#menuHack_frontpage {
	padding-top: 4px;
	background-image: url(../gfx/navigation.jpg);
	display: block;
	height: 20px;
	width: 152px;
	padding-left: 21px;
	color: #696969;
	text-decoration: none;
	font-weight: bold;
}

#wrapper {
	position: relative;
	height: auto !important;
	height: 200px;
}

#navigation {
	width: 173px;
	float: left;
	clear: left;
	padding-top: 20px;
	background-image: url(../gfx/navigation.jpg);
	background-repeat: no-repeat;
}
#navigation a {
	padding-top: 4px;
	background-image: url(../gfx/navigation.jpg);
	display: block;
	height: 20px;
	width: 152px;
	padding-left: 21px;
	color: #696969;
	text-decoration: none;
	font-weight: bold;
}
#navigation a:hover,#navigation a.active {
	background-image: url(../gfx/navigationactive.jpg);
	color: #FFF;
}
#navigation div a {
	height: 19px;
}

#navigation div a span {
	background-image: url(../gfx/navigationsub.jpg);
	background-repeat: no-repeat;
	background-position: 8px 3px;
	padding-left: 20px;
}

#navigation div a:hover,#navigation div a.active {
	background-image: url(../gfx/navigation.jpg);
	color: #96BE0F;
}
#navigation div a:hover span,#navigation div a.active span {
	background-image: url(../gfx/navigationsubactive.jpg);
	color: #96BE0F;
}

#content {
	width: 675px;
	float: left;
	font-size: 11px;
}

#contentheader {
	width: 656px;
	height: 110px;
	background-repeat: no-repeat;
	color: #5A5A5A;
	font-size: 4.2em;
	font-family: Arial;
	letter-spacing: 110%;
	padding-left: 20px;
	padding-top: 10px;
	margin-bottom: 20px;
}
#contentheader.active {
	border: 2px solid #000;
	width: 654px;
	height: 108px;
	padding-left: 18px;
	padding-top: 8px;
	background-position: -2px -2px;
}

#footer {
	margin: 0px auto;
	padding-top: 10px;
	width: 863px;
	color: #212121;
}

a, a:link, a:visited {
	color: #96BE0F;
	font-weight: bold;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}

.clear  {
	clear: both;
	display: block;
	overflow: hidden;
	height: 1px;
}

p {
	margin-top: 0px;
	margin-bottom: 25px;
}
