/* === Consic Site CSS === */


/* --- Allgemeine Deklarationen --- */

body {
  color: #505050;
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  text-align: left;
  width: 912px;
  margin: 0 auto 0 auto;
  padding: 0;
  background-color: #F5F5F5;
}

td, th, ul, li, input, textarea {
  color: #505050;
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
}

/* --- Content-Bereich --- */

a {
  color: #4799C5;
	text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a.image:hover {
  text-decoration: none;
  background-color: #FFFFFF;
}

p {
  margin: .5em 0 1em 0;
  line-height: 1.2em;
}

h1 {
  font-family: Cambria, Georgia, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 18pt;
  margin: 0 0 .5em 0;
}

h2 {
  font-family: Cambria, Georgia, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 16pt;
  margin: 1em 0 .5em 0;
}

h3 {
  font-size: 10pt;
  font-weight: bold;
  margin: 1.3em 0 .5em 0;
}

table {
  border: none;
  empty-cells: show;
  border-collapse: collapse;
  border-spacing: 0;
  margin-left: 0.5px;   /* Thanks, Gecko :-( */
}

th {
  border: solid 1px #505050;
  font-weight: bold;
  background-color: #F6F6F6;
  background-color: #E6F0F7;
  padding: 4px;
	text-align: left;
}

td {
  border: solid 1px #505050;
  padding: 4px;
  text-align: left;
  vertical-align: top;
}

td.middle {
	vertical-align: middle;
}

hr {
  height: 1px;
  border: none;
  color: #505050;
  background-color: #505050;
}

hr.bright {
  color: #DEDEDE;
  background-color: #DEDEDE;
}

hr.sep {
	display: none;
}


ul {
	margin: .3em 0 .3em 3ex;
	padding: 0;
	text-indent: 0
}

li {
  list-style-type: disc;
  margin: .3em 0 .3em 0;
  padding: 0;
}

ul.Compact li {
  margin: 0;
}

img {
  border: none;
}

img.bordered {
  border: solid 1px #505050;
}

.hazy {
  font-size: 80%;
  color: #888888;
}

p.missing {
	color: #C80000;
	border: solid #C80000;
	border-width: 0 0 0 26px;
	padding: 0 0 0 4px;
	margin: 2px 0 2px 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
}

.footlink {
  font-size: 7.5pt;
}

.footlink hr {
  margin: 2em 0 0 0;
}

.nowrap {
	white-space: nowrap;
}

.red {
	color: #C80000;
}

.arrow {
	font-family: "Lucida Sans Unicode", Arial, sans-serif;
}

p.nomargin {
  margin: 0px;
}

.price {
	font-size: 16pt;
	color: #275F7C;
	margin: 0 .2em 0 .2em;
}

.small {
	font-size: 80%
}

.newred {
	font-weight: bold;
	color: #FF0000;
}

table.noborder {
  border-style: none;
}

table.noborder td {
  border-style: none;
  padding: 0px;
}


table.noinnerborders {
  border-style: none;
}

table.noinnerborders tr {
	border: solid 1px #505050;
}

table.noinnerborders tr.product {
	background-color: #F6F6F6;
}

table.noinnerborders tr.gap {
	background-color: transparent;
	height: 6px;
	border: none;
}

table.noinnerborders tr.gap td {
	padding: 0;
}

table.noinnerborders td {
  border: solid #505050;
  border-width: 1px 0 1px 0;
  padding: 6px 4px 6px 4px;
}

table.noinnerborders td.number {
	vertical-align: middle;
	font-size: 80%;
	color: #888888;
	width: 20px;
}

table.noinnerborders td.icon {
	vertical-align: middle;
	text-align: center;
	width: 44px;
	padding: 0;
}

table.noinnerborders td p {
	margin: .2em 0 0 0;
}


table.noinnerborders td h3 {
	margin-top: 0;
}


table.inputs {
  border: none;
}

table.inputs td {
  border-style: none;
  padding: 0px 8px 8px 0px;
}

table.inputs td.middle {
  vertical-align: middle;
}

input[type=text], input[type=password],
select,
textarea {
  border: solid 1px #505050;
  background-color: #F6F6F6;
  color: #000000;
}

input[type=checkbox] {
	border: none;
  background-color: white;
  color: #505050;
}


input[type=submit] {
	width: 8em;
	height: 25px;
	overflow: visible;
}

form {
	margin: 0;
	padding: 0;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.fullwidth {
	width: 100%;
}

div.Products {border: solid 1px #C0C0C0; background-color: #F6F6F6; margin: 4px 0 10px 0; padding: 4px 4px 4px 4px}
div.Products table.noborder td.Terms {width: 200px; padding: 0}
div.Products table.noborder td.Text {width: 286px}
div.Products table.noborder td.Icon {width: 50px; padding-top: 4px}
div.Products table.noborder td p {margin: 0 0 .5em 0}
div.Products table.noborder td h3 {font-size: 12pt; margin: 0 0 .5em 0; padding: 0}
div.Products table.noborder td h3 a {color: #505050}
div.Products table.noborder td h3 a:hover {color: #4799C5}
div.Products img.Icon {float:right; margin: 4px 0 2em 1em}


/* --- Druck-Kopf (NviPrinthead) --- */

div#Printhead {
  visibility: hidden;
  display: none;
}

div#Printhead img {
  width: 43mm;
  height: 8.7mm;
  float: right;
}

/* --- DIVs --- */

div#Main {
	width: 914px;
	min-height: 1200px;
	background-color: white;
	border: solid #C0C0C0;
	border-width: 0 1px 1px 1px;
  float: left;
	background-image: url('img/bg-blue.png');
	background-repeat: repeat-y;
	margin: 0 0 24px 0;
}

div#Common {
	width: 188px;
	height: 165px;
	padding: 35px 0 0 14px;
	color: #505050;
	font-size: 7.5pt;
	float: left;
}

div#Common a {
	color: #505050;
	padding: 0 2px 0 2px;
	font-weight: normal;
}

div#Common a:hover {
	text-decoration: none;
	background-color: white;
	color: #505050;
}

div#Common p {
	margin: 24px 0 0 2px;
	font-size: 10pt;
}

div#Splash {
	width: 530px;
	height: 200px;
	background-image: url('img/splash.jpg');
	background-repeat: no-repeat;
	float: left;
	margin: 0 1px 0 4px;
}

div#Logo {
	width: 177px;
	height: 200px;
	background-color: white;
	background-repeat: no-repeat;
	background-image: url('img/logo.png');
	background-position: 30px 20px;
	float: left;
	background-position: 1px 20px;
}

div#Logo a {
	display: block;
	width: 115px;
	height: 24px;
	margin: 20px 0 0 30px;
}

div#DivNavi {
	float: right;
	height: 39px;
	background-color: white;
}

div#DivNavi a {
	float: left;
	display: block;
	width: 174px;
	height: 31px;
	background-image: url('img/button-off.png');
	background-repeat: no-repeat;
	font-size: 11pt;
	font-weight: bold;
	text-align: center;
	margin: 3px 0 0 4px;
	padding: 6px 0 0 0;
	color: white;
}

div#DivNavi a#NviProduct {
	margin-left: 0;
}


div#DivNavi a:hover {
	background-image: url('img/button-on.png');
	color: #3A3A3A;
	text-decoration: none;
}

div.ClearRight {
	clear: right;
}

div#NviLeft {
	clear: right;
	float: left;
	display: block;
	width: 202px;
}

div#NviLeft a {
	display: block;
	width: 180px;
	height: 21px;
	margin: 0 0 5px 5px;
	padding: 4px 0 0 12px;
	font-weight: bold;
	color: #505050;
	background-image: url('img/button-white.png');
}

div#NviLeft a:hover {
	text-decoration: none;
	background-image: url('img/button-on-bg.png');
	color: #3A3A3A;
}

div#NviLeft div.Level2 a {
	width: 156px;
	padding: 4px 0 0 36px;
}

div#NviLeft div.Level3 a {
	width: 132px;
	padding: 4px 0 0 60px;
}

div#Body {
	display: block;
	float: left;
	width: 500px;
	margin: 36px 0 36px 18px;
}

div#Info {
	float: left;
	width: 164px;
	padding: 0 5px 5px 5px;
	margin: 0 0 0 20px;
}

div#Info h3 {
	display: block;
	font-weight: bold;
	padding: 3px 3px 0px 8px;
	margin: 10px 0 0 0;
}

div#Info p {
	display: block;
	background-color: white;
	padding: 8px 3px 8px 8px;
	margin: 8px 0 0 0;
}

div#Info p.NoMargin {
	margin: 0;
	padding: 0 3px 8px 8px;
}


div#Info p a {
  color: #505050;
  text-decoration: none;
	font-weight: normal;
}

div#Info p a:hover {
  color: #4799C5;
}

