html {
	height: 101%;
}
body {
	padding: 0;
	margin: 0;
	font: 76% arial, helvetica, sans-serif;
	background: #aaaaaa;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	margin: 0px;
	padding-top: 7px;
	padding-bottom: 7px;
}
h2 {
	font-size: 13px;
	font-weight: bold;
	color: #666666;
	margin: 0px;
	padding-top: 7px;
	padding-bottom: 6px;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	margin: 0px;
	padding-top: 6px;
	padding-bottom: 6px;
}
h4 {
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	margin: 0px;
	padding-top: 6px;
	padding-bottom: 5px;
}
h5 {
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
p {
	font-size: 12px;
	color: #666666;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#wrapper {
	position: relative;
	margin: 0 auto;
	width: 960px;
	height: auto;
	background-image: url(/fileadmin/images/static/bg1.jpg);
	background-repeat: repeat-y;
	background-position: center;
	z-index: 0;
}
#header {
	position: relative;
	background-image: url(/fileadmin/images/header/header0.jpg);
	height: 150px;
	width: 960px;
	clear: both;
	z-index: 0;
}
#menubar {
	position: relative;
	background-color: #C6000D;
	height: 20px;
	width: 960px;
	clear: both;
	z-index: 999;
}
#content {
	position: relative;
	width: 960px;
	clear: both;
	z-index: 0;
}
#spacebar_top, #spacebar_bot {
	background-color: #808080;
	height: 25px;
	width: 960px;
	z-index: 0;
}
#left {
	position: relative;
	float: left;
	width: 20px;
	left: 50px;
	position: relative;
	clear: both;
}
#left h1 {
	position: relative;
	font-size: 24px;
	font-weight: bold;
	color: #C0C0C0;
	text-align:center;
	top: -13px;
}
#middle {
	position: relative;
	height: auto;
	width: 675px;
	float: left;
	left: 75px;
	position: relative;
	clear: right;
	padding-left: 15px;
	z-index: 0 !important;
}
#clearer {
	clear:both;
	width: 100%;
	height: 0px;
	padding: 0;
	margin:0;
	font-size:0;
	line-height:0;
}
#right {
	width: 145px;
	float: right;
	position: relative;
	height: auto;
	right: 20px;
	text-align: right;
}
#footer {
	position: relative;
	background-color: #C6000D;
	height: 20px;
	width: 960px;
	float: left;
	position: relative;
}
.spacer {
	background-color: #C0C0C0 !important;
	height: 20px;
	width: 710px;
	z-index: 1;
	overflow: visible;
	clear: both;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	left: -24px;
	position: relative;
}

.align-center {
	text-align: center;
}

.align-left{
	text-align: left;
}

.align-right{
	text-align: right;
}


.hide {
	display: none;
}