﻿@charset "utf-8"; 
/* CSS Document */

body div#main div#content ul,
body div#main div#content ol {
	margin-left:0;
}

/* Haupübersicht */

body div#main div#content.overview {
	padding-left:0;
	padding-right:0;
	width:738px;
}

body div#main div#content.overview h1 {
	text-align:center;
}

body div#main div#content.overview ul {
	list-style-type:none;
}

body div#main div#content.overview ul.centered {
	text-align:center;
}

body div#main div#content.overview ul li {
	display:inline;
	margin-left:65px;
	padding:0;
}

body div#main div#content.overview ul li img {
	margin-bottom:30px;
}

body div#main div#content.overview ul.centered li {
	margin-left:32px;
	margin-right:32px;
}

/* Produkte allgemein */

body div#main div#content div#beispiel {
	position:relative;
	float:left;
	clear:left;
	width:200px;
	overflow:visible;
}

body div#main div#content div#beispiel img.beispiel {
	float:left;
  clear:left;
	position:relative;
	left:-35px;
}

body div#main div#content div#beispiel img.beispiel.notopspace {
	top:-45px;
	margin-bottom:-45px;
}

body div#main div#content div#beispiel img.skizze{
	margin-top:2em;
}

body div#main div#content div#beispiel img.download_vorlage {
	margin-top:2em;
}

body div#main div#content div#detail {	
	background:url(../../layout/products_border_top.gif) bottom left no-repeat;
	margin-left:200px;
  padding-bottom:3em;
  padding-top:0em;
}

body div#main div#content div#tabletop {
background:url(../../layout/products_border_top.gif) bottom left no-repeat;
	margin-left:200px;
  height:auto;
  margin-bottom:-40px;
  margin-top:-30px;
  padding-bottom:1.5em;
}

body div#main div#content div#productstop {
background:url(../../layout/products_border_top.gif) bottom left no-repeat;
	margin-left:200px;
  height:auto;
  margin-bottom:0px;
  margin-top:-30px;
  padding-bottom:1.5em;
}

body div#main div#content div#detail ul {		
	position:relative;
	margin-left:2.5em;
}

body div#main div#content div#detail h2 {		
	margin-top:2em;
	margin-bottom:2em;
}

body div#main div#content div.table_foot {			
	background:url(../../layout/products_border_bottom.gif) top left no-repeat;
	width:437px;
	padding-top:20px;
	margin-left:200px;
}

/* Buchrückenkalkulator */

body div#main div#content div#detail form#calcform fieldset label {
	clear:both;
	float:left;
	width:200px;
}

body div#main div#content div#detail form#calcform input, 
body div#main div#content div#detail form#calcform fieldset input,
body div#main div#content div#detail form#calcform fieldset select {
	width:150px;
	background:#FFFFFF;
	border:1px solid #434242;
	color:#434242;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
}

body div#main div#content div#detail form#calcform input {
	font-weight:bold;
}

body div#main div#content div#detail form#calcform fieldset input,
body div#main div#content div#detail form#calcform fieldset select {
	float:left;
	font-weight:normal;
}

body div#main div#content div#detail form#calcform p span#erg {
	font-weight:bold;
  color:blue;
  font-size:150%;
}

body div#main div#content div#detail form#calcform p#err {
	font-weight:bold;
	color:#FF0000;
}

body div#main div#content div#detail form#calcform p#err a {
	color:#FF0000;
}

/* Produkttabelle */ 

body div#main div#content.products_table {
  
}

body div#main div#content.products_table ul.breadcrumb {
	background:#ffffff;
	font-weight:normal;
	list-style:none;
	list-style-type:none;
	display:block;
	margin-left:200px;
	margin-top:5.6em;
/* position:relative;*/
	background:url(../../layout/products_breadcrumb_ul.gif) top left no-repeat;
}

body div#main div#content.products_table ul.breadcrumb.nocap {
	margin-top:-1.2em;
}

body div#main div#content.products_table ul.breadcrumb li {
	padding:0 15px 0 10px;
	display:inline;
	background:url(../../layout/products_breadcrumb_ul_li.gif) right no-repeat;
}

body div#main div#content.products_table ul.breadcrumb li.first a {
  text-decoration:underline;
}

body div#main div#content.products_table ul.breadcrumb li a {
	text-decoration:underline;
}

body div#main div#content.products_table ul.breadcrumb li a.small {
	line-height:3em;
}

body div#main div#content.products_table ul.breadcrumb li.active {
	background:none;
}

body div#main div#content.products_table ul.breadcrumb li.active a {
	text-decoration:none;
}

body div#main div#content.products_table ul.breadcrumb li table.products {	
	width:437px;	
	border:1px solid #d5d5d5;
	border-bottom:none;
}

body div#main div#content.products_table ul.breadcrumb li table.products caption span {	
	text-align:left;
	border-left:1px solid #d5d5d5;
	border-right:1px solid #d5d5d5;
	background:#f2f2f2;
	width:415px;
	display:block;
	position:absolute;
	margin-top:-8em;
	padding:0px 10px 11px 10px;
}

body div#main div#content.products_table ul.breadcrumb.nocap li table.products caption span {	
	display:none;
}

body div#main div#content.products_table ul.breadcrumb.nocap li table.products caption {	
	display:none;
}

body div#main div#content.products_table ul.breadcrumb li table.products tr.table_head {			
	background:#fecc00;	
}

body div#main div#content.products_table ul.breadcrumb li table.products tr.table_head th {			
	padding:3px 0 3px 0;
}

body div#main div#content.products_table ul.breadcrumb li table.products tr.table_subhead {
	background:#90a2a5;
	color:white;
}

body div#main div#content.products_table ul.breadcrumb li table.products tr.table_subhead th {			
	padding:3px 0 3px 0;
}

body div#main div#content.products_table ul.breadcrumb li table.products tr td {			
	text-align:center;	
}

body div#main div#content.products_table ul.breadcrumb li table.products tr a {
	text-decoration:none;
	display:block;
	background:none;
}

body div#main div#content.products_table ul.breadcrumb li table.products tr td.preise br {
	display:none;
}

body div#main div#content.products_table ul.breadcrumb li table.products tr a:hover,
body div#main div#content.products_table ul.breadcrumb li table.products tr a:focus {
	background:#333333;
	color:#ffffff;
}

body div#main div#content.products_table ul.breadcrumb li table.products tr.table_even {			
	background:#fff;	
}

body div#main div#content.products_table ul.breadcrumb li table.products tr.table_even td,
body div#main div#content.products_table ul.breadcrumb li table.products tr.table_odd td {			
	font-size:0.8em;
	white-space:nowrap;
	line-height:2em;
	vertical-align:middle;
}

body div#main div#content.products_table ul.breadcrumb li table.products tr.table_even td.ende,
body div#main div#content.products_table ul.breadcrumb li table.products tr.table_odd td.ende {			
	line-height:normal;
	padding:2px 0 2px 0;
}

body div#main div#content.products_table ul.breadcrumb li table.products tr.table_odd {			
	background:#f2f2f3;
}

body div#main div#content.products_table ul.breadcrumb li table.products tr td.table_border_right {
	border-right:1px solid #90A2A5;
}

body div#main div#content.products_table div.table_foot {
	margin-left:0;
}

/* Subübersicht */

div.clearli
{
clear: left;
height: 0;
margin: 0;
padding: 0;
font-size: 0;
}

body div#main div#content div.products_overview {
	width:435px;	
	border:1px solid #d5d5d5;
	border-bottom:none;
	border-top:none;
	margin-left:200px;
}

body div#main div#content div.products_overview span {
	display:block;
	padding-left:10px;
	padding:0 0 10px 10px;
	background:#f2f2f2;
	font-weight:bold;	
}

body div#main div#content div.products_overview ul.breadcrumb {
  display:block;
	font-weight:normal;
	list-style:none;
	list-style-type:none;
	
	padding:5px 0 10px 5px;
}

body div#main div#content div.products_overview ul.breadcrumb li {
  display:block;
	display:inline;	
	padding:0 0 0 5px;
}

body div#main div#content div.products_overview ul.breadcrumb a {
	background:url(../../layout/products_breadcrumb_ul_li.gif) 0px 5px no-repeat;
	padding:0 0 0 10px;
	text-decoration:underline;
}

body div#main div#content div.products_overview ul.breadcrumb li.first a {
	background:none;
	padding:0;
  text-decoration:underline;
}

body div#main div#content div.products_overview ul.breadcrumb li.active a {
	text-decoration:none;
}

body div#main div#content div.products_overview ul.breadcrumb br {
	clear:both;
}

body div#main div#content div.products_overview ul.products {
	font-weight:normal;
	list-style:none;
	list-style-type:none;
	position:relative;
	background:none;
	padding:10px 0 0 0;
}

body div#main div#content div.products_overview ul.products li {
	/*display:inline;*/
	float:left;
	background:none;
	text-align:center;
	background:none;
	width:107px;
	height:150px;
	padding:0;
}

body div#main div#content div.products_overview ul.products li.text {
	/*display:inline;*/
	float:left;
	background:none;
  text-decoration:underline;
	text-align:left;
	background:none;
  width:100%;
  height:auto;
	padding:0;
}

body div#main div#content div.products_overview ul.products.visitenkarten li {
	width:130px;
	height:100px;
}

body div#main div#content div.products_overview ul.products li a {
	padding:0;
	background:none;
}

body div#main div#content div.products_overview ul.products li br {
	clear:none;
}

body div#main div#content div.table_foot {			
	margin-left:200px;
}

/****************************************************/


.txtinput{
	width:50px; 
	background-color:#9F6; 
	text-align:center; 
	font-size:1em;  
	font-family:Verdana, Geneva, sans-serif;
	
	float:left;
}

th span.mind{
	font-size:0.8em;
	font-weight:normal;
	line-height:2em;
}

.prodlabel{
	float:left;
	padding-top:2px;
	width:250px;
}

.butinput{
	font-size:1em;
	font-family:Verdana, Geneva, sans-serif;

	float:left;
	margin-left:5px;
}

tr.error{
	font-weight:bold;
	background-color:#fff;
}
tr.error td{
	text-align:left !important;
	padding-left:7px;
}
tr.error img.loader, tr.result{
	display:none;
}

.red{
	color:#f00;
}