/****************************************************************/
/*																*/
/*	date: 27.06.2007											*/
/*	author: Ahmet Ayabil										*/
/*	last editor: Dirk Rosomm									*/
/*																*/
/****************************************************************/

/* Main */
html { min-height: 100.05%; }

body {
	text-align: left;
	font-size: 12px;
	font-family:  Arial, Verdana;
	color: #333333;
	margin: 10px 0px;
	background-color: #ffffff;
	/* 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: none;
}

a:active {
	color: #1F3C5A;
	font-weight: bold;
	text-decoration: none;
}

td, div, th {
	font-size: 12px;
}

#header{ display: none;}
#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;
}

.cartLastCol {
	width:50px;
}

* html .cartLastCol {
	width:20px;
}

.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;
}

.smallList {
	color: #000000;
	font-size: 11px;
}

.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 {
	 background-color: #0075b3;
	 color: white;
	 padding: 3px 7px 3px 7px;
	 font-size: 12px;
	 border-bottom: 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 */
/* 
klappt nicht im IE, nur wenn der import an Zeile 0 anfängt
@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)
*/

