@charset "UTF-8";
@media all {

/* Alle Schriftgrößen auf Standardgröße (16 Pixel) zurücksetzen */
html * {
	font-size:100.01%;
}

/* Schriftgröße von monospaced Elemente auf 16 Pixel setzen */
textarea, pre, tt, code {
	font-family:"Courier New", Courier, monospace;
}

/* Basis-Layout erhält Standardschriftgröße von 12 Pixeln */
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:75.00%;
}

/**
 * Schriftgrößen nach body
 *
 * 133.33%	- 16px
 * 116.67%	- 14px
 * 100%		- 12px
 * 91.66%	- 11px
 * 83.33%	- 10px
 * 75%		- 9px
*/

h1, h2, h3, h4, h5, h6 {
	font-weight:bold;
	margin-top:0;
	margin-right:0;
	margin-bottom:0.5em;
	margin-left:0;
}

h1 {
	font-size:133.33%;
	border-bottom-width:1px;
	border-bottom-style:dotted;
	border-bottom-color:#6D6E70;
}

h2 {
	font-size:116.67%;
	padding:0px;
}

h3 {
	font-size:75%;
	padding:0px;
	margin-bottom:5px;
}

h4 {
	background-color:#E1E1E1;
	text-align:left;
	font-size:83.33%;
	color: #6d6e70;
	text-transform:uppercase;
	margin-bottom:5px;
	border:1px solid #6d6e70;
	padding-top:5px;
	padding-right:0px;
	padding-bottom:5px;
	padding-left:5px;
}

h5 {
	font-size:116.67%
}

h6 {
	font-size:116.67%;
	font-style:italic;
}

p {
	line-height:1.5em;
	margin:0 0 1em 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:10px;
	margin-left:0px;
}

 ul, ol, dl {
	line-height: 1.5em;
	margin: 0 0 1em 1em;
}

li {
	margin-left: 1.5em;
	line-height: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin:0 0 1em 2em;
}

/* ### text formatting | Textauszeichnung ### */

cite, blockquote {
	font-style:italic;
}

blockquote {
	margin: 0 0 1em 1.5em;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style:italic;
}

pre, code {
	font-family: monospace;
	font-size: 1.1em;
}

acronym, abbr {
	letter-spacing: .07em;
	border-bottom: .1em dashed #c00;
	cursor: help;
}

/**
   * Generic Content Classes
   * (en) standard classes for positioning and highlighting
   * (de) Standardklassen zur Positionierung und Hervorhebung
   *
   * @section content-generic-classes
   */
.note {
	background: #dfd;
	padding: 1em;
	border-top: 1px #bdb dotted;
	border-bottom: 1px #bdb dotted;
}

.important {
	background: #ffd;
	padding: 1em;
	border-top: 1px #ddb dotted;
	border-bottom: 1px #ddb dotted;
}

.warning {
	background: #fdd;
	padding: 1em;
	border: 1px dotted #dbb;
}

.disabled {
	color: #999;
}

.float_left {
	float: left;
	display:inline;
	margin-right: 1em;
	margin-bottom: 0.15em;
}

.float_right {
	float: right;
	display:inline;
	margin-left: 1em;
	margin-bottom: 0.15em;
}

.center {
	text-align:center;
	margin: 0.5em auto;
}

/**
   * External Links
   *
   * (en) Formatting of hyperlinks
   * (de) Gestaltung von Hyperlinks
   *
   */
a:link {
	color: #00F;
	text-decoration: none;
}

a:visited {
	color: #00F;
	text-decoration: none;
}

a:hover,
a:hover h2 {
	color: #00F;
	text-decoration: underline;
}

a:active {
	color: #00F;
}

a:focus,  input:focus {
	outline: none;
}

/**
* Tables | Tabellen
* (en) Generic classes for table-width and design definition
* (de) Generische Klassen für die Tabellenbreite und Gestaltungsvorschriften für Tabellen
*
* @section content-tables
*/
table {
	width: auto;
	border-collapse:collapse;
	margin-bottom: 0.5em;
}

table.full {
	width: 100%;
}

table.fixed {
	table-layout:fixed;
}

th, td {
	padding: 0.5em;
	vertical-align: top;
}

thead th {
	background: #444;
	color: #fff;
}

tbody th {
	background: #ccc;
	color: #333;
}

tbody th.sub {
	background: #ddd;
	color: #333;
}

th {
	color: #333333;
	font-size: 12px;
	background-color: #fec122;
	font-weight: bold;
}

th a:link {
	color: #666666;
}

th a {
	color: #666666;
}

th a:visited {
	color: #333333;
}

ul {
	margin: 0;
	padding: 10px 10px 10px 20px;
	line-height: 1em;
	list-style-type: square;
}

li {
	padding-bottom: 5px;
}

/*------------------------------------------------------------------------------------------------------*/

hr {
	color: #fff;
	background:transparent;
	margin: 0 0 0.5em 0;
	padding: 0 0 0.5em 0;
	border:0;
	border-bottom: 1px #000 solid;
}

h2.warning {
	color: #F00;
	margin: 5px;
	text-align: center;
}

/*------------------------------------------------------------------------------------------------------*/

/**
 * 3 Spaltige Tabelle index usw.
 */
#content_table {
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

#content_table td#td_left, #content_table td#td_middle, #content_table td#td_right {
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

#content_table td#td_middle {
	width: 100%;
	padding-right: 10px;
	padding-left: 10px;
}

#content_table td#td_right {
	padding-left: 10px;
}

#boxes_left {
	width: 200px;
}

#boxes_right {
	width: 200px;
}

/*------------------------------------------------------------------------------------------------------*/

.text_small {
	font-size: 10px;
}

.heading1 {
	background-color: #FFFFFF;
	padding: 5px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
	border: 1px solid #666666;
}

.error_text {
	font-weight: bold;
	color: #FF0000;
}

.error_lable {
	font-weight: bold;
	color: #FFF;
	background-color: #F00;
	padding: 2px;
	width: auto;
}

#message_error, #message_ok {
	padding: 10px;
	font-size: 12px;
	font-weight: bold;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
}

#message_error {
	background-color: #F00;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	color: #FFF;
}

#message_ok {
	background-color: #95FF95;
	border-top-color: #00FF00;
	border-right-color: #00FF00;
	border-bottom-color: #00FF00;
	border-left-color: #00FF00;
}

#copyright {
	text-align:center;
	font-size:10px;
	clear:both;
	padding-top:20px;
	padding-bottom:10px;
}

#onsite {
	font-size:10px;
	padding-bottom:20px;
}

a:hover.help {
	cursor:help;
}

/*------------------------------------------------------------------------------------------------------*/

/**
 * Kategorie Auswahl
 */
div#category_selector {
}

div#category_selector div.col {
	float: left;
	width: 33%;
}

div#category_selector div.col select.box {
	height: 100px;
	width: 100%;
	border: 2px solid #BBBBBB;
}

/*------------------------------------------------------------------------------------------------------*/

div.box2 {
	clear: both;
}

div.box2 h4 {
	margin-bottom:0px;
	border-radius:5px;
	-moz-border-radius:5px;
	background:-moz-linear-gradient(top, #FFF, #CCC);
	background:-webkit-gradient(linear, left top, left bottom, from(#FFF), to(#CCC));
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr=#FFFFFFFF,EndColorStr=#FFCCCCCC)";
 	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr=#FFFFFFFF, EndColorStr=#FFCCCCCC);
}

div.box2 div.box_content2 {
	background:#FFF;
	padding: 5px;
	margin-bottom:10px;
	margin-left:10px;
	margin-right:10px;
	clear: both;
	text-align: left;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #6d6e70;
	border-bottom-color: #6d6e70;
	border-left-color: #6d6e70;
	border-radius:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-bottomleft:5px;
	background:-moz-linear-gradient(top, #FFF, #E6E6E6);
	background:-webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E6E6E6));
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr=#FFFFFFFF,EndColorStr=#FFE6E6E6)";
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr=#FFFFFFFF, EndColorStr=#FFE6E6E6);
}

/*------------------------------------------------------------------------------------------------------*/

/**
 * Styles auf Artikelseite (item.php) 
 */
#page_item #item_top_division {
}

#page_item #item_top_division .col1 {
	width:15%;
	padding-right:10px !important;
}

#page_item #item_top_division .col2 {
	width:50%;
}

#page_item #item_top_division .col3 {
	width:35%;
}

#page_item #item_top_division .col1, #page_item #item_top_division .col2, #page_item #item_top_division .col3 {
	padding:0px;
}

#page_item .heading3 {
	text-align: right;
	padding: 5px;
	margin-bottom:10px;
	font-size: 12px;
	color:#FFF;
	background-color:#999;
	border: 1px solid #6d6e70;
	font-weight: bold;
	border-radius:5px;
	-moz-border-radius:5px;
	background:-moz-linear-gradient(top, #CCC, #999);
	background:-webkit-gradient(linear, left top, left bottom, from(#CCC), to(#999));
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr=#FFCCCCCC,EndColorStr=#FF999999)";
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr=#FFCCCCCC, EndColorStr=#FF999999);
}

#page_item .ends {
	font-size: 14px;
	font-weight: bold;
	color: #333;
}

#page_item .box_content3 {
	background-color: #F0F0F0;
	border: 1px solid #6d6e70;
	font-size: 11px;
	text-align: left;
	margin-bottom: 5px;
}

div.picture_gallery {
	float: left;
	margin-bottom: 10px;
	margin-left: 10px;
}

#bidding_table table {
	background-color: #666666;
}

#bidding_table td {
	background-color: #FFFFCC;
}

/*------------------------------------------------------------------------------------------------------*/

/**
 * Verkaufen Seite (sell.php)
 */

#item_preview_description {
	height: 100px;
	overflow: auto;
	position: relative;
	border: 1px dotted #CCCCCC;
	padding: 5px;
}

/*------------------------------------------------------------------------------------------------------*/

/**
 * Login (login.php)
 */
#page_login div.box_heading h1 {
	background-image: url(../../images/icons/icon_login_22.png);
	background-repeat: no-repeat;
	background-position: 5px 4px;
	padding-left: 30px;
	height: 21px;
}

/*------------------------------------------------------------------------------------------------------*/

/**
 * News (news.php)
 */
#page_news div.box_heading h1 {
	background-image: url(../../images/icons/icon_news_22.png);
	background-repeat: no-repeat;
	background-position: 5px 4px;
	padding-left: 30px;
	height: 21px;
}

/*------------------------------------------------------------------------------------------------------*/

/**
 * Hilfe Seite (faq.php)
 */
 
#page_faq div.box_heading h1 {
	background-image: url(../../images/icons/icon_help_22.png);
	background-repeat: no-repeat;
	background-position: 5px 4px;
	padding-left: 30px;
	height: 21px;
}

#page_faq h3 {
	font-size: 116.00%;
}

#page_faq table {
	width: 100%;
}

#page_faq table tr td {
	padding: 10px;
	vertical-align: top;
}

#page_faq table tr td#left {
	white-space: nowrap;
	width: 20%;
}

#page_faq table tr td#left ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#page_faq table tr td#left ul li {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}

#page_faq table tr td#left ul li.active {
	background-color: #E1E1E1;
}

#page_faq table tr td#right {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #666;
	width: 80%;
}

#page_faq table tr td#right div.answer {
	margin-left: 25px;
	margin-bottom: 25px;
}

/*------------------------------------------------------------------------------------------------------*/

/**
 * Kategorie Übersichtsseite
 */
#page_category_overview h2 {
	margin: 0px;
	padding: 0px;
}

#page_category_overview ul {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#page_category_overview ul li {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 25px;
}

#page_category_overview table {
	width: 100%;
}

#page_category_overview table tr {
}

#page_category_overview table tr td {
	vertical-align: top;
}

/*------------------------------------------------------------------------------------------------------*/

/**
 * Seite mit Informations Kapiteln z.B. my_buying_pay_now
 */
#site_info_row div.row {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}

#site_info_row div.box1 {
	border: 1px solid #999;
	background-color: #FFF7D7;
	padding: 5px;
}

/*------------------------------------------------------------------------------------------------------*/

/**
 * Position der Boxen
 */

#search_main {
	font-size: 16px;
	width: 300px;
}

#search_main_update {
	border: 1px solid #666666;
	background-color: #333333;
}

#search_main_update ul {
	margin: 0px;
	padding: 0px;
}

#search_main_update li {
	display: block;
	margin: 1px;
	padding: 2px;
	list-style-type: none;
	color: #FFFFFF;
}

/* für ajax autocompleter */
.selected {
	background-color: #FFCC33;
	border: 1px solid #666666;
	color: #333333;
}

/*------------------------------------------------------------------------------------------------------*/

/**
 * Mein Konto
 */
div#my_area {
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #aaaaaa;
	border-bottom-color: #aaaaaa;
	border-left-color: #aaaaaa;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	overflow: hidden;
}

div#my_area div.subcolumns div.subcl, div#my_area div.subcolumns div.subcr {
	margin: 0px;
	padding: 0px;
}

/**
 * Mein Konto: Menuleiste oben
 */
#my_menu_top {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #aaaaaa;
	height: 30px;
	display: block;
}

#my_menu_top ul {
	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#my_menu_top ul li {
	list-style-type: none;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding: 0px;
	background-image: url(../../images/buttons/my_menu_top_button_r.png);
	background-repeat: no-repeat;
	background-position: right top;
	white-space: nowrap;
}

/* ie6 bugfix */
* html #my_menu_top ul li {
	wid\th: 1px;
}

#my_menu_top ul li a {
	background-image: url(../../images/buttons/my_menu_top_button_l.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	height: 19px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 6px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 7px;
	margin-right: 5px;
}

#my_menu_top ul li.active {
	background-image: url(../../images/buttons/my_menu_top_button_over_r.png);
}

#my_menu_top ul li.active a {
	background-image: url(../../images/buttons/my_menu_top_button_over_l.png);
	height: 20px;
}

div#my_area table.message_center_message {
	border-collapse: collapse;
	background-color: #e4e4e4;
	border: 10px solid #e4e4e4;
	margin: 5px;
	width: 100%;
}

div#my_area table.message_center_message thead td {
}

div#my_area table.message_center_message tbody td.content {
	background-color: #F5F5F5;
}

/*------------------------------------------------------------------------------------------------------*/

/**
 * Auflisting mit Beschreibung: Inhalt z.B. feedbacks_list.php
 */
div.row_list_paragraph {
}

div.row_list_paragraph div {
	margin-bottom: 10px;
}

div.row_list_paragraph div span {
	font-weight: bold;
}

table.row_list_paragraph {
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #CCC;
}

table.row_list_paragraph tr {
}

table.row_list_paragraph td {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
}

/*------------------------------------------------------------------------------------------------------*/

/**
 * php Fehlermeldungen (Debug)
 */
#php_error {
	background-color: #F00;
	margin: 10px;
	padding: 5px;
	border: 1px dotted #900;
	color: #FFF;
}

#php_error pre {
	white-space: normal;
}

#php_error hr {
	height: 1px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
}

/**
 * Debugger Performance
 */ 
#debugger_pt {
	border: 1px dashed #F90;
	padding: 10px;
	background-color: #FFEFDF;
	margin: 20px;
}

#debugger_pt p {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

#debugger_pt sub {
	text-align: center;
	display:block;
	font-size: 10px;
	color: #999;
	margin-bottom: 10px;
}

#debugger_pt table {
	margin-right: auto;
	margin-left: auto;
}

#debugger_pt th {
	background-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0C0;
	text-align: right;
}

#debugger_pt td {
	background-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	text-align: right;
}

/*------------------------------------------------------------------------------------------------------*/
  
#option_big_box label {
	padding-top: 50px;
	padding-bottom: 50px;
	border: 1px dotted #666;
	margin-bottom: 5px;
	display: block;
	padding-left: 50px;
	font-size: 16px;
	font-weight: bold;
}

#option_big_box label:hover {
	background-color: #D9FFD9;
	border: 1px solid #0C0;
}

#option_big_box label:focus {
	background-color: #FFF;
	border: 1px solid #0C0;
}

#option_big_box label input {
	margin-right: 50px;
}
}
