body {
	background-color: #FFFFFF;
	color: #444;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	text-align: center;
	line-height: 18px;
}

div#wrapper {
	width: 860px;
	margin: 0 auto;
	text-align: left;
}

div.mainarea {
	margin-top: 35px;
}

a {
	color: #cd0100;
}

strong, b {
	font-weight: bold;
	color: #666;
}

a#stoerer {
	display: block;
	width: 180px;
	height: 180px;
	overflow: hidden;
	position: absolute;
	top: 0px;
	right: 0px;
	background-image: url('/images/stoerer.png');
	background-repeat: no-repeat;
	background-position: top right;
	text-indent: -999px;
	z-index: 999;
}

.red {
	color: #cd0100;
}

.black {
	color: #000;
}

/*****************************
*     KOPFBEREICH
******************************/

div#head {
	height: 85px;
	position: relative;
}

a#logo {
	display: block;
	float: left;
	margin-top: 43px;
	height: 42px;
	width: 220px;
	background-image: url('/images/tinfex_logo.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
	overflow: hidden;
	text-indent: -999px;	
}

div#headrechts {
	float: left;
	width: 640px;
	margin-top: 49px;
}

div#kopfbild {
	height: 250px;
	background-color: #f4f4f4;
	position: relative;
}

div#kopfbild h2 {
	top: 125px;
	left: 35px;
	position: absolute;
	line-height: 42px;
	font-size: 28px;
	font-family: Helvetica, Arial, Sans-Serif;
	font-weight: normal;
}

div#kopfbild h2 span.row1{
	background-color: #fff;
	color: #444;
}
div#kopfbild h2 span.row2{
	background-image: url('/images/submenubg.png');
	color: #FFF;
}

/*****************************
*     SIDEBAR
******************************/
div#sidebar {
	float: left;
	width: 240px;
	margin-top: 5px;
	color: #666666;
	margin-right: 20px;
}

/*****************************
*     CONTENTBEREICH
******************************/
div#contentarea{
	float: left;
	width: 600px;
}

div.block h2 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0.5em;
	margin-top: 1em;
}

div.first h2 {
	margin-top: 0em;
}


div.block {
	padding-bottom: 1em;
}


div.block ul, div.block ol {
	padding-left: 30px;
	margin-bottom: 1em;
}

div.block ul.lud {
	list-style-type: none;
	padding-top: 1em;
	padding-left: 20px;
}

div.block table caption {
	text-align: left;
	font-size: 9px;
	font-weight: bold;
	color: #666;
}

div.block table, div.block table td, div.block table th {
	border-collapse: collapse;
	border: 1px solid #e3e3e3;
}

div.block table th {
	background-color: #f4f4f4;
	padding: 2px;
}

div.block table td {
	padding: 2px;
}


h1, div.dreierspalte h2 {
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 0.5em;
	line-height: 26px;
	margin-top: 0px;
}

div#sidebar h2 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 12px;
	line-height: 20px;
}


/******************************
* SHOP
*******************************/

div.shop_item {
}

div.shop_item_bild {
    float:left;
    width:200px;
    height:120px;
    margin-right: 20px;
	padding-bottom: 20px;    
}

div.shop_item_text {
    float:left;
    width: 380px;
}
div.shop_addtocart_form {
	margin-top: 1em;
}

div.shop_addtocart_form table, div.shop_addtocart_form table td, div.shop_addtocart_form table th {
	border: 0px;
}

div.shop_addtocart_form table tr {
    background-color: #f4f4f4;
    color: #666666;
    height: 23px;
    padding: 0px;
}

div.shop_addtocart_form table td {
    border-bottom: 3px solid #e3e3e3;
}

div.shop_addtocart_form td.price {
    font-size: 14px;
    font-weight: bold;
    padding-left: 6px;  
	text-align: left;
}

div.shop_addtocart_form td.name {
    width: 90px;
}

div.shop_addtocart_form td.button {
    padding-right: 6px;
}

div.shop_addtocart_form td input.text {
    width: 25px;
    margin-right: 5px;
    height: 13px;
    font-size: 10px;
    margin-top: 2px;
    margin-bottom: 2px;
    text-align: center;
    padding: 0px;
    background-color: #fff;
}


input.button, a.likeButton {
	margin: 2px;
	padding: 1px;
	width: 78px;
	font-size: 11px;
	background-color: #cd0100;
	color: #fff;
	border-width: 0px;
	text-decoration: none;
}

/* WARENKORB */

div.shop_warenkorb_liste td input.text {
    width: 25px;
    margin-right: 20px;
    height: 13px;
    font-size: 10px;
    margin-top: 2px;
    margin-bottom: 2px;
    text-align: center;
    padding: 0px;
}

div#warenkorb_menu input.refresh {
    margin-top: 3px;
    margin-bottom: 3px;
}

div#warenkorb_menu td {
    text-align: left;
}

div#warenkorb_menu td.versand {
    border-top: solid 1px white;
    border-bottom: solid 1px white;
    margin-bottom: 2px;
    padding-top: 8px;
    padding-bottom: 8px;
}



div.shop_warenkorb_liste table th {
    background-color: #f4f4f4;
    border-bottom: 3px solid #e3e3e3;
    color: #333;
    height: 19px;
    padding: 0px;
    font-weight: bold;
}

div.shop_warenkorb_liste table tr {
    color: #333;
    line-height: 26px;
    padding: 0px;
}

div.shop_warenkorb_liste table tr.artikel {

    color: #333;
    height: 23px;
    padding: 0px;
}

div.shop_warenkorb_liste table tr.spacer, div.shop_warenkorb_liste table tr.spacer td {
    line-height: 4px;
    height: 4px;

}

div.shop_warenkorb_liste th.name, div.shop_warenkorb_liste td.name {
    padding-left: 5px;
}

div.shop_warenkorb_liste th.anzahl, div.shop_warenkorb_liste td.anzahl {
    width: 74px;
}

div.shop_warenkorb_liste th.price, div.shop_warenkorb_liste td.price {
    width: 54px;
    text-align: right;
    padding-right: 10px;
}

div.shop_warenkorb_liste th.button, div.shop_warenkorb_liste td.button {
    width: 60px;
    text-align: right;
    padding-right: 10px;
}


div#accordion h3{
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0.5em;
	margin-top: 1em;
}


/******************************
* Warenkorb 
*******************************/

div#warenkorb {
    width: 220px;
	position: absolute;
	top: 10px;
	left: 640px;
	z-index: 999;
	text-align: right;
}

h2#warenkorbtitel {
	font-size: 11px;
	color: #666;
}

h2#warenkorbtitel a{
	color: #666;
}

/******************************
* Bilder
*******************************/


div.blockbild_left {
    float:left;
    margin-right: 15px;
    margin-bottom: 0.5em;
}

div.blockbild_right {
    float:right;
    margin-left: 15px;
    margin-bottom: 0.5em;
}

div.blockbild_left_no_float {
	float: left;
}

div.blockbild_right_no_float {
    float: right;
}

div.blockbild_center {
    text-align: center;
    margin-bottom: 1em;
    margin-left: auto;
    margin-right: auto;
}


a.zoomlink {
	display: block;
}


div.imgcaption  {
	font-size: 9px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
	line-height: 13px;
}



/*****************************
*     STARTSEITE
******************************/

div.dreierspalte {
	float: left;
	width: 270px;
	margin-right: 25px;
	margin-bottom: 25px;
}

/*****************************
*     MENU
******************************/

div#topmenu {
	height: 36px;
}

ul.topmenu li {
	display: block;
	float: right;
	padding-left: 20px;
}

ul.topmenu li a{
	color: #444;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	display: block;
	line-height: 28px;
	padding-bottom: 4px;
	padding-top: 4px;
}

ul.topmenu li a.active, ul.topmenu li a:hover{
	color: #cd0100;
}

ul.topmenu li a.normal{
	color: #444;
}


ul.topmenu li.active a, ul.topmenu li.expanded a{
}


ul.submenu li {
	display: block;
	float: right;
	padding-left: 9px;
	padding-right: 9px;
	border-left: 1px solid #fff;
	margin: 7px 0px;
}

div#submenues {
	z-index: 2;
	position: absolute;
	width: 860px;
}

div.submenues {
	z-index: 100;
	visibility: hidden;
}
ul.submenu li.first {
	border-left: 0px solid #fff;
}

ul.submenu li a{
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	display: block;
	line-height: 20px;
	margin: 0px 0px;
	padding: 0px 3px; 
}

ul.submenu li.active a, ul.submenu li a:hover {
	color: #444444;
	background-color: #fff;
	text-decoration: none;
}

div#kopfbild div.submenu {
	background-image: url('/images/submenubg.png');
	background-repeat: no-repeat;
	background-position: top left;
	z-index: 10;
	height: 35px;
	padding-right: 19px;
}

/*****************************
*     FOOTER
******************************/
div#footer {
	border-top: 1px solid #e3e3e3;
	color: #888888;
	margin: 2em 0em;
	font-size: 9px;
	text-align: right;
}

/*****************************
*     SONSTIGES
******************************/

/* muss auf floatholder angewendet werden zum clearen*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
