* {
	font-family: Arial;
	font-size: 10pt;
	color: #000;
	padding: 0;
	margin: 0;
}

html { 
    overflow: -moz-scrollbars-vertical; 
}

body {
	background: url('../images/body_bg.jpg') repeat-x #FFF;
	margin-top: 15px;
	}

a	{
	border: 0;
	outline: 0;
	}

img {
	border: 0;
}

b, strong {
	color: #006fb0;
	text-transform: uppercase;
	}

ul	{
	padding-left: 18px;
	margin: 0;
	}

li	{
	padding: 0px 4px 12px 8px;
	list-style-image: url(../images/list_arrow.gif);
	margin-left: 20px;
	}

td img{
	border: 1px solid #006fb0;
	}

.clear {
	clear: both;
}

/* Page */

#page {
	position: relative;
	width: 936px;
	padding-bottom: 25px;
	margin: auto;
	background: url('../images/page_bg.gif') repeat-y #FFF;
}

/* Navi-Left (Top) */

#navi-left-head {
	position: absolute;
	z-index: 89;
	top: -16px;
	left: 0px;
	width: 249px;
	height: 16px;
	background: url('../images/navi-left-head.jpg') no-repeat;
}

#navi-left-top {
	position: absolute;
	z-index: 2;	
	top: 183px;
	left: 11px;
	width: 212px;
	height: 50px;
	background: none;
}

#mainlogo	{
	position: absolute;
	top: 20px;
	left: 30px;
	width: 172px;
	height: 82px;
	z-index: 3;
	margin-top: 25px;
}

#schnellsuche {
	position: absolute;
	bottom: 0;
	left: 13px;
	height: 37px;
	width: 172px;
	padding-top: 13px;
	padding-left: 13px;
}

#schnellsuche .text {
	float: left;
	border: 1px #c2c2c2 solid;
	background: url('../images/navi-left-input-bg.gif') repeat-x;
	height: 13px;
	padding: 3px;
	width: 113px;
	margin-right: 5px;
	color: #878787;
	font-size: 8pt;
}

#schnellsuche .button {
	float: left;
	background: url('../images/navi-left-input-bg2.gif') no-repeat;
	color: #FFF;
	border: 0;
	height: 21px;
	width: 30px;
	font-weight: bold;
	cursor: pointer;
	margin-top: 1px;
}

/* Navi-Left (Content) */
#navi-left-main {
	position: absolute;
	top: 0;
	left: 18px;
	width: 186px;
	padding-left: 4px;
	padding-right: 4px;
	height: 100%;
	background: url('../images/navi-left-main-bg.jpg') repeat-y;
}

#navi-left-foot {
	position: absolute;
	top: 0;
	left: 14px;
	height: 40px;
	width: 206px;
	background: url('../images/navi-left-foot.jpg') no-repeat;
}

#navi-spacer {
	width: 100%;
	height: 50px;
}

#navi-left-main a {
	display: block;
	height: auto;
	width: 151px;
	background: url('../images/submpinactive.gif') no-repeat #a9a9a9;
	color: #FFF;
	font-size: 9pt;
	text-decoration: none;
	padding-left: 35px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#navi-left-main a:hover {
	color: #fecb00;
}


#navi-left-main a.active,  #navi-left-main a.active:hover{
	background: url('../images/submpactive.gif') no-repeat #006fb0;
	color: #fecb00;
	font-weight: bold;
	border: 0;
	padding-left: 35px;
}


#navi-left-main a.sub {
	background:none;
	background-color:#a9a9a9;
	display: block;
	color: #FFF;
	font-size: 9pt;
	text-decoration: none;
	padding: 3px 0 6px 10px;  
	width: 177px;
	line-height: 12px;
}

#navi-left-main a.sub:hover {
	background-color:#a9a9a9;
	color: #fecb00;
}

#navi-left-main a.sub-active,  #navi-left-main a.sub-active:hover{
	background:none;
	background-color:#a9a9a9;
	display: block;
	color: #fecb00;
	font-weight: bold;
	font-size: 9pt;
	text-decoration: none;
	padding: 6px 0 6px 10px;  
	width: 177px;
	line-height: 12px;
}


#navi-left-main .seperator {
	height: 1px;
	font-size: 1pt;
	background: url('../images/seperator2.gif') right no-repeat;
}

#navi-zert {
	position: absolute;
	top: -60px;
	left: 70px;
}

/* Keyvisual & Top-Menu */

#keyvisual {
	width: 936px;
	height: 180px;
}

#topmenu {
	height: 53px;
	width: 726px;
	padding-left: 210px;
	background: #a9a9a9;
	margin-bottom: 0;
	background: url('../images/mainmenu.gif') left repeat-y #a9a9a9;
}

#topmenu .seperator {
	float: left;
	width: 1px;
	height: 53px;
	background: url('../images/seperator.gif') no-repeat;
}

#topmenu a {
	display: block;
	float: left;
	height: 33px;
	color: #FFF;
	font-size: 8pt;
	text-decoration: none;
	padding: 20px 15px 0 15px;
	background: #a9a9a9;
	text-transform: uppercase;
	white-space: nowrap;
}

#topmenu a:hover {
	color: #fecb00;
}

#topmenu a.active {
	color: #FFF;
	padding-top: 10px;
	background: url('../images/mpactive.gif') no-repeat center #006fb0;
	border-top: 10px #fecb00 solid;
}

#topmenu a.active:hover {
	color: #FFF;
}

#langs {
	position: absolute;
	z-index: 2;
	width: auto;
	float: right;
	right: 10px;;
	top: 197px;
}

#langs a {

}

/* Footer */
#footer {
	position:  absolute;
	bottom: -5px;
	left: 0;
	background: #006fb0;
	height: 20px;
	width: 666px;
	padding: 5px 20px 0 250px;
	color: #FFF;
	font-size: 8pt;
}

#footer a {
	color: #FFF;
	text-decoration: none;
	font-size: 8pt;
}

#footer a:hover {
	text-decoration: underline;
}

#footer-links {
	float: right;
	
	color: #FFF;
	font-size: 8pt;
}

/* Main-Layer */
#main-layer {
	min-height: 550px;
	position: relative;
	height: 100%;
	width: 716px;
	padding-left: 220px;
}

/* Content */
#content {
	padding: 30px 30px 15px 30px;
	white-space: normal;
}

.box-type1 {
	font-size: 9pt;
	padding-bottom: 15px;
	margin-bottom: 25px;
	line-height: 20px;
}

.headimg {
	margin-bottom:  10px;
}

.smae-link {
	padding-left: 14px;
	color: #006fb0;
	background: url(../images/arrow.gif) left no-repeat;
	font-weight: bold;
	font-size: 9pt;
	text-decoration: underline;
}

.productout_list {
	
}

.productout_item_left {
	float: left;
	background-color:#FFCCCC;
	width:150px;
}

.productout_item_right {
	float:left;
	background-color:#CCCCCC;
	padding:5px;
	width:150px;	
}

.lager_list {
	
}

.lager_item_part {
	float:left;
	background-color:#CCCCCC;
	padding:5px;
	margin:2px;
	width:130px;
}

.lager_item_desc {
	float:left;
	background-color:#CCCCCC;
	padding:5px;
	margin:2px;
	width:370px;
}

.lager_item_quantity {
	float:left;
	background-color:#CCCCCC;
	padding:5px;
	margin:2px;
	width:100px;
}

/* Produktbereich */

.productbox1{
	float: left;
	width: 200px;
	border: 1px solid #006fb0;
	margin: 25px 15px 0 0;
	}

.produktbild{
	background: #FFF;
	text-align: center;
	padding: 10px;
	height: 60px;
	}

.produkttext{
	background: #a9a9a9;
	}	

.produkttext a{
	display: block;
	height: 30px;
	padding: 13px 5px 10px 5px;
	text-align: center;
	text-decoration: none;
	font-size: 10px;
	}

.produkttext a:hover{
	color: #FFF;
	background: #006fb0;
	}

	

