﻿@import "Menu.css";
@import "Ordercart.css";
@import "Window.css";
@import "dialog.css";
@import "jquery.fancybox.css";

body {
	background-color: #f2f0ec;
	font-size: 62.5%;
}

input, select {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10px;
}

th, td 
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10px;
	line-height: 120%;
	color: #000000;
}

p
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	line-height: 18px;
	color: #000000;
}

p.StandardText {
	width: 500px;
	margin: 0px;
}

H1 
{
	font-family: Serif;
	font-size: 2.8em;
	font-weight: normal;
	padding: 0px;
	color: #737A84;
	margin: 25px 0px 10px 0px;
}

H2 
{
	font-family: Verdana;
	font-size: 1.4em;
	font-weight: bold;
	padding: 0px;
	margin: 20px 0px 0px 0px;
	color: #737A84;
}
	
H3
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 1.0em;
	font-weight: normal;
	padding: 0px;
	margin: 10px 0px 5px 0px;
	color: #333;
}

h5 {
	font: bold 14px arial;
	text-align: left;
	margin: 3px;
}

HR 
{
	width: 92%;
}

H4
{
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 1.0em;
    font-weight: normal;    
    font-style: italic;
}

div.Label {
	margin-top: 6px;
	margin-bottom: 2px;
	font: 10px verdana, arial;
}

DIV.container
{
	margin: 20px auto;
	position: relative;
	width: 750px;
	/*min-height: 450px;*/
	background-color: #fff;
}

DIV.footer
{
	background:#f2f0ec;
	clear:both;
}

DIV.footer a
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	line-height: 20px;
	color: #737A84;
}

DIV.footer img
{
	margin-top:7px;
	margin-right:7px;
}

DIV.flagcontainer 
{
	float:left;
}

DIV.loggedincontainer
{
	margin: 0px;
	position: relative;
	width: 750px;
}

DIV.content {
	font: 10px verdama, arial;
	background-color: #ffffff;
	padding: 10px 30px 20px 30px;
}

DIV.contentform
{
	background-color: #ffffff;
	padding: 10px 30px 20px 30px;
    text-align: left;
    
}

DIV.productthumb
{
    position: relative;
    z-index: 1;
}



DIV.productbig
{
    position: relative;
    z-index: 50;
}

TD.textcontent 
{
	width: 330px;
}

TD.inspiration
{
	width: 380px;
	border: 0;
	padding: 0px;
	/*padding-top: 55px;*/
}

TD.techdata
{
	padding-top: 25px;
	width: 380px;
}

TD.colors
{
	padding-top: 25px;
	width: 380px;	
}

.SmallColorImage {
	padding-right: 5px;
	padding-top: 3px;
}

.ColorPopup 
{
	position: relative;
	border: solid 1px gray;
	z-index: 1;
	background-color: #eeeeee;
	padding: 10px;
	font: 10px verdana;
}

.ColorPopup #CloseButton {
	text-align: right;
}

.ColorPopup #CloseButton a {
	text-decoration: none;
	color: #747b85;
}

TABLE.techdata 
{
	margin: 10px 0px 10px 0px;
}

TABLE.techdata th 
{
	background-color: #747B85;
	color: #ffffff;
	font-size: 1em;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	padding: 1px 5px 2px 5px;
	border-right: solid 1px #ffffff;
	border-bottom: solid 1px #ffffff;
}

TABLE.techdata td 
{
	background-color: #E3E7EA;
	color: #000000;
	font-size: 1em;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
	padding: 1px 5px 2px 5px;
	border-right: solid 1px #ffffff;
	border-bottom: solid 1px #ffffff;
	white-space: nowrap;
}

DIV.loggedincontainer
{
	width: 288px;
	height: 24px;
	float: right;
	margin: 0; padding: 0;
}

DIV.cartcontainer 
{
	margin: 0;
	display: inline;
	float: left;
	height: 22px;
	width: 160px;
	padding: 1px 0px 1px 2px;
}

DIV.loggedincontainer INPUT 
{
	margin: 0; padding: 0;
}

INPUT.lstCart
{
	display: inline;
	margin: 0; padding: 0;
	width: 155px;
}

INPUT.btnLogout 
{
	display: inline;
	margin-right: 4px;
}

INPUT.btnCart 
{
	display: inline;
	margin-right: 4px;
}

INPUT.btnLogin
{
	color: #737A84;
	border: solid 1px #737A84;
}

table.Chart {
	width: 400px;
	margin-top: 15px;
}

table.Chart th {
	text-align: left;
}

table.Chart td, table.Chart th {
	padding: 2px;
}

table.Chart td input.ArtNo {
	width: 95px;
}

table.Chart td input.Description {
	width: 191px;
}

table.Chart td input.Amount {
	width: 55px;
}

table.Chart td input.Comment {
	width: 328px;
}

table.Chart.Cart {
	background-color: #ffffef;
	width: 100%;
}

table.Registration {
	background-color: #f2f0ec;
	border: solid 10px #f2f0ec;
}

table.Registration td {
	padding: 3px;
	vertical-align: top;
}

table.Registration td input, table.Registration td textarea {
	margin-top: 3px;
}

div.AddNewRow {
	padding: 3px;
}

div.AddNewRow .Plus {
	vertical-align: middle;
}

div.AddNewRow .Link {
	text-decoration: none;
	color: Black;
}

div#LeftCompanyRegion {
	float: left;
	width: 450px;
	margin-right: 20px;
}

div#CompanyImageRegion {
	float: left;
	margin-top: 20px;
	padding-bottom: 20px;
}
div#LeftDistRegion {
	float: left;
	width: 400px;
	margin-right: 20px;
}

div#DistributorsImageRegion {
	float: left;
	margin-top: 20px;
	padding-bottom: 20px;
}
div#LeftContactRegion {
	float: left;
	width: 300px;
}

div#RightContactRegion {
	float: left;
	margin-top: 20px;
	padding-bottom: 20px;
	width: 450px;
}

div.ProduktIntro {
	background-image: url(../Images/produktintro.jpg);
	background-repeat: no-repeat;
	height: 400px;
}

.FloatContainer:after {
	content: ".";
	display: block;
	clear: both;
}

div.ColorContainer {
	width: 100%;
	overflow: hidden;
}

div.ColorContainer div.ColorDot {
	width: 60px;
	float: left;
	margin-bottom: 6px;
}

img.ProductgroupImage
{
	margin-left:10px;
	margin-right:-10px;	
}
a.pdflink
{
	color: #728084;	
}
h4.klickaheadline
{
    color:#737A84;
	margin-top: 0px;
}
div.linksection
{
    background:#eeeff0;
	padding: 8px;
	margin-top: 10px;
	line-height: 15px;
}
td.textcontent p
{
	padding-right:20px;	
}
table.product-image-table
{
    margin-top:5px;
}
table.product-image-table td
{
    background:url(/images/product-table-bg.gif) no-repeat;
}
table.product-image-table img
{
    border:0;
}
table#product-documents-table
{
    width:100%;
}
table#product-documents-table td
{
    padding-left:25px;
    background:url(/images/pdf.gif) no-repeat;
    height:25px;
    width:50%;
}
