/* -------------------------------------------------------------- 
  
   reset.css
   * Resets default browser CSS.
   
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

body { 
  line-height: 18px; 
  background-color: #bfc0c1;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }


/* -------------------------------------------------------------- 
   * Sets up some sensible default typography.
-------------------------------------------------------------- */

/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
body { 
  font-size: 75%;
  color: #fff;
  background: #bfc1c2;
  font-family: Arial, Helvetica, sans-serif;
}


/* Global Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #111; }

h1 { 
	font-size: 16px; 
	line-height: 18px; 
	margin: 24px; 
	color: #fff; 
	font-weight: bold; 
}
h2 { 
	font-size:18px; 
	margin: 24px;
	color: #fff; 
	font-weight:normal;
	line-height: 22px;
	letter-spacing:0.3px;
}
h3 {
	font-size:12px;
	font-weight:bold;
	margin: 18px 24px;
	color:#fff;
}

h4 {
	font-size:11px;
	font-weight:normal;
	margin: 18px 24px;
	color:#fff;
}


/* Global Text elements
-------------------------------------------------------------- */

p           { font-size:13px;line-height:18px;margin:0 24px 20px;}
p img       { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

a,
a:link,
a:visited,
a:active    { color: #feba04; text-decoration: underline; }

a:focus, 
a:hover     { color: #FFE900;}


blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong, .Fettschrift { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre,code    { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; } 


/* Global Lists
-------------------------------------------------------------- */

li ul, 
li ol       { margin:0 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 1.5em; }
.NavMain ul { margin: 0 0 0 13px; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}


/* Global Tables
-------------------------------------------------------------- */

table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; background: #C3D9FF; }
th,td       { padding: 4px 10px 4px 5px; }
tr.even td  { background: #E5ECF9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }


/* Misc classes
-------------------------------------------------------------- */

.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }

/* -------------------------------------------------------------- 
   * Sets up some default styling for forms
   * Gives you classes to enhance your forms
   
   Usage:
   * For text fields, use class .title or .text   
-------------------------------------------------------------- */

label       { font-weight: bold; }
fieldset    { padding:1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc; }
legend      { font-weight: bold; font-size:1.2em; }


/* Form fields
-------------------------------------------------------------- */

input.text, input.title,
textarea, select {
  margin:0;
  border:1px solid #bbb;
}

input.text:focus, input.title:focus,
textarea:focus, select:focus {
  border:1px solid #666;
}
.tx-thmailformplus-pi1 table td {
  vertical-align: top;
}
.submitbtn img {
  margin:0 !important;
}
input.text, 
input.title   { width: 300px; padding:5px; }
input.title   { font-size:1.5em; }
textarea      { width: 390px; height: 250px; padding:5px; }


/* Success, notice and error boxes
-------------------------------------------------------------- */

.error,
.notice, 
.success    { padding: .8em; margin-bottom: 1em; border: 2px solid #ddd; }

.error      { background: #FBE3E4; color: #8a1f11; border-color: #FBC2C4; }
.notice     { background: #FFF6BF; color: #514721; border-color: #FFD324; }
.success    { background: #E6EFC2; color: #264409; border-color: #C6D880; }
.error a    { color: #8a1f11; }
.notice a   { color: #514721; }
.success a  { color: #264409; }


/* Container
-------------------------------------------------------------- */

/* A container should group all your columns. */
.container {
  width: 959px;
  margin: 0 auto;
}

/* Use this class on any div.span / container to see the grid. */
.showgrid { 
  background: url(src/grid.png); 
}

/* Body margin for a sensile default look. */
body {
  margin: 0 auto;	
}

/* Misc classes and elements
-------------------------------------------------------------- */

/* Use a .box to create a padded box inside a column.  */ 
.box { 
  padding: 1.5em; 
  margin-bottom: 1.5em; 
  background: #E5ECF9; 
}

/* Use this to create a horizontal ruler across a column. */
hr {
  background: #ddd; 
  color: #ddd;
  clear: both; 
  float: none; 
  width: 100%; 
  height: .1em;
  margin: 0 0 1.45em;
  border: none; 
}
hr.space {
  background: #fff;
  color: #fff;
}
.hrSpacer hr {
  width: 600px;
  margin-left: 20px;
}

/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */

.clearfix:after, .container:after {
	content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
.clearfix, .container {display: inline-block;}
* html .clearfix,
* html .container {height: 1%;}
.clearfix, .container {display: block;}

/* Regular clearing
   apply to column that should drop below previous ones. */

.clear { clear:both; }


/* Costum Layout Styles
-------------------------------------------------------------- */
body {background:#667a97;}

#pc {margin:0 auto;width:960px;}
#hd {background:url("../gfx/bgHeader.png") no-repeat scroll left top transparent;float:left;height:114px;margin:12px auto 0;padding:2px 10px 7px 1px;width:950px;}
#mainLogo {float:left;}
.rightPic {float:right;margin:9px 7px 0 0;}
/* Nav-Bar */
#navbar {background:#2b3036;width:100%;border-top:1px solid #5d6873;height:35px;clear:both;}
#navbar ul#nav {margin:0;}
#navbar ul#nav li {float:left;list-style:none;margin-left:2px;}
#navbar ul#nav li a,
#navbar ul#nav li a:link,
#navbar ul#nav li a:visited {text-decoration:none;color:#C2C4D3;display:block;font-size:11px;height:30px;line-height:13px;padding:5px 10px 0;text-align:center;width:80px;}
#navbar ul#nav li.act a,
#navbar ul#nav li a:hover {background:none repeat scroll 0 0 #1C1F23;border-bottom:1px solid #22262B;border-top:1px solid #22262B;height:29px;padding-top:4px;}
#navbar ul#nav li a:hover {text-decoration:underline;}

#lang {float:right;line-height:12px;margin-right:10px;padding-top:5px;text-align:right;}
#lang ul {margin:0;}
#lang ul li {margin:0;padding:0;list-style:none;}
#lang a,
#lang a:link,
#lang a:visited {color:#c2c4d3;}
#lang a:hover {text-decoration:underline;}
/* Breadcrumb & Top-Links */
#brdc {width:950px;float:left;padding-right:10px;}
#brdc .lc {color:#2B3036;float:left;font-size:11px;font-weight:bold;padding-left:10px;}
#brdc .lc a,
#brdc .lc a:link,
#brdc .lc a:visited {color:#2b3036}
#brdc .rc {float:right;color:#fff;padding-right:10px;}
#brdc .rc a,
#brdc .rc a:link,
#brdc .rc a:visited {color:#fff;}
/* Page-Middle-Container (bg&shadow) */
#page {background:url("../gfx/bgPage.png") repeat-y scroll left top transparent;display:block;float:left;width:100%;margin-top:3px;}
#page #pt {background:url("../gfx/bgPageTop.png") no-repeat scroll left top transparent;float:left;width:100%;}
#page #pb {background:url("../gfx/bgPageBottom.png") no-repeat scroll left bottom transparent;float:left;width:100%;}
/* Page-LeftCol */
#page .lc {display:block;float:left;width:240px;margin-left:1px;}
#page .lc h2 {margin-right:20px;margin-left:20px;}
#page .lc ul#subnav  {margin-left:20px;margin-top:25px;}
#page .lc ul#subnav li {list-style:none;margin:0;}
#page .lc ul#subnav li a {font-weight:bold;color:#2b3036;text-decoration:none;}
#page .lc ul#subnav li ul {margin-bottom: 14px;margin-left:14px;}
#page .lc ul#subnav li a.act {color:#EEAD03;}
/* -- Content -- */
#page #content {display:block;float:left;margin-left:1px;min-height:736px;padding:0 25px 15px 16px;width:676px;}
ul {margin:0 24px 10px;}
li {margin-left:15px;}
li ul {margin-left:0;}
/* Footer */
#ft {float:left;font-size:10px;margin-top:5px;padding-right:10px;text-align:right;width:952px;padding-bottom:30px;}

.c10l,.c20l,.c25l,.c30l,.c33l,.c38l,.c40l,.c45l,.c50l,.c55l,.c60l,.c62l,.c66l,.c70l,.c75l,.c80l,.c90l{float:left;margin-bottom:10px;}.c10r,.c20r,.c25r,.c30r,.c33r,.c38r,.c40r,.c45r,.c50r,.c55r,.c60r,.c62r,.c66r,.c70r,.c75r,.c80r,.c90r{float:right;margin-left:-5px;margin-bottom:10px;}.c10l,.c10r{width:10%;}.c20l,.c20r{width:20%;}.c25l,.c25r{width:25%;}.c30l,.c30r{width:30%;}.c33l,.c33r{width:33.33%;}.c38l,.c38r{width:38%;}.c40l,.c40r{width:40%;}.c45l,.c45r{width:45%;}.c50l,.c50r{width:50%;}.c55l,.c55r{width:55%;}.c60l,.c60r{width:60%;}.c62l,.c62r{width:62%;}.c66l,.c66r{width:66.66%;}.c70l,.c70r{width:70%;}.c75l,.c75r{width:75%;}.c80l,.c80r{width:80%;}.c90l,.c90r{width:90%;}

/* Typo3 */
.tx-indexedsearch {
	margin: 24px;
}
.tx-indexedsearch p {margin:0;}
.tx-indexedsearch legend span {
	display: none;
}
.tx-indexedsearch .res-tmpl-css {border-bottom:1px solid #FFFFFF;clear:both;margin-bottom:20px;padding-bottom:10px;}
.tx-indexedsearch .result-count-tmpl-css, .tx-indexedsearch .percent-tmpl-css {margin-top:0;}

/* Formhandler */
div.Tx-Formhandler {margin-left:24px;}
div.Tx-Formhandler fieldset {border:none;padding:0;}
div.Tx-Formhandler .fherrors {margin-bottom:20px;}
div.Tx-Formhandler .fherror {margin-left:5px;color:#FF5754;}
div.Tx-Formhandler fieldset  label {float:left; width:150px;}
div.Tx-Formhandler fieldset  input[type=text] {float:left;background-color:#F9F9F9;border:1px solid #AFAFAF;color:#000000;width:300px;margin-bottom:5px}
div.Tx-Formhandler fieldset  input[type=checkbox] {float:left;margin-bottom:5px}
div.Tx-Formhandler fieldset  textarea {float:left;background-color:#F9F9F9;border:1px solid #AFAFAF;color:#000000;width:290px;margin-bottom:5px;}
div.Tx-Formhandler fieldset  select {float:left;margin-bottom:5px}
div.Tx-Formhandler fieldset p {margin:0 0 10px 0;}
div.Tx-Formhandler fieldset .submits {margin-left:150px;}
div.Tx-Formhandler fieldset .reqInfo {margin-left:150px;margin-top:10px;}
div.Tx-Formhandler fieldset .callme {margin-left:150px;}
div.Tx-Formhandler fieldset .fh_is_error input,
div.Tx-Formhandler fieldset .fh_is_error textarea,
div.Tx-Formhandler fieldset .fh_is_error select {background:#ffff99;border:1px dashed #ff0000;}
/* Formhandler-Captcha */
div.Tx-Formhandler fieldset div.row.captcha {margin-top:10px;margin-bottom:10px;}
div.Tx-Formhandler fieldset div.row.captcha img {float:left;}
div.Tx-Formhandler fieldset #captcha {height:16px;margin-left:5px;padding:4px;width:60px;}

.tx-thmailformplus-pi1 {
	margin:30px;
}

p.error_Title, ul.error_List {
  margin-left:0;
}
.error_Title {
  color:red;
  font-weight:bold;
  margin-bottom:7px;
}
.news-list-date,
.news-single-timedata {
	margin: 0 0 10px 30px;
	color: #919191;
	}
.news-list-morelink {
	margin-right: 30px;
	text-align:right;
	}

.news-latest-container h1 img {
	margin: 0px;
}

.news-list-item {
	margin-bottom: 30px;
	}

.tx-ttnews-browsebox {
	padding: 30px;
	}

.tx-ttnews-browsebox strong,
.tx-ttnews-browsebox span,
.tx-ttnews-browsebox a {
	padding: 5px;
	}

.tx-ttnews-browsebox span.tx-ttnews-browsebox-strong {
	padding: 0px;
	}

.news-list-item h1 {
	margin-top: 60px;
}

.news-search-box input {
	vertical-align: middle;
}

#newssearch {
	width: 300px;
	height: 17px;
}

.news-amenu-container {
	padding: 30px 30px 0;
	}

.tx-indexedsearch-searchbox input.tx-indexedsearch-searchbox-button {
	width: 75px ! important;
}

.tx-indexedsearch-form label,
.tx-indexedsearch-form input {
	vertical-align: middle;
}
.tx-indexedsearch-form #tx-indexedsearch-searchbox-sword {
	height:18px;
	}

.tx-indexedsearch-form label {
	padding-top: 3px;
}

.tx-indexedsearch-search-for {
	padding-top: 5px;
}
.news-latest-container h1 a img {
	vertical-align: top;
}

div.csc-textpic-intext-left div.csc-textpic-imagewrap, 
div.csc-textpic-intext-left-nowrap div.csc-textpic-imagewrap {
	margin-right: 10px !important; 
}
div.csc-textpic-intext-right div.csc-textpic-imagewrap, 
div.csc-textpic-intext-right-nowrap div.csc-textpic-imagewrap {
	margin-left: 10px !important;
}
#page #content li.csc-textpic-image {list-style:none;}



div.centerbox {text-align:center;}
div.indent {margin-left:30px;}

div.pagePic {text-align:center;margin-top:80px;}

.tpText {float:left;width:600px;}
.tpPic {float:left;}
.tpPic a img {border:1px solid #FFCC33;}

.vcard {margin-left:24px;margin-bottom:24px;}
.vcard .fn.org {font-size:14px;font-weight:bold;}

/* TextColors */
#page #content span.lightyellow {color:#ffff99}
#page #content span.yellow {color:#feba04}
#page #content span.lightgreen {color:#99ff99}
#page #content span.green {color:#00FF35}
/* TextStyles */
#page #content span.noWrap {white-space:nowrap;}

/* Table Styles */
table.listtable1 {margin-bottom:20px;}
table.listtable1 th {background:none;color:#000066;}
table.listtable1 td {padding-left:5px;color:#000;border-bottom:1px solid #3E4F68;vertical-align:top;padding-right:5px;}
table.listtable1 .tab1 {font-weight:bold;background:#99aec5;}
table.listtable1 .tab2 {background:#bdcadc;}
table.listtable1 .tab3 {background:#b5d7f8;}

table.listtable2 {margin-bottom:20px;}
table.listtable2 th {background:none;color:#000066;}
table.listtable2 td {padding-left:5px;color:#000;border-bottom:1px solid #3E4F68;vertical-align:top;padding-right:5px;}
table.listtable2 .tab1 {font-weight:bold;background:#99AEA3;width:20%;}
table.listtable2 .tab2 {background:#C7CAB8;}
table.listtable2 .tab3 {background:#CFE1D7;text-align:center;width:26%;}

table.listtable3 {margin-bottom:20px;border-left:1px solid #C9C9C9;border-right:1px solid #C9C9C9;border-top:1px solid #C9C9C9;}
table.listtable3 th {background:none;color:#000066;}
table.listtable3 td {padding-left:5px;color:#fff;border-bottom:1px solid #C9C9C9;vertical-align:top;padding-right:5px;height:70px;}
table.listtable3 .tab1 {background:#fff;width:25%;text-align:center;vertical-align:middle;}
table.listtable3 .tab2 {}
table.listtable3 .tab3 {width:20%;color:#ffcc00;}

table.listtable4 {margin-bottom:20px;border:1px solid #000;}
table.listtable4 th {background:none;color:#000066;}
table.listtable4 td {background:#fff;padding-left:5px;color:#000;vertical-align:top;padding-right:5px;height:70px;}
table.listtable4 tr.odd,
table.listtable4 tr.odd td {background:#ebebec;}
table.listtable4 .tab1 {width:20%;vertical-align:top;font-weight:bold;font-size:16px;padding-top:12px;letter-spacing:-0.2px;}
table.listtable4 .tab1 .small {line-height:16px;font-size:14px;}
table.listtable4 .tab2 {font-size:11px;padding-top:12px;line-height:14px;}
table.listtable4 .tab2 strong {font-size:14px;}
table.listtable4 .tab2.nsm {font-size:14px;}
table.listtable4 .tab2.nsm .small {font-size:11px;line-height:12px;}
table.listtable4 .tab2.npad {padding-top:5px;}
table.listtable4 .tab3 {width:237px;padding-top:12px;}

.tx-knetgmproducts-pi1 table.productlist {margin-bottom:20px;}
.tx-knetgmproducts-pi1 table.productlist tr {}
.tx-knetgmproducts-pi1 table.productlist tr th {background:none;color:#fff;}
.tx-knetgmproducts-pi1 table.productlist tr td {color:#000;border-bottom:1px solid #3E4F68;vertical-align:top;empty-cells:show;}
.tx-knetgmproducts-pi1 table.productlist tr td .addInfo {margin-top:10px;}
.tx-knetgmproducts-pi1 table.productlist tr.tblRow1,
.tx-knetgmproducts-pi1 table.productlist tr.tblRow1 td {background-color:#99aec5;}
.tx-knetgmproducts-pi1 table.productlist tr.tblRow2,
.tx-knetgmproducts-pi1 table.productlist tr.tblRow2 td {background-color:#bdcadc;}
.tx-knetgmproducts-pi1 table.productlist tr td a {color:#71531A;}
.tx-knetgmproducts-pi1 table.productlist tr .cas {width:100px;}
.tx-knetgmproducts-pi1 table.productlist.fm tr .pname {}
.tx-knetgmproducts-pi1 table.productlist.fm tr .pdesc {width:225px}
.tx-knetgmproducts-pi1 table.productlist.fm tr .pcat {width:125px}
