/* CSS Document */
body {
	font-size: 62.5%;
	background-color: #fff;
	font-family: Arial;
	font-size: 12px;
	margin: 0;
	padding: 0 0 0 5px;
}

div#container,table,tr,td {
	font-size: 1em;
}

p {
	margin: 0;
	padding: 0;
}

a {
	color: #b51434;
	text-decoration: underline;
}

a:hover {
	color: #b51434;
	text-decoration: none;
}

img {
	border: 0;
}

h1 {
	font-size: 1.7em;
	margin: 0;
	padding: 0;
}

h2 {
	font-size: 1.5em;
	margin: 0;
	padding: 0;
}

span.disabled {
	color: #999;
	text-decoration: line-through;
}

input {
	cursor: pointer;
}

h1.even {
	background: #b51434;
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	padding: 6px 2px 6px 5px;
}

h1.odd {
	border-bottom: 1px dashed #9c9d9f;
	background: #fff;
	font-size: 1em;
	font-weight: bold;
	padding: 6px 2px 6px 5px;
}

.no_wrap {
	margin: 0;
	padding: 0;
}

/*Startseite START*/
div#header {
	
}

div#headline {
	border-bottom: 1px solid #CC6666;
	margin: 5px 0;
}

div#container {
	text-align: center;
	margin: 0;
	width: 750px;
}

div#content {
	margin: 0 190px 0 0;
	padding: 0;
	text-align: left;
}

div#searchbox form {
	margin: 15px auto 0 auto;
}

div#searchbox input.searchPhrase {
	width: 440px;
}

div#searchbox .searchbutton {
	background-color: #b51434;
	color: #fff;
	width: 250px;
	border: none;
	text-align: center;
	padding: 2px;
}

div#searchitems {
	padding-top: 30px;
}

div#object {
	float: left;
	margin-top: 10px;
}

div#perpage {
	float: right;
	margin-top: 10px;
}

div#searchlinks {
	padding: 30px 0 0 0;
}

div#search_header {
	padding: 0;
	text-align: left;
}

div#search_header input.searchbutton {
	background-color: #b51434;
	color: #fff;
	border: none;
	text-align: center;
	padding: 1px 3px;
}

table#startsearch_table {
	width: 515px;
}

table#startsearch_table td.logo {
	height: 80px;
}

table#startsearch_table tr.input td {
	padding-top: 10px;
}

table#startsearch_table td.submit {
	padding-top: 10px;
}

table#startsearch_table td.submit input {
	width: 50%;
	background-color: #b51434;
	color: #fff;
	border: none;
}

/*Startseite ENDE*/ /* Boxes */
div.box {
	text-align: left;
	margin: 0 0 10px 0;
	border: 1px solid #9c9d9f;
}

div.box h1 {
	font-size: 1em;
	font-weight: bold;
	padding: 6px 2px 6px 5px;
}

div.box p,div.box form {
	width: 178px;
	margin: 0;
	padding: 2px 0 5px 0;
	text-align: center;
}

div.box p.userinfo {
	margin: 0 0 0 10px;
	padding: 0;
	text-align: left;
}

div.box form input,div.box form select {
	width: 90%;
	font-size: 0.9em;
	margin: 1px 0;
}

div.box form input.searchPhrase {
	width: 90%;
	border: 1px solid #9c9d9f;
}

div.box form select {
	width: 90%;
	border: 1px solid #9c9d9f;
}

div.box form input.searchbutton {
	width: 90%;
	background-color: #b51434;
	color: #fff;
	border: none;
	text-align: center;
}

div.box div.padding {
	padding: 0.3em;
}

/* /Boxes */ /* Forms */
form#compare {
	margin: 0;
	padding: 0;
}

form#compare input#compareProducts {
	margin: 5px 0 0 0;
}

/*
form#loginform p.left {text-align:left;width:95%;padding:5px 0 5px 10px;}
form#loginform input#customerId {width:90%;border:1px solid #9c9d9f;}
form#loginform input#password {width:90%;border:1px solid #9c9d9f;}
form#loginform input#userId {width:90%;border:1px solid #9c9d9f;}
form#loginform input#setCookie {width:20px;margin:2px 0;padding:0;}
*/ /* /Forms */ /* Buttons */
input.notext {
	background-color: transparent;
	border: none;
	padding: 0;
}

/* /Buttons */ /* Werbung */
div#ad_box {
	text-align: left;
	width: 515px;
	border-top: 1px dashed #9C9D9F;
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
}

div#ad_box table {
	border: 1px solid #B51434;
	background-color: #F7F3E1;
}

div#ad_box table tr td.header h2 {
	padding: 3px 5px;
	font-size: 1em;
	font-weight: bold;
	color: #fff;
	background-color: #B51434;
	text-transform: uppercase;
}

div#ad_box table tr td.content {
	padding: 3px 5px 0 5px;
}

/* /Werbung */ /*Suchseite START*/
div#result_searchbox {
	margin-top: 15px; /*margin-left:10px;*/
	float: left;
}

div#wrap {
	float: left;
	width: 100%;
}

div#search_container {
	width: 970px;
	margin-top: 10px;
}

div.available .green {
	background: #009600 url(../images/available_green.gif) repeat-x;
	float: right;
	cursor: default;
}

div.available .yellow {
	background: #FBDD83 url(../images/available_yellow.gif) repeat-x;
	float: right;
	cursor: default;
}

div.available .red {
	background: #960000 url(../images/available_red.gif) repeat-x;
	float: right;
	cursor: default;
}

div.clearleft {
	clear: left;
}

div.clear {
	clear: both;
}

div.clearright {
	clear: right;
}

/*Suchseite ENDE*/ /*Detailansicht START*/
div#product {
	float: left;
	text-align: left;
}

div#image img {
	border: 1px solid #eee;
}

div#description {
	margin: 0 0 0 10px;
	text-align: left;
	float: left;
}

table#details {
	
}

table#details td h2 {
	text-align: left;
	font-size: 1.3em;
	padding: 2px;
	margin: 0 50px 5px 0;
	border-bottom: 1px solid #eee;
}

table#details .image {
	padding: 5px;
}

table#details .table_greyhead {
	padding: 2px 0 2px 2px;
	background-color: #d5d8db;
	border-top: 1px solid #d5d8db;
}

table#details .table_grey {
	padding: 2px 0 2px 2px;
	background-color: #d5d8db;
	border-top: 1px solid #fff;
}

table#details .table_normal {
	padding: 0 20px;
	border-top: 1px solid #d5d8db;
}

table#details a {
	color: #000;
	text-decoration: none;
}

table#more_details {
	text-align: left;
	margin: 10px 0 0 0;
	border: 1px solid #999;
}

table#more_details td {
	border-top: 1px solid #000;
	padding: 2px 15px 2px 15px;
}

table#more_details td.head {
	border-top: none;
}

table#more_details td.head {
	border-bottom: 1px solid #000;
}

div#tabs {
	width: 100%;
	margin: 0 0 0 0;
}

div#tabs div.tab {
	text-align: center;
	cursor: pointer;
	float: left;
	width: 150px;
	line-height: 20px;
	color: #666;
	font-weight: bold;
}

div#tabs div.tab {
	background: url(../images/tab_inactive.jpg);
}

div#tabs div.tab label {
	display: block;
	cursor: pointer;
}

div#tabs div.tab label.active {
	background: url(../images/tab_active.jpg);
	color: #fff;
}

table#compare td h5 {
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-weight: bold;
	color: #fff;
	background-color: #B51434;
	display: block;
	padding: 2px;
}

table#compare.hauptmerktmale td {
	padding: 0;
}

/*Detailansicht ENDE*/ /* Navigation1 */
div#navigation1 {
	float: right;
	width: 200px;
}

div#navigation1 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

div#navigation1 ul li a {
	display: block;
	color: #000;
	text-decoration: none;
	padding: 5px 0 5px 10px;
	background-color: #CCC;
	border-right: 1px solid #DDD;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
}

div#navigation1 ul li a.active {
	background-color: #ddd;
}

/* //Navigation1 */ /* Navigation2 */
div#navigation2 {
	float: right;
	width: 200px;
}

div#navigation2 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

div#navigation2 ul li a {
	display: block;
	color: #000;
	padding: 2px 2px 2px 0;
	text-decoration: none;
}

div#navigation2 ul li a:hover {
	font-weight: bold;
}

div#navigation2 ul li a.active {
	font-weight: bold;
}

/* //Navigation2 */ /*Footer START*/
#data_protection {
	padding-top: 20px;
	font-size: 10px;
	clear: both;
	text-align: center;
}

#data_protection a.companylink {
	color: #000;
	text-decoration: none;
}

#data_protection a:hover.companylink {
	color: #000;
	text-decoration: underline;
}

/*Footer ENDE*/ /*Infobox START*/
#dhtmltooltip {
	position: absolute;
	left: -300px;
	width: 150px;
	border: 1px solid black;
	padding: 2px;
	background: #fff;
	visibility: hidden;
	z-index: 100;
	text-align: center;
}

#dhtmlpointer {
	position: absolute;
	left: -300px;
	z-index: 101;
	visibility: hidden;
}

/*Infobox ENDE*/
table#advanced_search {
	background-color: #F7F3E1;
	border: 1px solid #b51434;
}

table#advanced_search tr.line1 td {
	color: #fff;
	background-color: #B51434;
	padding: 1px 2px;
}

table#advanced_search td {
	padding: 1px;
}

table#register {
	width: 100%;
	text-align: left;
}

table#register tr.line1 {
	background-color: #ddd;
}

table#register tr.line2 {
	background-color: #eee;
}

table#register td {
	padding: 2px 5px;
	vertical-align: top;
}

table#register td.header {
	padding: 1px 0px 1px 2px;
	font-weight: bold;
	color: #fff;
	background-color: #b51434;
}

table#register td.header label {
	float: left;
}

table#register td.header a.close_item {
	display: block;
	width: 15px;
	height: 15px;
	background: url(../images/close_item.gif) no-repeat;
	float: right;
}

table#register td.image {
	text-align: center;
	vertical-align: middle;
}

table#register td.image img {
	border: 1px solid #000;
}

table#register input .required {
	border: #999999 solid 1px;
	background: #CCFF33;
}

table#register input .required_error {
	border: #FF0000 dashed 1px;
	background: #993300;
}

/* --Registertable-- */
table#new_register {
	text-align: left;
	margin: 5px;
}

table#new_register input.required {
	cursor: text;
	width: 255px;
	border: 1px solid #999999;
}

table#new_register select {
	width: 255px;
}

table#new_register input.required_error {
	cursor: text;
	width: 255px;
	border: #BD0926 solid 1px;
	background-color: #FCEDED;
}

table#new_register input.button {
	background-color: #b51434;
	color: #fff;
	border: none;
	text-align: center;
	padding: 3px;
}

/* -/Registertable-- */ /*ANDREAS SEIN ZEUG*/
#transparentScreen {
	-moz-opacity: 0.50; /* Mozilla Browser */
	opacity: 0.50; /* Opera */
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000;
	top: 0px;
	left: 0px;
}

#LoginWrapper {
	margin: 0;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}

.Errormessage {
	font-weight: bold;
	color: #ff0;
}

div#leftcontainerheadline {
	margin: 8px;
	padding: 5px;
	color: #fff;
	font-weight: bold;
	background-color: #B51434;
}