body {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	background: url(../img/bodybg.gif) repeat-y;
	overflow: -moz-scrollbars-vertical;
}

a,
a:active,
a:visited,
a:link {
	font-size: 11px;
	font-weight: bold;
	color: #12705A;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h4 {
	padding: 2px 2px 2px 10px;
	margin: 15px 0px 5px 0px;
	color: #fff;
	background-color: #8f8f8f;
	font-weight: normal;
	font-size: 10px;
	text-transform: uppercase;
}

h5.jahr {
	color: #12705A;
	font-size: 12px;
	margin: 20px 0px 5px 0px;
	padding: 0px 0px 3px 5px;
	border-bottom: solid #ddd 1px;
}

p {
	margin: 0px 0px 15px 0px;
	line-height: 1.3em;
	font-size: 12px;
}

ul {
	list-style-type: square;
}

#head {
	height: 126px;
	width: 100%;
	background: url(../img/headerbg.gif) repeat-x;
}

#canvas {
	position: absolute;
	top: 0px;
	left: 410px;
	z-index: 10;
	height: 126px;
}

#maincontainter {
	width: 960px;
}

#leftcolumn {
	width: 153px;
	margin: 10px 20px 0px 0px;
	float: left;
}

#menudiv {
	margin: 5px 0px 0px 10px;
}

#menudiv a,
#menudiv a:active,
#menudiv a:link,
#menudiv a:visited {
	display: block;
	width: 131px;
	height: 20px;
	background-color: #fff;
	color: #424242;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: .02em;
	padding: 5px 0px 0px 10px;
	vertical-align: middle;
	border-bottom: solid 1px #c0c0c0;
}

#menudiv a:hover {
	background-color: #f0f0f0;
	color: #000;
}

#menudiv a.marked {
	color: #000;
	padding: 5px 0px 0px 10px;
	background: url(../img/marker.gif) no-repeat 0px 9px;
}

#centercolumn {
	width: 640px;
	margin: 10px 20px 0px 0px;
	padding: 10px 0px 0px 0px;
	float: left;
}

#rightcolumn {
	width: 0px;
	margin: 10px 0px 0px 0px;
	float: left;
}

div.boxheader {
	padding: 2px;
	border-bottom: solid #c0c0c0 1px;
	margin: 0px 0px 4px 0px;
	color: #4f4f4f;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

div.imgleft {
	float: left;
}

div.imgright {
	float: right;
}

div.floatreset {
	clear: both;
}

div.spacer {
	height: 20px;
	clear: both;
}

div.leftside {
	float: left;
	width: 310px;
}

div.rightside {
	float: right;
	width: 310px;
}

div.annot {
	width: 125px;
	color: #12705A;
	float: right;
	font-style: italic;
	margin: 0px 0px 0px 3px;
}

div.prodbox {
	float: left;
	margin: 5px;
	padding: 3px;
	border: solid #c0c0c0 1px;
}