* {
	margin: 0;
	padding: 0;
}
html, body {
	text-align: center;
	background-color: #DDE0F0;
}
body {
	background-image: url("../img/x.jpg");
	background-repeat: repeat-x;
}
div#frame {
	margin: 0 auto 0 auto;
	width: 920px;
}
div#main {
	width: 920px;
	background-image: url("../img/y.jpg");
	background-repeat: repeat-y;
}
div#center {
	width: 490px;
	float: left;
	text-align: justify;
	padding: 4px 0px 0px 10px;
}
div#center_weit {
	width: 710px;
	float: left;
	text-align: justify;
	padding: 4px 0px 0px 10px;
}
div#left {
	float: left;
	width: 160px;
	padding: 6px 0px 0px 20px;
}
div#right {
	width: 212px;
	float: right;
	padding: 0px 20px 0px 0px;
}
div#main_right {
	width: 740px;
	float: left;
}
div#overview_box {
	width: 710px;
	padding:0px 20px 0px 10px;
	text-align: left;
}
div#navcontainer {
	padding: 5px 0px 5px 8px;
	width: 150px;
	border: 1px solid #DADADA;
	background: #f0f0f0;
}
div#header {
	margin: 0px 10px 0px 10px;
	width: 898px;
	height: 72px;
	background-image: url("../img/x_2.jpg");
	background-repeat: repeat-x;
	border-right: 1px solid #D2D2D2;
	border-left: 1px solid #D2D2D2;
}
div#logo {
	width: 275px;
	height: 68px;
	float: left;
	padding: 0px 0px 0px 20px;
}
div#logo img {
	border: 0;
}
div#logo a {
	text-decoration: none;
	display: block;
	height: 68px;
	width: 200px;
	float: left;
}
div#header_right {
	float: right;
	width: 330px;
}
div#header_right div {
	float: left;
}
div#navigation_mini {
	width: 330px;
	height: 30px;
	color: #666666;
}
div#navigation_mini ul {
  float:left;
	padding: 2px 0px 0px 0px;
}
div#navigation_mini ul li {
	display: inline;
	
	list-style-type: none;
}
div#navigation_mini a {
	font: 12px Arial, Arial, Helvetica, sans-serif;
	color: #999999;
	text-decoration: none;
}
div#navigation_mini a:hover {
	text-decoration: underline;
}

div#footer {
	width: 920px;
	height: 27px;
	background-image: url("../img/footer.jpg");
	background-repeat: no-repeat;
}
div#navigation_top {
	width: 920px;
	height: 41px;
}
div#navigation_top ul {
	height: 41px;
	width: 920px;
}
div#navigation_top ul li {
	display: inline;
	float: left;
	list-style-type: none;
}
a.startseite {
	display: block;
	width: 135px;
	height: 41px;
	background: url(../img/button_startseite.jpg) 0 0 no-repeat;
	text-decoration: none;
}
a:hover.startseite {
	background-position: -270px 0;
}
a.startseite_active {
	display: block;
	width: 135px;
	height: 41px;
    background: url(../img/button_startseite.jpg) -135px 0 no-repeat;
	text-decoration: none;
}
a:hover.startseite_active {
	background-position: -135px 0;
}
a.produkte {
	display: block;
	width: 135px;
	height: 41px;
	background: url(../img/button_produkte.jpg) 0 0 no-repeat;
	text-decoration: none;
}
a:hover.produkte {
	background-position: -270px 0;
}
a.produkte_active {
	display: block;
	width: 135px;
	height: 41px;
	background: url(../img/button_produkte.jpg) -135px 0 no-repeat;
	text-decoration: none;
}
a:hover.produkte_active {
	background-position: -135px 0;
}
a.anfrage {
	display: block;
	width: 200px;
	height: 41px;
	background: url(../img/button_anfrage.jpg) 0 0 no-repeat;
	text-decoration: none;
}
a:hover.anfrage {
	background-position: -400px 0;
}
a.anfrage_active {
	display: block;
	width: 200px;
	height: 41px;
	background: url(../img/button_anfrage.jpg) -200px 0 no-repeat;
	text-decoration: none;
}
a:hover.anfrage_active {
	background-position: -200px 0;
}
a.profikunden {
	display: block;
	width: 150px;
	height: 41px;
	background: url(../img/button_profikunden.jpg) 0 0 no-repeat;
	text-decoration: none;
}
a:hover.profikunden {
	background-position: -300px 0;
}
a.profikunden_active {
	display: block;
	width: 150px;
	height: 41px;
	background: url(../img/button_profikunden.jpg) -150px 0 no-repeat;
	text-decoration: none;
}
a:hover.profikunden_active {
	background-position: -150px 0;
}
a.lieferanten {
	display: block;
	width: 150px;
	height: 41px;
	background: url(../img/button_lieferanten.jpg) 0 0 no-repeat;
	text-decoration: none;
}
a:hover.lieferanten {
	background-position: -300px 0;
}
a.lieferanten_active {
	display: block;
	width: 150px;
	height: 41px;
	background: url(../img/button_lieferanten.jpg) -150px 0 no-repeat;
	text-decoration: none;
}
a:hover.lieferanten_active {
	background-position: -150px 0;
}
a.detailsuche {
	display: block;
	width: 150px;
	height: 41px;
	background: url(../img/button_detailsuche.jpg) 0 0 no-repeat;
	text-decoration: none;
}
a:hover.detailsuche {
	background-position: -300px 0;
}
a.detailsuche_active {
	display: block;
	width: 150px;
	height: 41px;
	background: url(../img/button_detailsuche.jpg) -150px 0 no-repeat;
	text-decoration: none;
}
a:hover.detailsuche_active {
	background-position: -150px 0;
}
form {
	margin: 0;
}
#search_box {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 261px;
	height: 30px;
	background: url(../img/search.jpg);
}
#search_box #s {
	float: left;
	padding: 0;
	margin: 8px 0 0 8px;
	border: 0;
	width: 218px;
	background: none;
	font: 0.9em Arial, Arial, Helvetica, sans-serif;
	color: #999999;
}
#search_box #go {
	float: right;
	margin: 0px 0px 0 0;
}


#navcontainer ul {
	list-style-type: none;
	text-align: left;
}
#navcontainer ul li {
	padding: 2px 0px 2px 0px;
}
#navcontainer ul li a {
	background: transparent url(../img/arrow.gif) left center no-repeat;
	padding-left: 15px;
	text-align: left;
	font: normal 0.9em Arial, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #666;
}
#navcontainer ul li a:hover {
	background: transparent url(../img/arrow_on.gif) left center no-repeat;
	color: black;
}
#navcontainer ul li a#current {
	background: transparent url(../img/arrow_down.gif) left center no-repeat;
	padding-left: 15px;
	text-align: left;
	font: normal 0.9em Arial, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #666;
}
#navcontainer search a{
	padding-left: 15px;
	text-align: left;
	font: normal 0.9em Arial, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #666;
}
#navcontainer search a:hover {
	color: black;
}
#navcontainer ul li ul {
	list-style-type: none;
	text-align: left;
	padding: 0px 0px 0px 10px;
	margin:0px;
}
#navcontainer ul li ul li {
	padding: 1px 0px 1px 0px;
}
#navcontainer ul li ul li a {
	background: transparent url(../img/bullet_on.gif) left center no-repeat;
	padding-left: 10px;
	text-align: left;
	font: normal 13px Arial, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: black;
}
#navcontainer ul li ul li a:hover {
	background: transparent url(../img/bullet.gif) left center no-repeat;
	color: #666;
}
#navcontainer ul li ul li a#current {
	background: transparent url(images/bullet.gif) left center no-repeat;
	color: black;
}
div#box_1 {
	width: 212px;
	background-image: url("../img/box_1_mid.jpg");
	background-repeat: repeat-y;
	margin: 0px 0px 10px 0px;
}
div#box_2 {
	width: 212px;
	background-image: url("../img/box_2_mid.jpg");
	background-repeat: repeat-y;
	margin: 0px 0px 10px 0px;
}
div#box_3 {
	width: 212px;
	background-image: url("../img/box_3_mid.jpg");
	background-repeat: repeat-y;
	margin: 0px 0px 10px 0px;
}
div#box_1_top {
	width: 212px;
	background-image: url("../img/box_1_top.jpg");
	background-repeat: no-repeat;
	background-position: top left;
}
div#box_2_top {
	width: 212px;
	background-image: url("../img/box_2_top.jpg");
	background-repeat: no-repeat;
	background-position: top left;
}
div#box_3_top {
	width: 212px;
	background-image: url("../img/box_3_top.jpg");
	background-repeat: no-repeat;
	background-position: top left;
}
div#box_1_top p {
	font: bold 13px Arial, Arial, Helvetica, sans-serif;
	color: #666699;
	padding: 5px 5px 2px 5px;
	line-height: 18px;
}
div#box_2_top p {
	font: bold 13px Arial, Arial, Helvetica, sans-serif;
	color: #00CC00;
	padding: 5px 5px 2px 5px;
	line-height: 18px;
}
div#box_3_top p {
	font: bold 13px Arial, Arial, Helvetica, sans-serif;
	color: #FF3300;
	padding: 5px 5px 2px 5px;
	line-height: 18px;
}
div#box_1_mid p, div#box_2_mid p, div#box_3_mid p {
	font: normal 13px Arial, Arial, Helvetica, sans-serif;
	color: #666666;
	padding: 0px 5px 0px 5px;
	margin: 0;
	line-height: 18px;
}
div#box_1_mid p a, div#box_2_mid p a, div#box_3_mid p a {
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
	line-height: 18px;
}
div#box_1_bottom {
	width: 212px;
	background-image: url("../img/box_1_bottom.jpg");
	background-repeat: no-repeat;
	background-position: bottom left;
	padding: 0px 0px 4px 0px;
	margin: 0;
}
div#box_2_bottom {
	width: 212px;
	background-image: url("../img/box_2_bottom.jpg");
	background-repeat: no-repeat;
	background-position: bottom left;
	padding: 0px 0px 4px 0px;
	margin: 0;
}
div#box_3_bottom {
	width: 212px;
	background-image: url("../img/box_3_bottom.jpg");
	background-repeat: no-repeat;
	background-position: bottom left;
	padding: 0px 0px 4px 0px;
	margin: 0;
}
div#box_1_mid, div#box_2_mid, div#box_3_mid {
	width: 212px;
}
div#right_boxes {
	text-align: left;
	width: 212px;
	padding: 6px 0px 10px 0px;
}
div#center h2 {
	font: normal 19px Arial, Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 25px;
}
div#center h3 {
	font: bold 15px Arial, Arial, Helvetica, sans-serif;
	color: #333333;	
	line-height: 21px;
}
div#center div.text h4 {
	font: bold 15px Arial, Arial, Helvetica, sans-serif;
	color: #0033CC;	
	line-height: 26px;
	padding-top:15px;
}
div#center div.text {
	font: normal 13px Arial, Arial, Helvetica, sans-serif;
	color: #666666;	
	line-height: 21px;
	padding-top:15px;
}
div#center div.text-low {
	font: normal 13px Arial, Arial, Helvetica, sans-serif;
	color: #666666;	
	line-height: 21px;
}
div#center div.text ul {
	color: #666666;
}
div#center div.text li {
	font: normal 13px Arial, Arial, Helvetica, sans-serif;
	color: #666666;	
	line-height: 21px;
	margin-left:15px;
	margin-top:5px;
	margin-bottom:5px;
	position:relative;
}
div#center_weit h2 {
	font: normal 19px Arial, Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 25px;
}
div#center_weit h3 {
	font: bold 15px Arial, Arial, Helvetica, sans-serif;
	color: #333333;	
	line-height: 21px;
}
div#center_weit div.text {
	font: normal 13px Arial, Arial, Helvetica, sans-serif;
	color: #666666;	
	line-height: 21px;
}
div#center_weit div.text-low {
	font: normal 13px Arial, Arial, Helvetica, sans-serif;
	color: #666666;	
	line-height: 21px;
}
div#center_weit div.text-dick {
	font: bold 15px Arial, Arial, Helvetica, sans-serif;
	color: #666666;	
	line-height: 21px;
}
div#center_weit .text {
	font: normal 13px Arial, Arial, Helvetica, sans-serif;
	color: #666666;	
	line-height: 21px;
}
div#center_weit div.text ul {
	color: #666666;
}
div#center_weit div.text ol {
	color: #666666;
}
div#center_weit div.text li {
	font: normal 13px Arial, Arial, Helvetica, sans-serif;
	color: #666666;	
	line-height: 21px;
	margin-left:15px;
	margin-top:5px;
	margin-bottom:5px;
	position:relative;
}
.clear {
	clear: left;
}
p#footer_text {
	text-align: center;
	padding: 2px 0px 0px 0px;
	font: normal 0.7em Arial, Arial, Helvetica, sans-serif;
	color: #666666;
}
div.sep {
	height: 10px;
	padding: 0;
	margin: 0px 0px 10px 0px;
	font-size: 0px;
	width: 710px;
	background-image: url(../img/dot.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	clear: both;
	display: block;
}
div.sep-2 {
	height: 10px;
	padding: 0;
	margin: 0px 0px 10px 0px;
	font-size: 0px;
	width: 490px;
	clear: both;
	display: block;
}

div.sep-x {
	height: 6px;
	padding: 0;
	margin: 0px 0px 6px 0px;
	font-size: 0px;
	width: 490px;
 	background-image: url(../img/dot.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	clear: both;
	display: block;
}

div.sep-3 {
  
	height: 10px;
	padding: 0px 20px 0px 20px;
	margin: 0px 0px 10px 0px;
	font-size: 0px;
	width: 880px;
	clear: both;
	display: block;
}
p.sep-4 {
	height: 10px;
	padding: 0px;
	margin: 0px;
	font-size: 0px;
	width: 880px;
	background-image: url(../img/dot.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	clear: both;
	display: block;
}

p.overview {
	width:710px;
	font: normal 0.7em Arial, Arial, Helvetica, sans-serif;
	color: #666666;
	margin: 5px 0px 0px 0px;
	padding-bottom:3px;
	background-image: url(../img/dot.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
}
p.overview a {
	text-decoration: none;
	color: #666666;
}
p.overview a:hover {
	text-decoration: underline;
	color: #666666;
}
div#center table {
	font-family:Arial, Arial, Helvetica, sans-serif;
	color:#666666;
	font: normal 13px Arial, Arial, Helvetica, sans-serif;	
	line-height: 21px;
	text-align:justify;
}
div#center_weit table {
	font-family:Arial, Arial, Helvetica, sans-serif;
	color:#666666;
	font: normal 13px Arial, Arial, Helvetica, sans-serif;	
	line-height: 21px;
	text-align:justify;
}
input.input_text {
	width:300px;
	border:1px solid #999999;
	padding:2px;color:#666666;
}
.button {
	border:1px solid #999999;
	color:#666666;
	margin-left:2px;
}
table.rad {
	border-collapse:collapse;
	font: normal 13px Arial, Arial, Helvetica, sans-serif;
	color:#666666;
}
tr.rad2 td {
	border:0;
	padding:5px 10px 5px 4px;
}
table.rad3 {
	border-collapse:collapse;
}
tr.rad4 td {
	border:0;
	padding:4px;
	font: normal 13px Arial, Arial, Helvetica, sans-serif;
	color:#666666;
}
table.rad {
	border-collapse:collapse;
	font: normal 13px Arial, Arial, Helvetica, sans-serif;
	color:#666666;
}
div.search_nav {
	font: normal 13px Arial, Arial, Helvetica, sans-serif;
	color: #333333;
	text-align:center;
	width:490px;
}
div.search_nav a {
	text-decoration:underline;
	color:blue;
	font-weight:bold;
}
div.suche_cat {
	font: italic 0.7em Arial, Arial, Helvetica, sans-serif;
	color: #666666;
}
div.suche_topic {
	font: bold 12px Arial, Arial, Helvetica, sans-serif;
	color: #666666;
	line-height:1.8em;
}
div.suche_text {
	font: 12px Arial, Arial, Helvetica, sans-serif;
	color: #666666;
}
p {
	font: normal 13px Arial, Arial, Helvetica, sans-serif;
	color: #666666;	
	line-height: 21px;
}
div.suche_text span {
	background-color:#FFFF66;
	color:#000000;
}
div.suche_topic a span {
	background-color:#FFFF66;
	color:#000000;
}
div.suche_topic a {
	color:#1055B4;
	text-decroation:underline;
}
img.preview {
	border-style:solid;
	border-width:1px;
	border-color:#666666;
	padding:2px;
	max-width:200px;
	margin-bottom:3px;
	}
img.preview_small {
	border-style:solid;
	border-width:1px;
	border-color:#666666;
	padding:2px;
	max-width:140px;
	width:140px;
	margin-bottom:3px;
	}
a.kat1 {
	color:#135CBB;
	font: normal 13px Arial, Arial, Helvetica, sans-serif;	
	line-height: 21px;
}
#center a {
	color:#135CBB;
	font: normal 13px Arial, Arial, Helvetica, sans-serif;	
	line-height: 21px;
}
#center_weit a {
	color:#135CBB;
	font: normal 13px Arial, Arial, Helvetica, sans-serif;	
	line-height: 21px;
}
#center_weit a.kat2 {
	color:#135CBB;
	font: normal 15px Arial, Arial, Helvetica, sans-serif;	
	line-height: 21px;
}
.preis_tab_th_br {
	border-right-style:solid;
	border-right-width:1px;
	border-right-color:#666666;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#666666;
	padding-left:2px;
	padding-right:2px;
	margin:0px;
}
.preis_tab_th_lb {
	border-left-style:solid;
	border-left-width:1px;
	border-left-color:#666666;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#666666;
	padding-left:2px;
	padding-right:2px;
	margin:0px;
}
.preis_tab_th_lbr {
	border-right-style:solid;
	border-right-width:1px;
	border-right-color:#666666;
	border-left-style:solid;
	border-left-width:1px;
	border-left-color:#666666;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#666666;
	padding-left:2px;
	padding-right:2px;
	margin:0px;
}
.preis_tab_td_or {
	border-right-style:solid;
	border-right-width:1px;
	border-right-color:#666666;
	border-top-style:solid;
	border-top-width:1px;
	border-top-color:#666666;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#666666;
	padding-left:2px;
	padding-right:2px;
	margin:0px;
}
.preis_tab_td_lo {
	border-left-style:solid;
	border-left-width:1px;
	border-left-color:#666666;
	border-top-style:solid;
	border-top-width:1px;
	border-top-color:#666666;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#666666;
	padding-left:2px;
	padding-right:2px;
	margin:0px;
}
.preis_tab_td_lor {
	border-right-style:solid;
	border-right-width:1px;
	border-right-color:#666666;
	border-top-style:solid;
	border-top-width:1px;
	border-top-color:#666666;
	border-left-style:solid;
	border-left-width:1px;
	border-left-color:#666666;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#666666;
	padding-left:2px;
	padding-right:2px;
	margin:0px;
}
.kalk-hilfe td {
	border-style:solid;
	border-width:1px;
	border-color:#666666;
	padding-left:2px;
	padding-right:2px;
}
.kalk-hilfe {
	border-style:solid;
	border-width:1px;
	border-color:#666666;
}
.kalk-hilfe-desc {
	background-color:#EFEFEF;
	font-weight:bold;
}
