<!--

html, body {
	margin: 0;
	background: #666;
	font-family: arial, helvetica, "trebuchet ms";
	height: 100%;
}

#container {
	width: 980px;
	margin: 0 auto;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
}

#padding {
	padding: 0 0 26px 0;
}

#content {
	float: right;
	width: 753px;
}

#header {
	background: #fff;
	text-align: left;
	width: 753px;
	height: 174px;
	text-align: center;
	color: #004494;
	float: right;
	background-image: url(pics/druckmaschine.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#header img {
	float: left;
	margin-left: 30px;
}

#headertext {
	position: relative;
	left: -110px;
}

#headertext #title {
	font-size: 46px;
	font-weight: bold;
	margin: 9px 0 0;
}

#headertext h2, #headertext #title2 {
	font-size: 36px;
	font-weight: normal;
	margin: 0 0 6px;
}

#headertext h1, #headertext #title1 {
	font-size: 18px;
	font-weight: normal;
	margin: 9px 0;
}

#header2 {
	background-color: #999;
	height: 160px;
}

#header2 img {
	float: left;
}

#content2 {
	padding: 20px 30px;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	text-align: justify;
	background-image: url(images/bg-logo.gif);
	background-repeat: no-repeat;
	background-position: center 5px;
}

#content2 a {
	color: #adf;
	text-decoration: underline;
}

#left {
	display: block;
	float: left;
	width: 227px;
	margin: 0;
}

#footer {
	padding: 5px 0;
	background: #999;
	font-size: 11px;
	margin: -26px auto 0 auto;
	height: 16px;
	width: 980px;
	text-align: center;
}

#footer a {
	color: #000;
	padding: 0 3px;
	line-height: 18px;
	text-decoration: none;
}

.clear {
	clear: both;
}

.floatr {
	float: right;
	width: 215px;
	font-size: 12px;
	line-height: 17px;
}

.floatl {
	float: left;
	width: 215px;
	font-size: 12px;
	line-height: 17px;
}

#address {
	font-size: 12px;
	line-height: 17px;
	margin: 36px 12px 0;
}

h1 {
	font-size: 24px;
	margin: 12px 0 36px;
	font-weight: bold;
}

.conth1 {
	font-size: 24px;
	margin: 12px 0 9px;
	font-weight: bold;
}



.btn {
	font-weight:bold;
	background-color:#adf;
	padding:2px;
	width: 150px;
	margin-left: 200px;
}

hr {
	border: solid #fff;
	border-width: 1px 0 0 0;
	height: 0;
}


.lst1 {
	margin-left: 10px;
	padding-left: 10px;
	text-align: left;
	line-height: 25px;
}

#left ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	height: auto;
	border-top: solid 4px #999;
}

#left li a {
	line-height: 35px;
	color: #004494;
	background: #ccc;
	text-decoration: none;
	font-weight: bold;
	display: block;
	border-bottom: solid 4px #999;
	padding: 0 15px 0 0;
	text-align: right;
}

#left li a:hover {
	color: #fff;
	background: #004494;
}



-->