/* @override
	http://goodgemacht.de/goodlabs/wagnerpartner/frick/pulver/style/style.css */

@charset "UTF-8";
/* CSS Document */

/* LAUFLEISTE */
#laufleiste,
#laufleiste *
 {
	padding:0px;
	margin:0px;
	border:none;
}
#laufleiste {
	overflow:hidden;
	float:left;
	z-index:102;
}
#laufleiste1,
#laufleiste2 {
	white-space:nowrap;
	position:absolute;
	top:0px;
}

.highslide-container {
	z-index:10003 !important;
}
.highslide-credits {
	display:none !important; 
}

form {
	margin-top: 0;
	margin-bottom: 0;
}

img{
	border:none;
	}

body{
	font-family:Arial;
	font-size:11px;
	color:#505050;
	}

p{
	width:440px;
	margin-top:0px;
	padding-top:0px;
	font-size:11px;
	}
	
a, a:active, a:focus{
	border:none;
	font-weight:bold;
	text-decoration:none;
	color:#8c0000;
	}
	
a:hover{
	border:none;
	font-weight:bold;
	text-decoration:underline;
	color:#8c0000;
	}
	
.mainnavi{
	color:#dadada;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	}
	
.mainnavi:hover{
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
	text-decoration:underline;
	}
	
.mainselected, .mainselected:hover{
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
	text-decoration:underline;
	}
	
.footernavi{
	color:#7f7f7f;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
}

.footernavi:hover{
	color:#7f7f7f;
	font-size:12px;
	font-weight:normal;
	text-decoration:underline;
}

.footselected, .footerselected:hover{
	color:#8c0000;
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
}

.subnavi{
	color:#323232;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
}
	
.subnavi:hover{
	color:#8c0000;
	font-size:11px;
	font-weight:normal;
	text-decoration:underline;
}

.subselected, .subselected:hover{
	color:#8c0000;
	font-size:11px;
	font-weight:bold;
	text-decoration:underline;
}

table#contenttable{
	width:100%;
	height:100%;
}

ul.list{
	padding:0px;
	margin:0px;
	padding-left:20px;
	padding-bottom:15px;
	}
	
li.list{
	list-style:circle;
	}
	
table.qualitat{
	background-color:#FFFFFF;
	width:440px;
	}
	
.hell{
	background-color:#e9e9e9;
	}
	
.hellsmall{
	background-color:#e9e9e9;
	font-size:9px;
	}
	
.dunkel{
	background-color:#999999;
	color:#FFFFFF;
	text-align:center;
	font-size:11px;
	font-weight:bold;
	}	
	
.rightwhite{
	background-color:#999999;
	border-right:solid 1px #FFFFFF;
	vertical-align:bottom;
	color:#FFFFFF;
	text-align:center;
	font-size:11px;
	font-weight:bold;
	}	

	
td{
	border: 1px solid #999999;
	}
	

	
.summe{
	background-color:#999999;
	color:#FFFFFF;
	font-weight:bold;
	}

.borderless {
	text-align:left;
	border:none;
	}
	
.borderless_small{
	font-size:3px;
	text-align:left;
	border:none;
	}
	
.teiler{
	border:none;
	background-color:#e8e8e8;
	}

.eingabe{
	text-align:left;
	}
input, select{
	font-size:10px;
	color:#323232;
	}	

input[type=text]{
	border:solid 1px #999999;
	height:12px;
	width:18px;
	text-align:center;
	}

input[type=text].contact{
	border:solid 1px #999999;
	height:12px;
	width:180px;
	text-align:left;
	}
	
input[type=text].plz{
	border:solid 1px #999999;
	height:12px;
	width:37px;
	text-align:left;
	}
	
input[type=text].ort{
	border:solid 1px #999999;
	height:12px;
	width:131px;
	text-align:left;
	}
	
textarea{
	border:solid 1px #999999;
    resize: none;
	width:180px;
	height:85px;
	font-size:10px;
}

p.full-width{
	width: 98%;
}

.image_carousel {
	padding: 0px 0 0px 40px;
	position: relative;
	margin-top: -25px;
	margin-bottom: -26px;
}

.image_carousel .highslide img {
	border: none;
}


/*images get wrapped into a holder div to center and make equal width original pic maximum width should be 146px*/

.caroufredsel_wrapper {
	min-width: 764px !important;
}

.image_carousel .holder {
	border-left: 7px solid #B4B4B4;
	border-right: 7px solid #B4B4B4;

	background-color: #B4B4B4;
	padding: 3px;
	margin: 7px;
	text-align: center;
	float: left;
	height: 110px; width: 157px;
	-moz-box-shadow: 0 0 8px #a0a0a0, 0 0 2px black;
	-webkit-box-shadow: 0 0 8px #a0a0a0, 0 0 2px black;
	box-shadow: 0 0 8px #a0a0a0, 0 0 2px black;
}
.scrollWrapper {
	height:140px !important; overflow: hidden !important;
	width: 770px !important;
}
.prev, .next {
	background: url(../pics/gal_arr_left.jpg) no-repeat center center;
	width: 29px;
	height: 50px;
	display: block;
	position: absolute;
	top: 48px;
}
.prev { left: 0; }
.prev:hover { opacity: 0.7; }
.next { right: 24px; background: url(../pics/gal_arr_right.jpg) no-repeat center center; }
.next:hover { opacity: 0.7; }

.prev span, .next span {
	display: none;
}

.clear {
	float: none;
	clear: both;
}

.textfeld{padding-left:18px; padding-top:12px; width:482px; height:100%; border:none;}
.bildfeld{padding-left:7px; padding-top:12px; padding-bottom:12px; background-color:#FFFFFF; width:307px; height:100%; border:none;}
.spacer{
	height:100%;
	border:none;
	line-height: 20px;
	padding-left: 7px;
	padding-top: 10px;
}
.picspacer{width:5px; height:1px;}
.subspacer{width:5px; height:1px;}
.footspacer{width:18px; height:1px;}
.headline1{
	color:#8c0000;
	font-size: 11px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 25px;
	padding-top: 7px;
	margin-left: 39px;
}
.headline{color:#8c0000; font-size: 18px; font-weight: bold;
}
.small{font-size:10px; color:#999999;}
.linkfeld_headline{color:#8c0000; font-weight:bold; font-size:10px;}
.zuruckarea{text-align:right;}

.schicht1{
	width:20px;
	height:12px;
	background-color:#faeb37;
	float:left;
	margin-right:7px;
}
.schicht2{
	width:20px;
	height:12px;
	background-color:#bf373c;
	float:left;
	margin-right:7px;
}
.schicht3{
	width:20px;
	height:12px;
	background-color:#589cdc;
	float:left;
	margin-right:7px;
}
.schicht4{
	width:20px;
	height:12px;
	background-color:#d5b5fc;
	float:left;
	margin-right:7px;
}

img.zuruck{width:52px; height:30px; padding:0px; margin:0px;}
.right{text-align:right;}
	




html, body
{
    padding: 0;
    margin: 0;
}


    
#pagePreisrechner table
{
	font-size: 10px;
    margin: 15px;
    margin-bottom: 0;
	border: 0;
	text-align:right;
    width: 870px;
	/*border-collapse: collapse;*/
}

#pagePreisrechner table th
{
    padding: 2px 3px;
    line-height: 120%;
    border: 0;
    border-left: 1px solid #999;
    border-bottom: 1px solid #999;
    font-weight: normal;
    text-align: center;
}
#pagePreisrechner table .header1 th
{
    border-top: 1px solid #999;
}
#pagePreisrechner table th.summe
{
    border-right: 1px solid #999;
    background-color: transparent;
    color: #000;
}
#pagePreisrechner table th.borderless
{
    border: 0;
}

#pagePreisrechner table td
{
    line-height: 100%;
    padding: 2px 3px;
    background-color: transparent;
    border: 0;
    border-left: 1px solid #999;
    border-top: 1px solid #999;
}  

/* horizontal spacer */
#pagePreisrechner table tr.spacer td
{
    height: 1px;
    font-size: 1px;
    border: 0;
}

/* column before vertical spacer */
#pagePreisrechner table tr td.colBeforeSpacer
{
    border-right: 1px solid #999;
}



#pagePreisrechner table .summe td,
#pagePreisrechner table .minderzuschlag td,
#pagePreisrechner table .nettosumme td,
#pagePreisrechner table .mwst td
{
    padding: 5px 3px;
}
#pagePreisrechner table .gesamtsumme td
{
    padding: 2px 3px;
}
#pagePreisrechner table .mwst td,
#pagePreisrechner table .alufelgen td
{
    border-bottom: 1px solid #999;
}
#pagePreisrechner table .right,
#pagePreisrechner table .minderzuschlag td.eingabe,
#pagePreisrechner table .nettosumme td.eingabe,
#pagePreisrechner table .mwst td.eingabe
{
    border-right: 1px solid #999;
}


#pagePreisrechner table .summe td,
#pagePreisrechner table .gesamtsumme td
{
    background-color: #999;
}
#pagePreisrechner table tr td.borderless
{
    background-color: transparent;
    border: 0;
}


    
/* textfeld f�r st�ckzahlen */
#pagePreisrechner .eingabe input
{
	border:solid 1px #999999;
	height:12px;
	width:18px;
	text-align:center;
}

/* buttongr��e einheitlicher machen */
#pagePreisrechner .gesamtsumme input
{
    min-height: 2.0em;
    padding: 1px 5px;
    font-size: 11px;
}



#pagePreisrechner td.selected
{
    color: #e2001a;
}


#pagePreisrechner  .infoText
{
    padding: 5px 20px;
}

#pagePreisrechner  .infoText p
{
    font-size: 10px;
    width: 100%;
    margin: 0.5em 0;
}

#pagePulverbeschichtung .textfeldContainerFix
{
}

#pagePulverbeschichtung .tiles
{
    overflow: hidden;
}

#pagePulverbeschichtung .tiles .tile
{
    float: left;
    width: 230px;
    margin-right: 5px;
    margin-bottom: 15px;
}
#pagePulverbeschichtung .tiles .tile .linkfeld_bild
{
    float: left;
    width: 50px;
    height: 50px;
    margin: 0;
    padding: 0;
}

#pagePulverbeschichtung .tiles .linkfeld_text
{
    width: 175px;
    margin: 0;
    padding: 0;
    padding-left: 5px;
}
#pagePulverbeschichtung .tiles .linkfeld_text h3
{
    color: #8c0000;
    font-size: 10px;
    margin: 0;
    padding: 0;
}

#pagePulverbeschichtung .tiles .tile .linkfeld_text .text
{
    line-height: 100%;
    margin: 2px 0;
}

