/****************************************************************/
/*																*/
/*	date: 12.09.2007											*/
/*	author: Ahmet Ayabil										*/
/*	last editor: Dirk Rosomm									*/
/*																*/
/****************************************************************/

/* Main */
html { min-height: 101%; }

body {
	text-align: left;
	/* font-size: 12px; */
	font-family:  Arial, Verdana;
	color: #333333;
	margin: 10px 0px;
	background-color: #c9daec;
	background: url(../_images/c_background.jpg) repeat left top;
}

hr {
	border-width: 0px;
	border-top-width: 1px;
	border-color: #FFC100;
	height: 1px;
}

a {
	/* color: #1F3C5A; */
	font-weight: bold;
	/* text-decoration: underline; */
}

a:visited {
	/* color: #1F3C5A; */
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	/* color: #1F3C5A; */
	font-weight: bold;
	text-decoration: underline;
}

a:active {
	/* color: #1F3C5A; */
	font-weight: bold;
	text-decoration: none;
}

td, div, th {
	font-size: 12px;
}


#contentTabs {
	width: 100%;
}
#contentTabs div{
  font-weight: bold;
  float: left;
  text-align: center;
  padding-top: 3px;
  padding-bottom: 3px;
  border-left: 1px inner #FFFFFF;
  cursor: pointer;
  width: 20%;
}

.tabBox {
	border: 1px solid #dcdcdc;
	padding: 15px;
	background: #FFF url(../_images/bg_infobox.gif) ;
	display: none;
	min-height: 100px;
}

* html .tabBox {
	height: 200px;
}


.contentTabsActive{
  color: #D72F34;
  background: #FFFFFF url(../_images/bg_buttons_active.gif);
}

.contentTabsInActive{
  color: #333333;
  background: #FFFFFF url(../_images/bg_buttons.gif);
}

span.posId {
	font-weight: normal;
}

.clearBoth {
	clear: both;
}

* html .clearBoth {
	clear: both;
	height: 1px;
}

.small {
	font-size: 9px;
}

.disabled {
	color: #3a3a3a;
}

.imageBorder {
	border: 1px solid #a8a8a8;
}

.warning {
	color: #D72F34;
	font-weight: normal;
	text-decoration: none;
}

.price {
	color: #1f3c5a;
	font-weight: normal;
	text-decoration: none;
}

.priceBig {
	/*color: #D72F34;*/
	font-weight: bold;
	font-size: 22px;
}

.priceBigList {
	color: #1f3c5a;
	font-weight: bold;
	font-size: 16px;
}

.priceBigListSpezial {
	color: #D72F34;
	font-weight: bold;
	font-size: 16px;
}

.disabled {
	color: #B6B6B6;
	font-weight: normal;
	text-decoration: none;
}

/* Cols */
.maxWidth {
	width: 1000px;
}

.leftCol {
	width: 180px;
	display: block;
}

.middleCol {
	width: 640px;
}

.rightCol {
	width: 180px;
}

.middleColAndRightCol {
	width: 820px;
}

.tradeContent {
	width: 610px;
}

/* Headlines */
h1 {
	font-size: 18px;
	color: #1F3C5A;
	background-color: #FFFFFF;
	border-bottom: 1px solid #1F3C5A;
	padding: 2px 2px 2px 0px;
}

h2, h3, h4 {
	font-weight: bold;
	color: #1F3C5A;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
}

h4 {
	font-size: 12px;
}

.cartTitle {
	background-color:#DBE7F5;
}

/* Partslist */

.partsListContainer {
	border: 1px solid #dcdcdc;
	padding: 15px;
	background: #FFF url(../_images/bg_infobox.gif) ;
}

/* Import */
/* 
@import url(../css/advancedSearch.css) screen;
@import url(../css/box.css) screen;
@import url(../css/forms.css) screen;
@import url(../css/infoCart.css) screen;
@import url(../css/header.css) screen;
@import url(../css/login.css) screen;
@import url(../css/productGroups.css) screen;
@import url(../css/teaser.css)
*/
