/* ------------------------------------------------
KL Werkzeugmaschinen
screen stylesheet
(c) 2008 lizapx.de
lizapx media design
------------------------------------------------ */

* {
	margin: 0;
	padding: 0;
	border: 0;
}

/* ------------------------------------------------
body
------------------------------------------------ */

body {
	background: url(../pics/bg.gif);
	font-family: Arial, Helvetica, Tahoma, Verdana;
	color: #222;
	font-size: 12px;
	padding-left: 26px;
}

/* ------------------------------------------------
header
------------------------------------------------ */

#header {
	overflow: hidden;
	width: 850px;
	height: 149px;
}

/* ------------------------------------------------
logo
------------------------------------------------ */

#logo {
	width: 204px;
	float: left;
	position: absolute;
}

#logo_green {
	width: 208px;
	float: left;
	position: absolute;
}

/* ------------------------------------------------
info
------------------------------------------------ */

#info {
	float: right;
	width: 850px;
	text-align: right;
	position: absolute;
	overflow: hidden;
	font-size: 11px;
	padding-top: 15px;
	z-index: 3;
}

#info ul {
	list-style-type: none;
}

#info ul li {
	float: right;
	padding-left: 10px;
}

#info ul li a {
	color: #333;
}

/* ------------------------------------------------
navi kl werkzeugmaschinen
------------------------------------------------ */

#navi {
	float: right;
	padding-top: 126px;
	position: relative;
	z-index: 2;
}

#navi ul {
	list-style-type: none;
}

#navi ul li {
	float: left;
	display: block;
	background-color: #fff;
	margin-left: 3px;
	padding: 5px 5px 3px 5px;
}

#navi ul li a {
	text-decoration: none;
	color: #000;
	font-weight: bold;
	display: block;
}

#navi ul li:hover {
	background-color: #006ab2;
}

#navi ul li:hover a {
	color: #fff;
}

#navi ul li.green {
	background-color: #8bb428;
}

#navi ul li.green a {
	color: #fff;
}

#navi ul li.aktiv {
	background-color: #006ab2;
}

#navi ul li.aktiv a {
	color: #fff;
}

/* ------------------------------------------------
navi kl messtechnik
------------------------------------------------ */
#navi_green {
	float: right;
	padding-top: 126px;
	position: relative;
	z-index: 2;
}

#navi_green ul {
	list-style-type: none;
}

#navi_green ul li {
	float: left;
	display: block;
	background-color: #fff;
	padding: 5px 5px 3px 5px;
	margin-left: 3px;
}

#navi_green ul li a {
	text-decoration: none;
	color: #000;
	font-weight: bold;
	display: block;
}

#navi_green ul li:hover {
	background-color: #8bb428;
}

#navi_green ul li:hover a {
	color: #fff;
}

#navi_green ul li.blue {
	background-color: #006ab2;
}

#navi_green ul li.blue a {
	color: #fff;
}

#navi_green ul li.mtec {
	background: url(../pics/bg_navi_mtec2.gif) no-repeat 5px 0 #fff;
	padding-left: 30px;
}

#navi_green ul li.mtec:hover {
	background: url(../pics/bg_navi_mtec.gif) no-repeat 5px 0 #8bb428;
	padding-left: 30px;
}

#navi_green ul li.aktiv {
	background-color: #8bb428;
}

#navi_green ul li.aktiv a {
	color: #fff;
}

/* ------------------------------------------------
teaser
------------------------------------------------ */

#teaser {
	width: 850px;
	height: 170px;
	background-color: #006ab2;
}

#teaser_green {
	width: 850px;
	height: 170px;
	background-color: #8bb428;
}

/* ------------------------------------------------
line
------------------------------------------------ */

#line {
	background-color: #006ab2;
	width: 850px;
	height: 7px;
}

#line_green {
	background-color: #8bb428;
	width: 850px;
	height: 7px;
}

/* ------------------------------------------------
content
------------------------------------------------ */

#content {
	width: 850px;
	background-color: #fff;
	overflow: hidden;
}

#content .left {
	width: 540px;
	text-align: left;
	float: left;
	overflow: hidden;
	padding: 25px 15px 25px 25px;
}

#content .left p {
	padding-bottom: 15px;
}

#content .left a {
	color: #006ab2;
	padding: 0 1px;
	text-align: left;
}

#content .left a:hover {
	background-color: #006ab2;
	color: #fff;
	text-decoration: none;
}

#content .left li {
	list-style-type: square;
	margin-left: 16px;
	font-weight: bold;
	padding-top: 3px;
}

#content .right {
	width: 230px;
	text-align: left;
	float: left;
	overflow: hidden;
	padding: 25px 25px 25px 15px;
}

#content .right .logos {
	text-align: center;
	clear: both;
	padding-bottom: 20px;
}

#content .right p {
	text-align: left;
	padding-bottom: 15px;
}

#content .right a {
	color: #006ab2;
	padding: 0 1px;
	text-align: left;
}

#content .right a:hover {
	background-color: #006ab2;
	color: #fff;
	text-decoration: none;
}

#content .right a.big_link {
	font-size: 22px;
	font-weight: bold;
}

/* ------------------------------------------------
footer
------------------------------------------------ */

#footer {
	font-size: 11px;
	width: 850px;
	padding-top: 5px;
	padding-bottom: 30px;
}

/* ------------------------------------------------
headlines
------------------------------------------------ */

h1 {
	font-size: 20px;
	padding-bottom: 15px;
}

h2 {
	font-size: 16px;
	text-align: left;
	padding-bottom: 15px;
}

h2 img {
	height: 12px;
}

h3 {
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 7px;
}

/* ------------------------------------------------
articles
------------------------------------------------ */

.articles {
	background-color: #eee;
	margin-bottom: 4px;
	padding: 10px;
}

.articles .img {
	padding-right: 15px;
}

.articles .img img {
	width: 100px;
}

.articles .desc {
	width: 350px;
	vertical-align: top;
}

.articles .sale {
	width: 50px;
	color: #c00444;
	font-weight: bold;
	vertical-align: top;
	padding-top: 2px;
}

.articles h1 {
	font-size: 14px;
	padding-bottom: 3px !important;
}

.articles .desc a {
	color: #006ab2;
	padding: 0 1px;
}

.articles .desc a:hover {
	background-color: #006ab2;
	color: #fff;
	text-decoration: none;
}

.articles .desc p {
	padding-bottom: 10px;
}

/* ------------------------------------------------
articles_recent
------------------------------------------------ */

.articles_recent {

}

.articles_recent .article {
	background-color: #eee;
	margin-bottom: 4px;
	padding: 7px;
	clear: both;
	overflow: hidden;
}

.articles_recent .article a {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #000 !important;
}

.articles_recent .article a:hover {
	color: #006ab2 !important;
	background-color: #eee !important;
}

.articles_recent .article p {
	font-size: 11px;
	padding-bottom: 0 !important;
}

.articles_recent .article img {
	width: 60px;
	margin-right: 7px;
	float: left;
}

/* ------------------------------------------------
machinesbox
------------------------------------------------ */

#machinesbox {
	width: 800px;
	background-color: #fff;
	overflow: hidden;
	padding: 25px;
	text-align: left;
}

#machinesbox a.button {
	background-color: #006ab2;
	padding: 3px 7px;
	color: #fff;
	text-decoration: none;
	border: 2px solid #005e9e;
	font-weight: bold;
}

#machinesbox ul {
	padding-top: ;
}

#machinesbox ul p {
	margin-left: -20px;
	padding-top: 20px;
}

#machinesbox li {
	list-style-type: square;
	margin-left: 25px;
	padding-bottom: 5px;
}

#machinesbox .description {
	padding-bottom: 10px;
}

#machinesbox .description p {
	padding-bottom: 10px;
}

#machinesbox .machineimg {
	float: right;
	padding-left: 25px;
}

#machinesbox .machineimg img {
	width: 300px;
}

#machinesbox .machineimg a:hover img {
	background-color: #fff !important;
}

#machinesbox .machineimg a {
	color: #006ab2;
	padding: 0 1px;
	text-align: left;
}

#machinesbox .machineimg a:hover {
	background-color: #006ab2;
	color: #fff;
	text-decoration: none;
}

#machinesbox .machineimgs {
	float: left;
	width: 350px;
	height: 300px;
	margin-right: 4px;
	margin-bottom: 4px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #ddd;
	overflow: hidden;
	text-align: center;
}

#machinesbox .machineimgs img {
}

#machinesbox .logos {
	float: left;
	width: 210px;
	height: 80px;
	margin-top: 15px;
}

.logos a:hover {
	background-color: #fff !important;
}

#machinesbox .logos a:hover {
	background-color: #fff;
}

#machinesbox a {
	color: #006ab2;
	padding: 0 1px;
}

#machinesbox a:hover {
	background-color: #006ab2;
	text-decoration: none;
	color: #fff;
}

/* ------------------------------------------------
machine
------------------------------------------------ */

#machinesbox h1 {
	padding-bottom: 0 !important;
}

#machinesbox h2 {
	font-size: 16px;
	color: #005e9e;
}

#machinesbox h3 {
	font-size: 14px;
	font-weight: bold;
}

/* ------------------------------------------------
google maps
------------------------------------------------ */

#map {
	width: 540px;
	height: 400px;
	border: 4px solid #ddd;
}

#map h3 {
	font-size: 14px;
	padding-bottom: 6px !important;
	font-weight: bold;
}

#map input {
	border: 1px solid #ddd;
	font-size: 12px;
}

#map input.button {
	background-color: #8bb428;
	border: 2px solid #7ea71b;
	color: #fff;
	margin-top: 6px;
	padding: 1px 3px;
	font-size: 11px;
}

/* ------------------------------------------------
formular
------------------------------------------------ */

#form-exhibitor * {
	padding:0px;
	margin:0px;
}

#form-exhibitor {
	margin:0px;
	padding:0px;
	background-color:#fff;
	color:#222;
}

#form-exhibitor fieldset {
	padding: 10px 10px 15px 10px;
	border: 1px solid #006ab2;
	margin-bottom: 15px;
}

#form-exhibitor legend {
	color: #00426f;
	padding: 0 7px;
	font-weight: bold;
	font-size: 13px;
}


#form-exhibitor p {
	margin:0;
	font-weight:bold;
}

#form-exhibitor .element {
	display:block;
	clear:both;
	overflow: hidden;
}

#form-exhibitor label {
	display:block;
	float:left;
	padding-top: 2px;
	margin: 3px 0;
	width:170px;
	height: 15px;
}

#form-exhibitor label.checkbox {
	width:282px;
	border-left:2px solid #fff;
	border-right:none;
}

#form-exhibitor label.checkboxinner {
	width:250px;
	border-left:2px solid #fff;
	border-right:none;
}

#form-exhibitor input, 
#form-exhibitor select, 
#form-exhibitor textarea {
	float:left;
	margin: 3px 0;
	font-size:1em;
	width:250px;
	border:1px solid #d3e0e8;
}

#form-exhibitor input:focus, #form-exhibitor input:hover,
#form-exhibitor select:focus, #form-exhibitor select:hover, 
#form-exhibitor textarea:focus, #form-exhibitor textarea:focus {
	background-color: #eff4f7;
 	border:  1px solid #d6e0e7;

}

#form-exhibitor input.text {
	height: 17px;
}

#form-exhibitor input.textshort {
	width:30px;
}

#form-exhibitor input.textshortdisabled {
	display:none;
	float:none;
	width:50px;
	border:none;
}

#form-exhibitor input.checkbox {
	width:120px;
	padding:0;
	border:none;
}

#form-exhibitor input.checkboxinner {
	width:30px;
	padding:0;
	margin:0 0 0 170px;
	border:none;
}

#form-exhibitor input.submit { 
	margin: 10px 0 0 170px;
	width: 150px;
	height: 20px;
	background-color:#006ab2;
	border: 2px solid #005e9e;
	color:#fff;
	font-weight: bold;
	font-size: 12px;
	text-align:center;
	cursor:pointer;
}

#form-exhibitor input.submit:hover { 
	background-color:#006ab2;
	color:#fff;
}

#form-exhibitor label.textarea, 
#form-exhibitor textarea.textarea {
	height:96px;
}

#form-exhibitor-thanks {
	display:block;
	color:#666;
	font-size:1.2em;
}

.el_left {
	display:block;
	float:left;
	padding:0px;
	width:50%;
	border-bottom:1px solid black;
}

.el_right {
	display:block;
	width:50%;
	float:right;
	border-bottom:1px solid black;	
}

.el_left_place {
	padding-top:30pt;
	margin-top:30pt;
	padding-bottom:10pt;
	height:30pt;
	width:50%;
	border-bottom:1px solid black;
}

.el_right_stamp {
	padding-top:30pt;
	margin-top:30pt;
	height:30pt;
	width:50%;
	border-bottom:1px solid black;
}

.justforprint h2 {
	font-size:9pt;
	padding-top:20pt;
	orphans:5;
}

div.onearticle  {
	font-size:6pt; 
	line-height:130%;
	padding:1em 0;
} 

.noprintpage { display:none; }

.onearticle ul {
	list-style-image: none;
	list-style-position: inside;
}

.onearticle li {
	list-style-image: none;
	list-style-position: inside;	
}

.justprintnewpage {
	page-break-before:always;
}

/* =Hoverbox Code 
----------------------------------------------------------------------*/ 

.hoverbox 
{ 
   list-style: none;
overflow: hidden;
padding-bottom: 300px;

} 

.hoverbox a 
{ 
   cursor: default; 
} 

.hoverbox a .preview 
{ 
   display: none;
} 

.hoverbox a:hover .preview 
{ 
   display: block; 
   position: absolute; 
   top: 0;
   left: 0; 
   z-index: 1;
border-right: 30px solid #fff;
border-bottom: 10px solid #fff;
} 

.hoverbox img 
{ 
   vertical-align: top; 
   width: 300px; 
   height: 200px;
}

.hoverbox p {
	padding: 5px;
	background-color: #ddd;
	display: block;
	width: 290px;
	margin-left: 1px;
	margin-bottom: 20px;
}

.hoverbox .preview 
{ 
   width: 600px; 
   height: 400px;
} 

/* =Internet Explorer Fixes 
----------------------------------------------------------------------*/ 

.hoverbox a 
{ 
   position: relative; 
} 

.hoverbox a:hover 
{ 
   z-index: 1; 
} 

.hoverbox a:hover .preview 
{ 
   top: -200px;
} 

.hoverbox li 
{ 
   position: static; 
}