*
{
	margin: 0;
	padding: 0;
}

html
{
	overflow-y: scroll;
}

html, body, #container
{
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
	color: #252525;
	font-size: 10pt;
}

body {
	background: url("bg4.gif") repeat-x scroll 0 0 #909090;
}

body > #container
{
	height: auto; min-height: 100%;
	background-color: transparent;
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
	font-size: 10pt;
}

#container
{
	width: 816px;
	margin: auto;
	/*position: relative;*/
}

#contentBoxHeader
{	
	background: url('border_header.png') repeat-y;
	height: 177px;
	background-position: top;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 0.4ex;
	text-align: center;
	vertical-align: middle;
	padding: 0 8px;
}

#logo {
	position: relative;
	width: 140px;
	margin: 40px 0 11px;
	
}

#betrieb {
	height: 170px;

}

#contentBoxHeader span {
	vertical-align: middle;
}

#contentBoxFooter
{	
	background: url('border_footer.png') repeat-x ;
	/*height: 30px;*/
	position: relative;
	color:#ffffff;
	font-size:8pt;
	text-align:center;
	padding-bottom: 20px;
	/*top: 20px;*/

}

#contentBoxFooter address {
	padding-top: 10px;
}

#contentBoxCenter
{
	background: url('border_center.png') transparent repeat-y;
	overflow: hidden;
	/*position: relative;*/
	min-height: 500px;
	padding: 20px 28px 20px 248px;
	color: #000;
}

#bottomBorder {
	position: relative;
	height: 30px;
	background: url('contentBg_bottom.png') repeat-x #999999;
	bottom: 0;
}

#contentBoxCenter .element {
	/*clear: both;*/
}

#contentBoxCenter .content {
	width: 350px;
	margin-bottom: 20px;
	padding-right: 20px;
	border-right: 1px solid #909090;
	text-align: justify;
}

#contentBoxCenter .content p {
	margin-bottom: 1em;
}

#contentBoxCenter .images {
	float: right;
}

#contentBoxCenter .images>img{
	clear: both;
	float: left;
	margin-bottom: 20px;
}

#contentBoxCenter .productimages td {
	float: left;
	margin: 0 18px 25px 0;
	padding: 0;
}

#contentBoxCenter .productimages img {
	border: 5px solid lightGrey;
}

#divider {
	height: 7px;
	background: url('border3.png') transparent repeat-y;

}

.contact {
	padding: 2em 0 2em 0;
}

.newEntry {
	height: 2em;
	vertical-align: bottom;
}

.newEntry * {
	color: #FFFFFF;
	padding: 0;
}

td {
	padding-left: 10px;
	text-align: left;
}
.navigationBox
{
	background: url('navigation10.png');
	float: left;
	position: absolute;
	top: 129px;
	margin-left: 28px;
	width: 200px;
	z-index: 10;
	text-align: center;
	min-height: 550px;
}
.navigationBox * {
	margin: 10px 0 0 0;
}

.navigationBox a {
	text-decoration: none;
	display: inline-block;
	color: #FFFFFF;
	text-align: left;
	height: 25px;
	width: 165px;
	padding: 10px 0 0 15px;
}

 .subitem {
	height: 25px !important;
	padding: 10px 0 0 30px !important;
	width: 150px !important;
}

.noListIcons {
	list-style: none;
	padding: 10px 20px;
}

#preview{
	position:absolute;
	padding:5px;
	display:none;
	z-index: 10;
}

#preview img {
	border: 5px solid #FFFFFF;
}


/* --- Text Formats --- */
h1
{
	color: #ffffff;
	font-size: 10pt;
	margin-bottom: 20px;
	letter-spacing: 0.3ex;
	
}

h2
{
	color: #ffffff;
	font-size: 10pt;
	margin: 10px 0;
	padding-right: 25px;
}
h3
{
	color: #ffffff;
	font-size: 8pt;
	margin-bottom: 10px;
}
h4
{
	color: #8a8a8a;
	font-size: 10pt;
	margin-left: 25px;
}

ul {
	padding: 20px 30px;
	list-style: square;
}

dl {
	text-align: center;
}

a
{
	color: #000000;
}

a:hover
{
	color: #000000 !important;
}

.navigationBox a:hover {
	background-color: #FFFFFF;
}

a * {
	border: 0px;
}

.activeLink
{
	color: #000000 !important;
	background-color: #FFFFFF;
}





