/**************************************************'*/
/* styles.css				      					*/
/* copyright 2009 tp-werbeagentur				    */
/*											 	    */
/****************************************************/
body {
	background: #f0f0f0 url("../images/body_bg.jpg") top left repeat-x;
	margin: 0px;
  	padding: 0px;
	leftmargin: 0px; 
	topmargin: 0px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #999;
	text-align: left;	
}
ul{
	list-style-type:square;
}
#containerMainAll {
	width: 927px;
	height: auto;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
/***********************************************/
/*********** Header  ***************************/
/***********************************************/
#header{
	width: 927px; /*928*/
	padding: 25px 0 15px 0;
	text-align: right;
}
/***********************************************************************************/
/******** MainContent **************************************************************/
/***********************************************************************************/
#contentAll{
	width: 927px;
	padding: 0;
	margin: 0;;
}
/*************************************************************/
#home{
	width: 927px;
	height: 440px;
	overflow:hidden;
	border: none;
	/*border-left: 1px solid #9c9e9f;
	border-right: 1px solid #9c9e9f;
	border-top: 1px solid #9c9e9f;*/
	background: url("../images/home_ct_bg.jpg") top left no-repeat;
	padding:0;
	margin: 0;
}
#products{
	width: 885px;
	height: 440px;
	overflow:hidden;
	border: none;
	/*border-left: 1px solid #9c9e9f;
	border-right: 1px solid #9c9e9f;
	border-top: 1px solid #9c9e9f;*/
	background: #FFF url("../images/products_ct_bg.jpg") top left no-repeat;
	padding: 0 0 0 42px;
	margin: 0;
}
#company{
	width: 885px;
	height: 440px;
	overflow:hidden;
	border: none;
	/*border-left: 1px solid #9c9e9f;
	border-right: 1px solid #9c9e9f;
	border-top: 1px solid #9c9e9f;*/
	background: #FFF url("../images/company_ct_bg.jpg") top left no-repeat;
	padding: 0 0 0 42px;
	margin: 0;
}
#contact{
	width: 885px;
	height: 440px;
	overflow:hidden;
	border: none;
	/*border-left: 1px solid #9c9e9f;
	border-right: 1px solid #9c9e9f;
	border-top: 1px solid #9c9e9f;*/
	background: #FFF url("../images/contact_ct_bg.jpg") top left no-repeat;
	padding: 0 0 0 42px;
	margin: 0;
}
#imprint{
	width: 885px;
	height: 610px;
	overflow:hidden;
	border: none;
	background: url("../images/imprint_ct_bg.jpg") top left no-repeat;
	padding: 0 0 0 42px;
	margin: 0;
}
#terms{
	width: 885px;
	height: 610px;
	overflow:hidden;
	border: none;
	background: url("../images/terms_ct_bg.gif") top left no-repeat;
	padding: 0 0 0 42px;
	margin: 0;
}

/*************************************************************/
/* footer  */
/*************************************************************/
#footer{
	color: #999;
	padding: 0 0 0 0;
	text-align: right;
	width: 927px;
	height: 40px;
	line-height: 40px;
	font-size: 9px;
	border-top: 1px solid #adafaf;
	margin-top: 30px;
}
#footer2{
	color: #999;
	padding: 0 0 0 0;
	text-align: right;
	width: 927px;
	height: 40px;
	line-height: 40px;
	font-size: 9px;
	margin:0;
}

/*************************************************************/
/*-- Links ----------------*/
/*************************************************************/
a {
	color: #999;
	font-weight: normal;
	text-decoration: underline;
}
a:hover {
	font-weight: normal;
	color: #666;
	text-decoration: underline;
}
/*************************************************************/
/*---------------Sonder-Links-----------------------*/
/*************************************************************/
/*a.mainfolder{
	background: url("../images/balken_bg.gif") 0 0 no-repeat;
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	color: #FFF;
	font-weight: normal;
	margin: 10px 0 0 0;
	padding: 0 0 0 35px;
	display: block;
	text-transform: uppercase;
	text-decoration: none;
}
a.mainfolder:hover{
	background: url("../images/balken_bg_active.gif") 0 0 no-repeat;
	text-decoration: none;
	cursor: hand;
}
a.mainfolderActive{
	background: url("../images/balken_bg_active.gif") 0 0 no-repeat;
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	color: #FFF;
	font-weight: normal;
	margin: 10px 0 0 0;
	padding: 0 0 0 35px;
	display: block;
	text-transform: uppercase;
	text-decoration: none;
}*/

/**** Navi ****/
a.mainfolderHome{
	background: url("../images/home_balken_bg.gif") 0 0 no-repeat;
	height: 24px;
	line-height: 0px;
	font-size: 0px;
	margin: 10px 0 0 0;
	padding: 0;
	display: block;
	width: 927px;
}
a.mainfolderHome:hover{
	background: url("../images/home_balken_bg_active.gif") 0 0 no-repeat;
	text-decoration: none;
	cursor: hand;
}
a.mainfolderHomeActive{
	background: url("../images/home_balken_bg_active.gif") 0 0 no-repeat;
	height: 24px;
	line-height: 0px;
	font-size: 0px;
	margin: 10px 0 0 0;
	padding: 0;
	display: block;
	width: 927px;
}

a.mainfolderProducts{
	background: url("../images/products_balken_bg.gif") 0 0 no-repeat;
	height: 24px;
	line-height: 0px;
	font-size: 0px;
	margin: 10px 0 0 0;
	padding: 0;
	display: block;
	width: 927px;
}
a.mainfolderProducts:hover{
	background: url("../images/products_balken_bg_active.gif") 0 0 no-repeat;
	text-decoration: none;
	cursor: hand;
}
a.mainfolderProductsActive{
	background: url("../images/products_balken_bg_active.gif") 0 0 no-repeat;
	height: 24px;
	line-height: 0px;
	font-size: 0px;
	margin: 10px 0 0 0;
	padding: 0;
	display: block;
	width: 927px;
}

a.mainfolderCompany{
	background: url("../images/company_balken_bg.gif") 0 0 no-repeat;
	height: 24px;
	line-height: 0px;
	font-size: 0px;
	margin: 10px 0 0 0;
	padding: 0;
	display: block;
	width: 927px;
}
a.mainfolderCompany:hover{
	background: url("../images/company_balken_bg_active.gif") 0 0 no-repeat;
	text-decoration: none;
	cursor: hand;
}
a.mainfolderCompanyActive{
	background: url("../images/company_balken_bg_active.gif") 0 0 no-repeat;
	height: 24px;
	line-height: 0px;
	font-size: 0px;
	margin: 10px 0 0 0;
	padding: 0;
	display: block;
	width: 927px;
}
a.mainfolderContact{
	background: url("../images/contact_balken_bg.gif") 0 0 no-repeat;
	height: 24px;
	line-height: 0px;
	font-size: 0px;
	margin: 10px 0 0 0;
	padding: 0;
	display: block;
	width: 927px;
}
a.mainfolderContact:hover{
	background: url("../images/contact_balken_bg_active.gif") 0 0 no-repeat;
	text-decoration: none;
	cursor: hand;
}
a.mainfolderContactActive{
	background: url("../images/contact_balken_bg_active.gif") 0 0 no-repeat;
	height: 24px;
	line-height: 0px;
	font-size: 0px;
	margin: 10px 0 0 0;
	padding: 0;
	display: block;
	width: 927px;
}
a.imprint_back_link{
	background: url("../images/imprint_back_link_no.gif") 0 0 no-repeat;
	height: 24px;
	line-height: 24px;;
	margin: 10px 0 0 0;
	padding: 0;
	width: 422px;
	display: block;
	text-decoration: none;
}
a.imprint_back_link:active{
	background: url("../images/imprint_back_link_hover.gif") 0 0 no-repeat;
	text-decoration: none;
	cursor: hand;
}
a.imprint_back_link:hover{
	background: url("../images/imprint_back_link_hover.gif") 0 0 no-repeat;
	text-decoration: none;
	cursor: hand;
}

#footer a, #footer2 a {
	color: #999;
	font-weight:normal;
	text-decoration: none;
	font-size: 9px;
}
#footer a:hover, #footer2 a:hover {
	text-decoration: underline;
}

/*************************************************************/
.floatKiller{
	clear: both;
	font-size: 0px;
	line-height: 0px;
	height: 0px;
	margin: 0px;
	padding: 0px;
}

