/* CSS Document */
/*
*
*	Allgemeine Angaben
*
*/
body {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	background-color:#ffffff;
}

h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:140%;
	color:#44416b;
}

h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:130%;
	color:#666666;
}

h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:120%;
	color:#666666;
}

p, table, td {
	font-size:95%;
	color:#666666;
}

a {
	font-size:95%;
	color:#666666;
}

a:hover {
	color:#5F5B7F;
	text-decoration:none;
}

div#header {
	height:85px;
	background-image:url(../images/backgrounds/bg_logobanner.gif);
	background-position:left;
	background-repeat:no-repeat;
}

a#homelink img {
	border:0;
	float:left;
}

/*
*
*	Suche im Header
*
*/
div#suche {
	position:absolute;
	left:400px;
	top:35px;
	font-size:95%;
	color:#666666;
	width:205px;
	height:auto;
}

div#suche label {
	margin:1px 0px 0px 0px;
	margin-top:expression(3 + 'px');
	float:left;
}

div#suche input#searchword {
	margin:0px 0px 0px 5px;
	font-size:10px;
}

div#suche input#submit {
	margin:-17px 5px 0px 0px;
	float:right;
	border:0;
}

/* Fixing IE */
* html #suche input#submit {
	margin:-18px 0px 0px 0px;
}

/*
*
*	Metanavigation
*
*/
div#metanavi {
	padding-top:38px;
	padding-left:650px;
}

div#metanavi .item {
	display:inline;
	padding:10px;
	color:#5f5b7f;
}

div#metanavi .item a {
	text-decoration:none;
	color:#5f5b7f;
}

div#banner {
	height:314px;
	background-image:url(../images/backgrounds/bg_header.jpg);
	background-position:left;
	background-repeat:no-repeat;
	background-color:#f7e9d4;
}

div#prodbanner {
	height:60px;
	background-image:url(../images/backgrounds/bg_banner-products.gif);
	background-position:left;
	background-repeat:no-repeat;
	background-color:#f7e9d4;
}

/*
*
*	Inhaltscontainer
*
*/
div#container {
	padding:0;
	margin:0;
	margin-top:10px;
}

	/* Hauptblock */
	/* Standard-Version - schmal */
	div#contentblock {
		margin:0;
		padding:0;
		margin-left:15px;
		padding-top:2px;
		width:500px;
		float:left;
	}

	/* Breite-Version - Platz der rechten Spalte wird mit genutzt */
	div#contentblock_wide {
		margin-left:15px;
		width:831px;
		float:left;
	}

		/* Inhalt */
		div#content {
			padding:0;
			margin:0;
			padding-top:14px;
			padding-left:30px;
			background-image:url(../images/backgrounds/bg_content.gif);
			background-position:0px 0px;
			background-repeat:no-repeat;
		}
		
		/* wir verhindern den peek-a-boo-bug */
		div#content h1 {
			width:500px;
		}

		div#content p, div#content .tip-a-friend_form-container {
			width:100%;
		}
		/* ende peek-a-boo bug */
			
			div#contentteaser a, div#content a {
				color:#666666;
			}

			/* Produkte */
			#content div.product {
				padding-top:10px;
			}
			
			/* Fix für FCE Heading mit p-Tag*/
			#content div.product h2 p, #content div.product h3 p{
				padding:0;
				margin:0;
			}
			
			#content div.productimage {
				float:left;
				width:220px;
				background-image:url(../images/backgrounds/bg_product-shadow.gif);
				background-position:right;
				background-repeat:no-repeat;
			}
			
			/* Text Produkte schmale Version */
			#contentblock #content div.producttext {
				float:left;
				margin-top:25px;
				width:250px;
			}
			/* Text Produkte breite Version */
			#contentblock_wide #content div.producttext {
				float:left;
				margin-top:25px;
				width:581px;
			}
				/* Farbpaletten im Produkttext */
				div.farbpalette {
					float:left;
				}
					div.farbpalette div.item {
						float:left;
						width:96px;
						height:auto;
						text-align:center;
					}
			
			/* Fixen der Ausgabe von p-Tags aus dem FCE Produkt */
			.producttext p {
				margin:0px;
				padding:0px 0px 20px 0px;
			}
			
			/* erste liste mit abstand */
			#content ul {
				padding-top:20px;
			}

			#content ul li ul {
				padding-top:0px;
			}
			
			/* Formulare mit Text zusammenschieben */
			div.tx-thmailformplus-pi1, div#kontakt, div#kontakt form, div#kontakt form table {
				padding:0;
				margin:0;
			}
			
	/* Teaser Rechte Seite - für News - Infos */
	div#teaserblock {
		width:331px;
		float:left;
	}

div#news {
	margin:0;
	padding:0;
	padding-left:45px;
	padding-right:40px;
	padding-top:35px;
	height:450px;
	background-image:url(../images/backgrounds/bg_news-top.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;
}

#news a {
	color:#ffffff;
	text-decoration:none;
	background-color:#937c8c;
	padding:3px;
}

#news a:hover {
	background-color:#5F5B7F;
}

div#empfehlen {
	text-align: center;
}

div#adds {
	padding-left:25px;
}

div#teaser_start_right div#teaser_img {
}

div#teaser_start_right img {
	display:inline;
}

div#teaser_start_right p {
	display:inline;
}

div#teaser {
	clear:both;
}

div#teaser img {
	padding-left:10px;
}

div#contentbottom {
	clear:both;
	background-image:url(../images/backgrounds/bg_content-bottom.gif);
	background-position:top;
	background-repeat:repeat-x;
	height:73px;
}
/*
*
* Sitemap und Nachrichtenarchiv
*
*/
.csc-menu, .csc-sitemap {
	height:100%;
	margin:0px;
	padding:0px;
	font-size:95%;
}

ul.csc-menu li, .csc-sitemap ul li {
	list-style-type:none;
	color:#666666;
	padding:1px;
}

ul.csc-menu li a, .csc-sitemap ul li a {
	color:#666666;
}

/*
*
* Suche
*
*/
.tx-indexedsearch-searchbox, .tx-indexedsearch-searchbox {
	font-size: 95%;
	color: #666666;
}

.tx-indexedsearch-res, .tx-indexedsearch-res a {
	color: #666666;
}

.tx-indexedsearch-icon, .tx-indexedsearch-info {
	display:none;
}

.tx-indexedsearch-searchbox span {
	padding:10px;
}

.tx-indexedsearch-form {
	float:left;
	padding:10px;
}
.tx-indexedsearch-search-submit {
	padding:10px;
}

.tx-indexedsearch-descr {
	padding-left:20px;
}

/*
*
*	Breadcrumb
*
*/
#breadcrumb {
	padding-top:0px;
	margin-top:-15px;
	margin-left:35px;
}

#breadcrumb .item a {
	font-size:95%;
	color:#666666;
}

/*
*
*	Zurücklink
*
*/
#contentbottom a {
	margin-top:-15px;
	margin-left:35px;
	font-size:95%;
	color:#666666;
}

/*
*
*	Formulare
*
*/
select, input, textarea {
	border:1px solid #937d8d;
	background-color:#f8e9d6;
}

form table {
}

.csc-form-labelcell, .csc-form-fieldcell {
	padding:8px;
}

/*
*
*	Footer
*
*/
div#footer {
	padding:0px;
	margin:0px;
	margin-top:-12px;
}

#bottommenu {
	margin:0px;
	padding:0px;
	background-color:#937c8c;
	height:25px;
	width:100%;
}

div#footertext {
	height:100%;
	min-height:125px;
	background-image:url(../images/backgrounds/bg_footer.gif);
	background-position:top;
	background-repeat:repeat-x;
	padding-bottom:10px;
	width:100%;
	font-size:87%;
	background-color:#f7e9d4;
	color:#666666;
}

.footertextitem {
	float:left;
	padding-left:10px;
	padding-top:10px;
	background-color:transparent;
}

.footertextitem a {
	color:#666666;
	text-decoration:none;
}

div#kontakt {
	padding-top:10px;
}
	div#kontakt table.kontakt_tabelle {
		width:350px;
	}

	div#kontakt input, div#kontakt textarea {
		width:250px;
	}	
		div#kontakt input.btn_reset {
			width:75px;
			font-size:95%;
			color:#ffffff;
			background-color:#937c8c;
		}
		
		div#kontakt input.btn_submit {
			width:60px;
			font-size:95%;
			color:#ffffff;
			background-color:#937c8c;
		}

		div#kontakt input:active.btn_submit, div#kontakt input:active.btn_reset {
			background-color:#5F5B7F;
		}

div.tip-a-friend_form-container {
	padding-top:10px;
	font-size:95%;
	color:#666666;
}

div.tip-a-friend_form-container div.tip-a-friend_form-name, div.tip-a-friend_form-container div.tip-a-friend_form-email, div.tip-a-friend_form-container div.tip-a-friend_form-message, div.tip-a-friend_form-container div.tip-a-friend_form-captcha, div.tip-a-friend_form-container div.tip-a-friend_form-submit, div.tip-a-friend_form-container p.tip-a-friend_form-required {
	padding:5px;
}

div.tip-a-friend_form-container div.tip-a-friend_form-captcha {
	padding-top:10px;
	padding-bottom:10px;
}

		div.tip-a-friend_form-container input.btn_submit {
			font-size:95%;
			width:60px;
			color:#ffffff;
			background-color:#937c8c;
		}

		div.tip-a-friend_form-container input:active.btn_submit {
			background-color:#5F5B7F;
		}

/*
*
*	Fehler in Formularen
*
*/
.error {
	padding:0;
	margin:0;
}

ul.error {
	margin-left:25px;
	padding-left:25px;
	padding-bottom:20px;
}

.error {
	font-size:95%;
	color:#CC3300;
}