html * {
	margin: 0px;
	padding: 0px;
	font: 10px/130% Verdana,Geneva,Arial,Helvetica,sans-serif
}

a {
	text-decoration: none;
	border: none;
}

a img {
	border: none;
}

a:hover {
	text-decoration: underline;
}

p {
	margin: 15px 0px;
}

strong, b {
	font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

h1 {
	font-size: 13px;
}

.clear {
	clear: both;
}

div#maincontainer {
	width: 980px;
	background-color: #D4D4D4;
	margin: 0px auto;
	position: relative;
}

div#header {
	height: 120px;
	border-bottom: 5px dotted #fff;
}

div#header div#header_images{
	position: absolute;
	top: 10px;
	left: 280px;
}

div#header div#header_images img {
	margin-right: 30px;
}

div#header p#hotline {
	background-color:#AEAEAE;
	margin:0;
	padding: 5px 12px;
	font-size: 16px;
	font-weight: bold;
	text-align: right;
}

img#logo {
	position: absolute;
	left: 22px;
	top: 40px;
}

div#navi {
	width: 230px;
	padding: 20px 12px;
	float: left;
}

a.navi_headline_link {
	background-color: #AEAEAE;
	padding: 10px 0px 10px 10px;
	font-size: 13px;
	font-weight: bold;
	height: 13px;
}

a.navi_headline_link {
	display: block;
	border-left: 5px solid #FF0000;
	color: #000;
	margin: 10px 0px;
}

a.navi_headline_link:hover, a.navi_headline_link.active {
	border-color: #FFFF00;
}

div.navi_headline_link {
	margin-top: 10px;
}

div#navi ul {
	padding: 5px 0px;
	background-color: #E0E0E0;
	border: 1px solid #5E5E5E;
}

div#navi li {
	list-style: none;
	height: 26px;
}

div#navi li a {
	display: block;
	border-left: 3px solid #FF0000;
	margin: 0px 0px 10px 10px;
	padding: 0px 0px 0px 5px;
	font-size: 12px;
	color: #3E3E3E;
}

div#navi li a:hover, div#navi li a.active {
	border-color: #FFFF00;
	color: #000;
}

div#content {
	margin-left: 252px;
	border-left: 5px dotted #fff;
	width: 710px;
	padding: 20px 0px 65px 0px;
}

div#content_text {
	width: 686px;
	min-height: 340px;
	height: auto !important;
	height: 340px;
	padding: 8px 6px;
	background-color: #E0E0E0;
	border: 1px solid #5E5E5E;
}

h1.head {
	background-color: #AEAEAE;
	border: 1px solid #5E5E5E;
	border-bottom: none;
	font-size: 11px;
	padding: 6px 5px 6px 7px;
	width: 686px;
	line-height: 19px;
	min-height: 19px;
	height: auto !important;
	height: 19px;
}

div#content div#content_text, div#content h1.head {
	margin-left: 10px;
}

div#content div#start_products img {
	padding: 15px;
}

div#navi h1.head {
	width: auto;
	font-size: 13px;
}

div#content h1.head {
	color: #fff;
}

div#content_text div#product p {
	margin-top: 0px;
}

div#content_text div#product strong {
	display: block;
	margin-bottom: 5px;
}

div#content_text div#product div {
	margin: 10px;
	width: 320px;
	float: left;
}

div.textblock {
	margin: 10px;
}

div.textblock p {
	margin-top: 0px;
}

a.agb_download {
	display: block;
	position: relative;
	background-image: url("./img/pdf2.jpg");
	background-repeat: no-repeat;
	width: 200px;
	height: 36px;
	margin: 0px auto 10px auto;
	color: #555;
}

a.agb_download:hover {
	color: #000;
}

a.agb_download span {
	position: absolute;
	font-size: 16px;
	left: 45px;
	top: 5px;
}

div#footer {
	background-color: #AEAEAE;
	height: 50px;
	padding: 0px 4px;
	text-align: right;
}

