@charset "utf-8";

/**
 * General Setup
 */

body
{
	margin:0;
	padding:0;
	font-family:HelveticaNeue, Helvetica, Arial, Geneva, sans-serif;
	font-size:12px;
	color:#333;
	background:#d8d8d8 url(../images/telenec/bg.jpg) center top repeat-y;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
label,
li,
td,
th,
input,
select,
textarea
{
	font-family:HelveticaNeue, Helvetica, Arial, Geneva, sans-serif;
}

/* for wysiwyg editor */
p {
	font-size:12px;
	color:#333;
}

img
{
	vertical-align:middle;
	border:0;
}

.content img[align="right"] {
	float:right;
	margin:0 0 2px 8px;
}

img.inline {
	float:right;
	margin-left:8px;
}

pre,
form
{
	margin:0;
	padding:0;
}

*:focus, 
*:active {
  outline:none;
}

.ajax-loading {
	width:16px;
	height:16px;
	background:url(../images/spinner.gif) no-repeat;
}

/**
 * Links
 */
 
a:link 
{ 
	color:#398ac5;
	text-decoration:underline;
}

a:visited
{  
	color:#066ab5;
	text-decoration:underline;
}

a:hover 
{
	color:#5dbbff;
	text-decoration:underline;
}

a:active 
{
	color:#5dbbff;
	text-decoration:none;
}

a[target="_blank"] {
	padding-right:14px;
	min-height:10px;
	background:url(../images/icon-external.gif) no-repeat right center;
}
*:first-child+html a[target="_blank"] {
	display:inline-block;
}

a[href$=".pdf"] {
	padding-right:12px;
	min-height:10px;
	background:url(../images/icon-pdf.gif) no-repeat right center;
}
*:first-child+html a[href$=".pdf"] {
	display:inline-block;
}

a img {
	text-decoration:none;
}

/**
 * Headlines
 */

h1 {
	margin-bottom:12px;
	font-size:32px;
	font-weight:normal;
	letter-spacing:-.02em;
	color:#086db6;
}

.content h2 + h1 {
	margin-top:4px;
}

h2 {
	clear:left;
	font-size:24px;
	font-weight:normal;
	letter-spacing:-.02em;
	color:#086db6;
}

h2.wide {
	margin-right:-275px;
}

h3 {
	font-family:"Arial Black", Arial, Helvetica, sans-serif;
	font-size:16px;
	font-style:normal;
	font-weight:bold;
	color:#666;
}
 
* > h1 {
	margin-top:0;
}

* + h1 {
	margin-top:12px;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
/*	margin-top:0 !important;
	padding-top:0 !important;*/
	border-top:none !important;
}

.b2b h1,
.b2b h2 {
	color:#3a3a3a;
}

/*h1 a,
h1 a:visited,
h2 a,
h2 a:visited,
h3 a,
h3 a:visited,
h4 a,
h4 a:visited,
h5 a,
h5 a:visited,
h6 a,
h6 a:visited {
	color:inherit !important;
}*/

/**
 * Lists
 */

ul,
ol {
	margin:14px 4px;
	padding:0;
}

li {
	margin:0 0 0 20px;
	padding:0;
}

ul li {
	margin:0 0 0 14px;
	list-style:square;
}

/**
 * Tables
 */

table {
	border-collapse:collapse;
	border-spacing:0;
}

td,
th {
	padding:2px 4px 2px 0;
	vertical-align:top;
	text-align:left;
}

th[scope="col"] {
	border-top:3px solid #ccc;
	border-bottom:2px solid #ccc;
}

th[scope="row"] {
	border-right:2px dotted #ccc;
}

td {
	border-top:1px solid #ccc;
}

tr:last-child td {
	border-bottom:5px solid #ccc;
}

.tbButtonWysiwygDefaultStyle td,
.tbButtonWysiwygDefaultStyle tr:last-child td {
	border:none;
}

/**
 * Forms
 */

form dl {
	float:left;
	margin-top:1em;
	width:100%;
}

form dt {
	clear:both;
	float:left;
	margin:0 0 1.5em 0;
	width:33%;
	text-align:right;
}

form dt label {
	display:block;
	padding:.125em 1em 0 0;
	color:#aaa;
	font-weight:normal;
}

form label.required {
	color:#777;
	font-weight:bold;
}

form dd {
	float:left;
	margin:0 0 1.5em 0;
	width:66%;
}

label.radio,
label.checkbox {
	margin-right:1em;
	white-space:nowrap;
}

input, 
select, 
textarea {
	padding:6px 3px 5px;
	margin:0 4px 4px 0;
	font-size:12px;
	color:#888;
	border:1px solid #ccc;
}

input:hover, 
select:hover, 
textarea:hover {
	color:#5dbbff;
	border-color:#5dbbff;
	background:#fff;
}

input:focus, 
select:focus, 
textarea:focus {
	color:#000;
	border-color:#398ac5;
	border-style:solid;
}

input.wide, 
select.wide, 
textarea.wide {
	width:90%;
}

button {
	padding:4px 12px 4px 10px;
	color:#777;
	font-weight:bold;
	border:1px solid #ccc;
	background:url(../images/telenec/button-bg.gif) center repeat-x;
}

*:first-child+html button {
	padding:1px;
}

button:hover {
	color:#5dbbff;
	border-style:outset;
	background-image:url(../images/telenec/button-hover.gif);
}

button:active {
	color:#aaa;
	border-style:inset;
	background-image:url(../images/telenec/button-active.gif);
}

.valid {
/*	background-color:#cfc;
	border-color:#0c0;
	border-style:solid;*/
}

.invalid {
	background-color:#fcc;
	border-color:#E2041A;
	border-style:solid;
}

.invalid-msg {
	margin:.5em 0;
	padding:.1em .5em;
	font-weight:bold;
	color:#fff;
	border:1px solid #E2041A;
	background:#E2041A;
}

.invalid-msg > .invalid-msg {
	margin-top:-.5em;
}

/**
 * General Layout
 */

.clear {
	clear:both;
}

.flash {
	z-index:1;
}

/**
 * Images in copytext
 */

.image_container 
{
	float:right;
	margin:auto auto .25em 1em;
}

.caption 
{
	padding:.25em .5em;
	font-size:.75em;
	background:#ccc;
}

/**
 * Wrapper
 */

#wrapper
{
	margin:0 auto;
	padding:0;
	width:808px;
}

/**
 * Header
 */
 
#header {
	/*position:relative;*/
	z-index:30;
	margin:0 -81px -65px;
	padding:10px 81px 0;
	width:808px;
	height:260px; /* header height 300 */
	background:url(../images/telenec/bg-header.jpg) 0 -26px no-repeat; /* header height center top */
}

#header a {
	background:none;
}

/**
 * Topmenu
 */

#secondmenu {
	margin:0 14px 10px;
	height:20px;
	font-size:11px;
	z-index:20;
}

#secondmenu > ul {
	margin:0;
	padding:0;
	float:right;
}

#secondmenu > ul > li {
	float:left;
	margin:0 10px 0 0;
	padding:0 10px 0 0;
/*	border-right:1px solid #aaa;*/
	list-style:none;
}

#secondmenu li.active {
	margin-top:-10px;
	margin-right:20px;
	padding:7px 0 0;
	border-top:3px solid #ccc;
}

#secondmenu > ul > li:last-child {
	margin:0;
	padding:0;
	border:none;
}

#secondmenu > ul > li > a {
	color:#666;
	text-decoration:none;
}

#secondmenu li.switcher > a {
	color:#000;
	font-weight:bold;
}
.b2b #secondmenu li.switcher > a {
	color:#398ac5;
}

#secondmenu a:hover {
	text-decoration:underline;
}
/*
#secondmenu li.dropdown {
	margin-right:18px;
	padding-right:14px;
	background:url(../images/telenec/arrow-down.png) no-repeat right 65%;
}
*/
#secondmenu div.dropdown {
	display:none;
	position:absolute;
	margin:-30px auto auto -30px;
	padding-left:30px;
	background:url(../images/telenec/dropdown-bg-left.png) bottom left no-repeat;
	z-index:21;
}
/* IE7 */
*:first-child+html #secondmenu div.dropdown {
	margin-top:-10px;
	margin-left:-100px;
}

/**
 * Logo
 */

#logo {
	/*position:absolute;*/
	margin:0 0 -14px; /* header height 0 */
	padding:0; /* header height 26px 0 0 */
	height:150px;
	z-index:5;
}

#logo * {
	/*margin:0 0 24px 0;*/
	padding:0;
}

/**
 * serach
 */

#search {
	float:right;
	margin:0 10px 4px 0;
	padding:0;
	height:25px;
	overflow:hidden;
}

#search > .before {
	float:left;
	margin:0;
	padding:0;
	width:5px;
	height:25px;
	background:transparent url(../images/telenec/search-left.png) left top no-repeat;
}

#search > .inside {
	float:left;
	overflow:hidden;
	margin:0;
	padding:5px 0 0;
	width:270px;
	height:25px;
	background:transparent url(../images/telenec/search-bg.png) top repeat-x;
	vertical-align:top;
}

#search > .after {
	float:left;
	margin:0;
	padding:0;
	width:5px;
	height:25px;
	background:transparent url(../images/telenec/search-right.png) right top no-repeat;
}

#search_query,
#search button {
	display:block;
	float:left;
	margin:0;
	padding:0 5px;
	border:none;
	font-size:11px;
}

#search_query {
	width:190px;
	height:20px;
	padding-top:3px;
}

#search button {
	width:70px;
	height:20px;
	border-left:1px solid #ccc;
}
	

/**
 * content
 */

#content {
	/*position:relative;
	top:100px;
	left:300px;*/
	z-index:1;
}

#content > .before {
	margin:0;
	padding:0;
	width:808px;
	height:8px;
	background:transparent url(../images/telenec/content-top.png) center bottom no-repeat;
}

#content > .inside {
	margin:0;
	padding:65px 334px 64px 82px; /* header height ? */
	width:392px; /*808px;*/
	min-height:300px;
	background:transparent url(../images/content-bg.png) repeat-y;
}

#content > .after {
	margin:0;
	padding:0;
	width:808px;
	height:12px;
	background:transparent url(../images/telenec/content-bottom.png) center top no-repeat;
}

/* ie7 correction 
#content h2:first-child {
	margin-top:84px;
}
*/

#content p {
	/*margin-bottom:22px;*/
	line-height:21px;
}

.small,
#content .small * {
	font-size:10px;
	line-height:14px;
	color:#999;
}

div.image {
	width:800px;
	height:200px;
	margin:0 0 0 -78px;
	background-position:center center;
	background-repeat:no-repeat;
}

div.image a {
	display:block;
	width:100%;
	height:100%;
	background:url(../images/telenec/content-image-shadow.jpg) no-repeat bottom center;
}

img.overlay {
	width:800px;
	height:200px;
}

/* comparison table boxes */

table.boxes,
table.boxes-backend {
	display:block;
	margin:0 -330px 22px -77px;
	width:798px;
}

table.boxes tr {
	background:#fff;
}

table.boxes td {
	padding:15px 25px 12px 30px;
	background:#eee url(../images/telenec/boxes-bg.gif) top repeat-x;
	border:1px solid #fff;
	border-right:none;
}

table.boxes td:last-child {
	border-right:1px solid #fff;
}

table.boxes td > *:first-child {
	margin-top:10px;
}

.cols2 td {
	width:50%;
}

.cols3 td {
	width:33%;
}

.cols4 td {
	width:25%;
}

.cols2 td.col2,
.cols2 td.col3 {
	display:none;
}

.cols3 td.col3 {
	display:none;
}

table.boxes .price {
	position:relative;
	float:right;
	margin:-15px -15px -5px 0;
}

/* info box */

div.box {
	float:right;
	clear:right;
	margin-right:-330px;
	width:256px;
	color:#666;
}
*:first-child+html .box {
	margin-left:78px;
}

div.box > .before {
	margin:0;
	padding:0;
	width:256px;
	height:8px;
	background:transparent url(../images/telenec/box-top.png) center bottom no-repeat;
}

div.box > .inside {
	margin:0;
	padding:12px 20px 12px 34px;
	width:202px;
	min-height:64px;
	background:transparent url(../images/telenec/box-bg.png) repeat-y;
}

div.box > .after {
	margin:0;
	padding:0;
	width:256px;
	height:8px;
	background:transparent url(../images/telenec/box-bottom.png) center top no-repeat;
}

div.box h1,
div.box h2,
div.box h3,
div.box h4 {
	font-family:"Arial Black", Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:bold;
}

/* price tag */

.price {
	/*position:absolute;*/
	clear:both;
	width:116px;
	height:116px;
	color:#fff;
	background:url(../images/telenec/pricetag.png) center center no-repeat;
}

.price .top,
.price .pricetag,
.price .bottom {
	clear:both;
	margin:0;
	width:100%;
	font-size:9px;
	text-align:center;
}

.price .top {
	margin-bottom:-2px;
	padding-top:20px;
}

.price .pricetag {
	margin:0 0 -8px 6px;
	line-height:48px;
	font-family:"Arial Black", Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:bold;
}

.pricetag .euro {
	font-size:48px;
	letter-spacing:-.07em;
}

.pricetag .separator {
	margin-left:4px;
	font-size:48px;
}

.pricetag .cent {
	position:relative;
	top:-20px;
	left:-12px;
	font-size:20px;
}

*:first-child+html .price .bottom {
	margin-top:10px;
}

/**
 * Breadcrumps
 */

#breadcrumps {
	margin:5px auto 50px;
	font-size:10px;
	color:#999;
}

#breadcrumps a {
	color:#999;
	text-decoration:none;
}

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

#breadcrumps ul {
	margin:0;
	padding:0;
}

#breadcrumps li {
	float:left;
	margin:0 7px 0 0;
	padding:0 18px 0 0;
	min-height:10px;
	list-style:none;
	background:url(../images/breadcrumps-arrow.png) no-repeat right center;
}

#breadcrumps li:last-child {
	background:none;
}

/**
 * Footer Column
 */

#footer {
	margin:200px auto 0;
	padding:30px 0;
	font-size:10px;
	text-align:center;
	color:#bbb;
	background:#fff url(../images/footer-bg.gif) top repeat-x;
}

*:first-child+html #footer .inside {
	margin:auto;
	width:400px;
}

#footer ul {
	display:table;
	margin:10px auto 25px;
}

#footer li {
	margin:0 25px;
	padding:0;
	float:left;
	list-style:none;
}

#footer h1,
#footer h2,
#footer h3, 
#footer p {
	margin:6px 0;
}

/**
 * Menu
 */

#menu {
	position:relative;
	/*position:relative;
	top:100px;
	left:300px;
	width:500px;*/
	margin:0 4px -73px;
	padding:0;
	width:800px;
	height:65px;
	z-index:10;
	background:#fff url(../images/telenec/menu-bg.gif) repeat-x center;
}
.b2b #menu {
	background-image:url(../images/telenec/b2b/menu-bg.gif);
}

#menu div.inside
{
	margin:0;
	padding:0;
	height:100%;
}

#menu a {
	display:block;
	width:100%;
	height:65px;
	font-weight:normal;
	text-decoration:none;
	color:#555;
}
.b2b #menu a {
	color:#ddd;
}

/* making the whole li-area clickable doesn't work this way for IE7 */
*:first-child+html #menu a {
	display:inline;
}

#menu ul ul a {
	height:100%;
}
/*
#menu ul ul a:visited {
	color:#ffd7d2;
}
*/
#menu ul {
	margin:0;
	padding:0;
}

#menu li {
	position:relative; 
	float:left; 
	margin:0;
	padding:0;
	width:198px;
	white-space:nowrap;
	line-height:65px;
	list-style:none;
	text-align:center;
	font-size:15px;
	border-left:1px solid #fff;
	border-right:1px solid #ddd;
	background:#fff url(../images/telenec/menu-bg.gif) repeat-x center;
}
.b2b #menu li {
	border-left-color:#222;
	border-right-color:#000;
	background-color:#000;
	background-image:url(../images/telenec/b2b/menu-bg.gif);
}


#menu li:first-child {
	border-left:none;
}

#menu li:first-child ul {
	margin-left:-1px;
	width:198px;
}

#menu li:last-child ul {
	width:200px;
}

#menu .inside > ul > li:last-child {
	width:199px;
	border-right:none;
}

#menu li.trail, 
#menu li.active {
	background:url(../images/telenec/menu-active.gif) bottom repeat-x;
	cursor:default;
}
.b2b #menu li.trail,
.b2b #menu li.active {
	background-image:url(../images/telenec/b2b/menu-active.gif);
}


#menu li ul {
	width:199px;
	display:none;  
	position:absolute; 
	margin:0 0 0 -2px;
	border-top:none;
	border-right:1px solid #ddd;
	border-left:1px solid #ddd;
	border-bottom:1px solid #ddd;
	background-color:#fff;
}
.b2b #menu li ul {
	border-right-color:#222;
	border-left-color:#222;
	border-bottom-color:#222;
}

#menu ul ul li {
	padding:6px 0 6px 24px;
	width:auto;
	float:none;
	text-align:left;
	line-height:28px;
	border:none;
	border-bottom:1px solid #eee;
}
.b2b #menu ul ul li {
	border-bottom-color:#333;
}

#menu ul ul a {
	font-size:12px;
}

/* IE7 needs some special adjustments */
*:first-child+html #menu ul ul {
	margin:0;
	left:-1px;
	top:65px;
}

#menu ul ul li.last {
	border:none;
}
#menu ul ul li.submenu > a {
	padding-right:16px;
	background:url(../images/telenec/menu-arrow-sub.gif) right center no-repeat;
}
.b2b #menu ul ul li.submenu > a {
	background-image:url(../images/telenec/b2b/menu-arrow-sub.gif);
}


/*
hide all :hover from IE Mac 
\*/

#menu li:hover {
	background:#fff url(../images/telenec/menu-hover.gif) repeat-x center;
}
.b2b #menu li:hover {
	background-image:url(../images/telenec/b2b/menu-hover.gif);
}


#menu li:hover > a {
	color:#5dbbff;
}
.b2b #menu li:hover > a {
	color:#fff;
}

#menu ul li:hover ul {
	display:block;
}

/*
end of hide from IE Mac
*/

/**
 * PAGE SPECIFIC STYLES
 */

/**
 * home
 */

div.home {
	margin:0 -330px -64px -78px;
}

#teaser {
	height:350px;
	margin:0 0 1px;
	background:#fff; /*#459ed4;*/
}

#teaser * {
	margin:0;
}

.homebox {
	position:relative;
	float:left;
	margin-right:1px;
	padding:0 25px;
	width:216px;
	height:260px;
	font-size:14px;
	background:#eee url(../images/telenec/boxes-bg.gif) top repeat-x;
	cursor:pointer;
}

*:first-child+html .homebox h2 {
	margin-top:25px;
}

.homeboxes {
	margin-right:-10px;
}

.homebox strong,
.homebox li span {
	font-family:"Arial Black", Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:bold;
}

.homebox ul {
	margin:0;
}

.homebox li {
	margin:0 0 10px 0;
	padding-left:20px;
	list-style:none;
	background:url(../images/home-arrow.png) 0px 6px no-repeat;
}

.homebox.b2b {
	color:#fff;
	background:#000 url(../images/telenec/b2b/homebox-bg.gif) top repeat-x;
}

.homebox.b2b h2 {
	color:#fff;
}

.homebox.b2b li {
	background-image:url(../images/telenec/b2b/home-arrow.png);
}

.homebox .price {
	position:absolute;
	right:6px;
	bottom:6px;
}

.home .news {
	padding:20px 25px;
	clear:both;
}

*:first-child+html .home .news {
	padding-top:10px;
}

.home .news h3,
.home .news p {
	display:inline;
	font-size:12px;
}

/**
 * news
 */

h4.date,
h5.date {
	margin-top:2em;
/*	padding-top:2em;*/
	margin-bottom:-1.2em;
	font-size:10px;
	color:#999;
/*	border-top:1px dotted #ddd;*/
}

h2 + h4.date {
	padding-top:0;
	border:none;
}

/* infobox news */

.news h4 {
	margin-bottom:0;
}
.news .icon {
	display:inline-block;
	margin:0 2px -4px 0;
}

.icon {
	margin:0;
	padding:0;
	width:16px;
	height:16px;
}
.icon span {
	display:none;
}
.icon.bademehr {
	background:url(../images/bademehr/bademehr-icon-16.png) no-repeat center;
}
.icon.swn {
	background:url(../images/swn/swn-icon-16.png) no-repeat center;
}
.icon.telenec {
	background:url(../images/telenec/telenec-icon-16.png) no-repeat center;
}

/**
 * map
 */

#map {
	float:left;
	width:100%;
	height:500px;
}

/**
 * search
 */

.results {
	margin:0;
	padding:0;
}

.results li,
.result {
	margin:0;
	padding:0;
	list-style:none;
	border-bottom:1px solid #ccc;
}

.results li:last-child,
.result:last-child {
	border-bottom:none;
}

/**
 * faq
 */

.faq h4 {
	font-size:12px;
	margin-top:18px;
	cursor:pointer;
}

.faq .keywords {
	display:none;
	font-size:10;
	font-style:italic;
	color:#999;
}

*:first-child+html #faq_query {
	margin:0 4px 0 0;
}

/**
 * jQuery lightBox plugin
 */

#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	height: 20px;
	float: left; 
	text-align: left;
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	float: right;
	padding-bottom: 0.7em;	
}
