@import url(content.css);
@import url(forms.css);

/*
Theme Name: KABELTRONIK Corporate Website
Theme URI: http://www.design-aspekt.com/
Version: 1.0
Author: Design Aspekt (Oliver Hilscher)
*/


/* Layout */

html {
	margin: 0;
	padding: 0;
}

body {
	margin: 20px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #515151;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	background-color: #fff;
	overflow: -moz-scrollbars-vertical;
}

#layout {
	position: relative;
	float: left;
	width: 960px;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	background: url(../pix/bg.gif) no-repeat 0 1px;
}


/* header */

#logo {
	padding: 0 0 35px 0;
}

* html #logo {
	padding: 0 0 36px 0;
}

*+html #logo {
	padding: 0 0 36px 0;
}

#logo a {
	outline: none;
}

#serviceBar {
	position: absolute;
	right: -18px;
	top: 2px;
	width: 720px;
	text-align: right;
	z-index: 20;
}

#searchContainer {
	float: right;
	margin-right: 15px;
}

#langSelect {
	float: right;
	margin: 2px 0 0 0;
	padding: 0;
}

#langSelect li {
	list-style-type: none;
	display: inline;
	float: left;
	margin: 0 9px 0 0;
	padding: 0 9px 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 11px;
	color: #aaa;
	text-transform: uppercase;
	border-right: 1px solid #aaa;
}

#langSelect li.last {
	border-style: none;
}

#langSelect li a {
	color: #aaa;
}
#langSelect .hi {
	font-weight: bold;
	color: #515151;
}

/* navigation */

#navigation {
	float: left;
	width: 220px;
	margin: 6px 20px 0 0;
}

#navigation div {
	margin-bottom: 20px;
}

#navigation h3 {
	margin: 0;
	padding: 0 0 0 5px;
	color: #fff;
	font-size: 12px;
	line-height: 21px;
}

#navigation h3 a {
	display: block;
	padding: 0 0 0 5px;
	color: #fff;
	font-size: 12px;
	line-height: 20px;
	text-decoration: none;
	background-color: #aaaaaa;
	border-left: 1px solid #fff;
}

#navigation h3 a.hi {
	background-color: #515151;
}

#navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#navigation li {
	margin: 0;
	padding: 5px 0 3px 10px;
	line-height: 12px;
	background: url(../pix/navi_list_bullet.gif) no-repeat;
	border-bottom: 1px solid #cdcdcd;
}

#navigation li a,
#navigation li a:link,
#navigation li a:active,
#navigation li a:visited {
	display: block;
	color: #787878;
	text-decoration: none;
	outline: none;
}

#navigation li a:hover {
	color: #515151;
	text-decoration: none;
}

#navigation li.hi,
#navigation li:hover,
#navigation li.over {
	background: url(../pix/navi_list_bullet_hi.gif) no-repeat;
	background-color: #e6e6e6;
}

#navigation li:hover,
#navigation li.over {
	cursor: pointer;
}

#navigation li.hi a {
	color: #515151;
	font-weight: bold;
}

#navigation li:hover a {
	color: #515151;
}

#navigation li.hi ul li {
	border: 0;
}

#navigation li.hi ul li a {
	font-weight: normal;
	color: #787878;
}

#navigation li.hi ul li.hi a,
#navigation li.hi ul a:hover {
	color: #515151;
}


#nav0 h3,
#nav-general h3 {
	background-color: #ffdd00;
}
#nav1 h3 {
	background-color: #00e14a;
}
#nav2 h3 {
	background-color: #ff3e6b;
}
#nav3 h3 {
	background-color: #00c0ff;
}
#nav-accessory h3 {
	background-color: #aaaaaa;
}

#nav0 li.hi,
#nav-general li.hi {
	border-bottom: 1px solid #ffdd00;
}
#nav1 li.hi {
	border-bottom: 1px solid #00e14a;
}
#nav2 li.hi {
	border-bottom: 1px solid #ff3e6b;
}
#nav3 li.hi {
	border-bottom: 1px solid #00c0ff;
}
#nav-accessory li.hi {
	border-bottom: 1px solid #aaaaaa;
}


/* content */

#contentHeader {
	float: left;
	width: 720px;
}

#topBar {
	float: left;
	width: 100%;
	height: 5px;
	margin-bottom: 1px;
	line-height: 1px;
}

#path {
	background-color: #515151;
	clear: both;
	color: #fff;
	float: left;
	font-size: 12px;
	line-height: 20px;
	padding: 0 10px;
	width: 700px;
}

#path div {
	background: url(../pix/breadcrumb.gif) no-repeat left center;
	float: left;
	white-space: nowrap;
	padding: 0 3px 0 10px;
	margin: 0 ;
}

* html #path div {
	display: inline;
	float: none;
}

#path a {
	color: #fff;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	text-decoration: none;
}

#content {
	float: left;
	width: 700px;
	padding: 18px 10px 20px 10px;
	background-color: #e6e6e6;
}

.descriptionElement {
	margin-top: 10px;
}


/* Standard-Formate */

div, p, img	{
	margin: 0;
	padding: 0;
	border: none;
}

p#intro {
	margin-bottom: 16px; /* line-height */
}

object {
	margin: 0;
	padding: 0;
}

.floatleft	{ float: left; }
.floatright { float: right; }
.clear		{ clear: both; }
.subtext	{ display: none; }
.noMargin	{ margin: 0 !important; }
.paddingTop	{ padding-top: 14px; }

#foot-nav {
	clear: both;
	margin: 0 0 20px;
	padding: 0 0 20px;
	text-align: center;
	width: 960px;
}

#foot-nav a {
	color: #787878 !important;
	text-decoration: none;
}

#foot-nav a:hover {
	text-decoration: underline;
}

/* fancyBox */

div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #666;
	display: none;
	z-index: 30;
}

* html div#fancy_overlay {
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

div#fancy_wrap {
	text-align: left;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('../pix/fancy_progress.png') no-repeat;
}

div#fancy_loading_overlay {
	position: absolute;
	background-color: #FFF;
	z-index: 30;
}

div#fancy_loading_icon {
	position: absolute;
	background: url('../pix/fancy_loading.gif') no-repeat;
	z-index: 35;
	width: 16px;
	height: 16px;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 18px 18px 33px 18px;
    margin: 0;
    overflow: hidden;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	border: 1px solid #BBB;
	background: #FFF;
}

div#fancy_content {
	margin: 0;
	z-index: 100;
	position: absolute;
}

div#fancy_div {
	background: #000;
	color: #FFF;
	height: 100%;
	width: 100%;
	z-index: 100;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0;
	padding: 0;
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url('../pix/fancy_closebox.png') top left no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}

a#fancy_left, a#fancy_right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	z-index: 111;
	display: none;
	background-image: url(data:image/gif;base64,AAAA);
	outline: none;
}

a#fancy_left {
	left: 0px;
}

a#fancy_right {
	right: 0px;
}

span.fancy_ico {
	position: absolute;
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 112;
	cursor: pointer;
	display: block;
}

span#fancy_left_ico {
	left: -9999px;
	background: transparent url('../pix/fancy_left.png') no-repeat;
}

span#fancy_right_ico {
	right: -9999px;
	background: transparent url('../pix/fancy_right.png') no-repeat;
}

a#fancy_left:hover {
  visibility: visible;
}

a#fancy_right:hover {
  visibility: visible;
}

a#fancy_left:hover span {
	left: 20px;
}

a#fancy_right:hover span {
	right: 20px;
}

.fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

div#fancy_bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}

div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}

div.fancy_bg_n {
	top: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('../pix/fancy_shadow_n.png') repeat-x;
}

div.fancy_bg_ne {
	top: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('fancy_shadow_ne.png') no-repeat;
}

div.fancy_bg_e {
	right: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('../pix/fancy_shadow_e.png') repeat-y;
}

div.fancy_bg_se {
	bottom: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('../pix/fancy_shadow_se.png') no-repeat;
}

div.fancy_bg_s {
	bottom: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('../pix/fancy_shadow_s.png') repeat-x;
}

div.fancy_bg_sw {
	bottom: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('../pix/fancy_shadow_sw.png') no-repeat;
}

div.fancy_bg_w {
	left: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('../pix/fancy_shadow_w.png') repeat-y;
}

div.fancy_bg_nw {
	top: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('../pix/fancy_shadow_nw.png') no-repeat;
}

div#fancy_title {
	position: absolute;
	bottom: -33px;
	left: 0;
	width: 100%;
	z-index: 100;
	display: none;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 3px;
}

div#fancy_title table {
	width: auto;
	margin: 0 auto;
}

div#fancy_title table td {
	padding: 0;
	vertical-align: middle;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url(../pix/fancy_title_left.png) repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url(../pix/fancy_title_main.png) repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url(../pix/fancy_title_right.png) repeat-x;
}
