* {
	border: 0;
	margin: 0;
	padding: 0;
	font-size: 100.01%;
}

body {
	background: url(http://media.sale2b.de/main_bg.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}

a {
	/*color: rgb(214, 2, 0);*/
	color: #333333;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.normal-link {
	color: #000000;
	font-size: 12px;
	text-decoration: none;
}

a.normal-link:hover {
	text-decoration: none;
}

h1 {
	display: block;
	font-size: 19px;
	/*color: #CB0804;*/
	margin-bottom: 25px;
}

h3 {
	font-size: 19px;
	font-weight: bold;
	color: #CB0804;
	margin-bottom: 15px;
}

#wrapper {
	margin: auto;
	width: 980px;
	padding-bottom: 35px;
}

#header {
	height: 93px;
}

#header ul {
	list-style: none;
	padding-top: 15px;
	/*margin-left: 625px;
	border: 1px solid red;*/
	float: right;
}

#header li {
	float: left;
	padding: 0 5px;
	font-size: 12px;
	font-weight: bold;
}

#header li a {
	color: #000000;
	text-decoration: none;
}

#header li a:hover {
	text-decoration: underline;
}

#logo {
	margin-top: 15px;
	width: 340px;
	height: 78px;
}

#bookmark {
	clear: right;
	float: right;
	margin-top: 20px;
}

#top_nav {
	clear: both;
	/*background: url(http://media.sale2b.de/search_bg.jpg) repeat-x;*/
	height: 126px;
	font-weight: bold;
}

#top_nav ul {
	list-style: none;
	width: 412px;
	margin-left: 425px;
}

#top_nav ul li {
	float: left;
	display: block;
	/*margin-right: 1px;*/
	background: url(http://media.sale2b.de/top_nav_bg.png) no-repeat;
	height: 28px;
	margin-right: 2px;
}

#top_nav ul li a {
	display: block;
	height: 28px;
	line-height: 28px;
	width: 103px;
	text-align: center;
	color: #000000;
	text-decoration: none;
	font-size: 12px;
}
li#top_nav_active a {
	background: url(http://media.sale2b.de/top_nav_bg_active.png) no-repeat;
	color: #ffffff !important;
}


#search {
	clear: both;
}

#register {
	display: block;
	float: left;
	margin: 0 25px;
	background: url(http://media.sale2b.de/register.jpg) no-repeat;
	width: 103px;
	height: 46px;
}

#usercenter {
	display: block;
	float: left;
	margin: 0 25px;
	background: url(http://media.sale2b.de/usercenter.jpg) no-repeat;
	width: 103px;
	height: 46px;
}

#search_box {
	float: left;
	margin-top: 13px;
	width: 800px;
}

#search select {
	border: 1px solid #cccccc;
	font-size: 12px;
	height: 19px;
	width: 160px;
	float: left;
	margin: 0 20px 0 15px;
}

#search_q {
	border: 1px solid #cccccc;
	padding: 2px;
	font-size: 12px;
	/*height: 14px;*/
	width: 380px;
	float: left;
}

#search_btn {
	float: left;
	border: 0;
	display: block;
	width: 98px;
	height: 21px;
	background: url(http://media.sale2b.de/search_btn.jpg);
	cursor: pointer;
}

#e_search {
	float: left;
	margin-left: 25px;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 21px;
	font-weight: normal;
}

#breadcrumb {
	clear: both;
	padding-left: 25px;
	padding-top: 7px;
}

#breadcrumb a {
	float: left;
	/*color: #9D0709;*/
	color: #000000;
	text-decoration: none;
	font-size: 12px;
	padding-right: 5px;
}

#date {
	float: right;
	display: inline-block;
	font-size: 12px;
	width: 140px;
}

#content {
	clear: both;
	font-size: 12px;
	width: 980px;
}

.text-box {
	border: 1px solid rgb(250, 204, 22);
	padding: 2px;
	margin-bottom: 7px;
	width: 125px;
}

.textarea-box {
	border: 1px solid rgb(250, 204, 22);
	padding: 2px;
	margin-bottom: 7px;
	width: 320px;
	height: 150px;
}

.contact-label {
	display: block;
	float: left;
	margin: 0 5px;
	width: 90px;
	height: 20px;
	line-height: 20px;
}

.subject-box {
	border: 1px solid rgb(250, 204, 22);
	padding: 2px;
	margin-bottom: 7px;
	width: 131px;
}

#footer {
	clear: both;
	background: #F9F9F9;
	font-size: 11px;
	border-top: 1px solid #cccccc;
}

#footer a img, #footer a:visited img {
	text-decoration:none;
	border-bottom:0px;
	filter:alpha(opacity=50); /* IE */
	-moz-opacity: 0.50; /* Gecko */
	opacity: 0.50; /* Opera */
}

#footer a:hover img, #footer dl:hover img {
	text-decoration:none;
	border-bottom:0px;
	filter:alpha(opacity=90); /* IE */
	-moz-opacity: 0.90; /* Gecko */
	opacity: 0.90; /* Opera */
}

#footer div {
	width: 966px;
	margin: auto;
	padding: 10px 0;
}

#footer div.foothead {
	clear: both;
	width: auto;
	margin: auto;
	color: #999999;
	border-bottom: 1px solid #cccccc;
	padding: 0;
}

#footer div.foothead div {
	padding: 2px 0 0 0;
}

#footer span {
	clear: both;
	padding-left: 10px;
	color: #999999;
	display: block;
}

dl {
	float: left;
	width: 150px;
	border-right: 1px dotted #cccccc;
	padding-left: 10px;
	min-height: 160px;
	display: block;
}

* html dl {
	height: 160px;
}

dl:hover, dl:hover a {
	color: #000000;
	/*display: block;*/
}

dt {
	font-weight: bold;
	padding-bottom: 5px;
	font-size: 12px;
}

dt a {
	color: #000000;
}

dd a {
	color: #999999;
}

dd a:hover {
	color: #9A0000;
}

.smallfont {
	font-size: 11px;
	text-decoration: none;
	color: #000000;
}

.bigfont {
	font-size: 13px;
	text-decoration: none;
	color: #000000;
}

/** START CONTENT BOX **/ 
.content_box {
	text-align: left;
	border: 1px solid #facd1d;
	padding: 2px;
	margin-bottom: 15px;
	overflow: hidden;
}

.content_box_bg {
	background: rgb(255, 242, 197);
}

.content_box h2 {
	display: block;
	height: 31px;
	line-height: 31px;
	background: url(http://media.sale2b.de/content_box_bg.jpg) repeat-x;
	padding-left: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

.content_box_content {
	padding: 7px 3px;
}

.content_box_content_sub {
	background: url(http://media.sale2b.de/box-bg.jpg) repeat-x top;
}

.content_box_content_sub h2 {
	display: block;
	height: 31px;
	line-height: 31px;
	padding-left: 5px;
	background: none;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

.center {
	text-align: center;
}
/** END CONTENT BOX **/


/** Pagenatigation Start **/
.page_navigation {
	float: right;
	margin: 15px 0;
}

.page_navigation ul {
	list-style: none;
}

.page_navigation ul:hover a {
	background-color: #EEEEEE;
}

.page_navigation li {
	float: left;
	display: block;
}

.page_navigation a {
	display: block;
	padding: 2px;
	margin: 0 1px;
	font-weight: bold;
	text-decoration: none;
}

.page_navigation ul a:hover {
	display: block;
	background-color: #BA0403;
	color: #FFFFFF;
	text-decoration: none;
}

#page_navigation_activ {
	display: block;
	color: #fff;
	background-color: #BA0403;
	padding: 2px;
	margin: 0 1px;
	font-weight: bold;
}
/** END Pagenatigation **/


.image_border {
	border: 1px solid #cccccc;
	width: 100px; 
	height: 100px; 
	margin: 2px;
}

#error {
	/*border: 1px dotted #FACD1D;*/
	background: url(http://media.sale2b.de/box-stop.png) no-repeat left #CE3635;
	list-style: square;
	color: #ffffff;
	padding: 10px 10px 10px 110px;
	margin-bottom: 10px;
	font-size: 13px;
	min-height: 80px;
}

/* IE Bug-Fix */
* html #error {
	height: 80px;
}

/** Contentboxen Anfang **/
.box-border {
	background: rgb(255, 242, 197);
	border: 1px solid rgb(250, 204, 22);
	overflow: hidden;
}

.content-inner-box {
	margin: 2px;
}

.content-headline {
	text-indent: 20px;
	background: url(http://media.sale2b.de/headline-bg.jpg) repeat-x;
	line-height: 31px;
	height: 31px;
	font-size: 15px;
	color: #000000;
}

.content-inner-text {
	padding: 5px;
}
/** Contentboxen Ende **/


.normal-list li {
	margin-left: 25px;
	line-height: 18px;
	padding-bottom: 5px;
}


/** Suchtrends Box **/
.searchtrends-box {
	border: 1px solid #A1060E;
	padding: 2px;
	color: #FFFFFF;
}

.searchtrends-inner-box {
	background: url(http://media.sale2b.de/searchtrends_bg.jpg) top repeat-x #A1060E;
	min-height: 395px;
	/*height: 580px;*/
}

.searchtrends-inner-box a {
	color: #FFFFFF;
}

.searchtrends-box h2 {
	display: block;
	background: none;
	height: 31px;
	line-height: 31px;
	padding-left: 5px;
	font-size: 14px;
	font-weight: bold;
}
/** Suchtrends Box Ende **/

/** Kategorie Liste **/
#category_list ul {
	list-style: none;
	margin-top: 9px;
}

#category_list ul ul {
	padding-bottom: 10px;
}

#category_list ul ul a {
	padding-left: 40px;
}

#category_list ul ul ul a {
	padding-left: 50px;
}

#category_list a {
	display: block;
	line-height: 20px;
	font-size: 12px;
	padding-left: 20px;
	color: #000000;
}

#category_list a:hover {
	background: #ffe373;
	text-decoration: none;
}

.category_active {
	background-color: #ffffff;
}

/* IE Bug-Fix */
* html #category_list a {
	height: 20px;
}
/** Kategorie Liste Ende **/


/** Tabnavi **/
.content-inner-navi {
	float: left;
	background: url(http://media.sale2b.de/headline-bg.jpg) repeat-x;
	height: 45px;
	padding-bottom: 20px;
	width: 100%;
}

.content-inner-navi ul {
	float: left;
	list-style: none;
}

.content-inner-navi li {
	float: left;
	padding: 0 25px;
	border-right: 2px solid #FFFFFF;
	font-weight: bold;
	line-height: 31px;
	height: 45px;
}

.content-inner-navi a {
	color: #000000;
}

/** Tabnavi Ende **/


/** Infobar **/
#infobar {
	position: relative;
	background: #FFE373;
	border-bottom: 1px solid #CE1A01;
	font-size: 12px;
	line-height: 25px;
	height: 25px;
	padding-left: 25px;
	font-weight: bold;
	display: none;
}

#infobar span {
	float: left;
}

#infobar img {
	float: right;
	padding-right: 10px;
	padding-top: 2px;
}

/** Infobar Ende **/


/** Anmelden Seite **/
#register-left {
	float: left;
	width: 342px;
	min-height: 600px;
	margin-right: 12px;
}

#register-right {
	float: right;
	width: 620px;
	min-height: 600px;
}
/** Anmelden Seite Ende **/


a.faq-link {
	font-size: 14px;
	line-height: 16px;
}

/** Disabled **/
.grey {
	color: #CCCCCC;
}
/** Disabled  Ende **/

.width-auto {
	width: auto;
}

.line-height {
	line-height: 18px;
}

.absmiddle {
	vertical-align: middle;
	display: inline-block;
}

.big-input {
	border: 1px solid #CCCCCC;
	font-size: 14px;
	padding: 1px;
	margin: 2px 0;
}

input.submit-button {
	width: auto !important;
	height: auto !important;
	border: 0 !important;
}

#ad { 
	position: absolute; 
	width: 180px; 
	margin: 216px 0 350px 1000px;
	padding: 3px;
	height: 600px;
}

.searchindex-box {
	margin: 25px;
	padding: 10px 20px;
	background-color: #FFF2C5;
	font-weight: bold;
	line-height: 1.6em;
}

.searchindex-list {
	display: block;
	width: 980px;
}

.searchindex-list li {
	display: block;
	width: 320px;
	float: left;
}

/**
 * Bookmarks
 *
 */
/*
.bookmarks {
    position: absolute;
    top: -1px;
    font-weight: bold;
    list-style-type: none;
}
*/
* html b\ody .bookmarks {
	display: none;
}

.bookmarks {
	left: 530px;
}

.bookmarks img {
	margin:7px 3px 0 0;
}

ul.bookmarks-navi, .bookmarks-navi ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	border: 0;
	height: auto;
	line-height: 20px;
	vertical-align: top;
}

.bookmarks-navi li ul {
	display: none;
}

.bookmarks-navi li:hover ul {
	display: block;
	height: auto;
	width: 140px;
	background-color: #ffffff;
	border:1px solid #F3F3F3;
	border-top: 0;
}

.bookmarks-navi li ul li a {
	line-height: 30px;
	height: 30px;
}

.bookmarks-navi li ul li a img {
	margin-bottom: 5px;
	line-height: 20px;
	height: 20px;
	vertical-align: middle;
}


