html {
    text-align:center;  
	overflow-x: hidden; 
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/left_bg.gif);
	background-repeat: repeat-y;
	font-size: 12px;
	background-color: #333;
	margin-top: 0px;
	padding:0;
	text-align:left;
	color: #fff;         
	overflow-x: hidden;
}



/*      LAYOUT
*******************************************************************************/
#logo {
	position: absolute;
	top: 0px;
	left: 0px;
}

#top {
	position: absolute;
	top: 54px;
	left: 212px;
	height: 31px;
	text-align: right;
	background-color: #727272;
	width: 1600px;
}

#top_box {
	position: absolute;
	top: 0px;
	left: 212px;
	height: 54px;
	text-align: right;
	background-color: #333;
	width: 1600px;
}

#left {
	position:absolute;
	top: 140px;
	left: 25px;
	width: 120px;
}

#content {
	position: absolute;
	left: 212px;
	top: 125px;
	width: 610px;
}

#top_bar {
	position: absolute;
	top: 80px;
	left: 212px;
	background-color: #333;
	width: 610px;
}

#search {
	width: 310px;
	float: left;
}


a.extended_search_link {
	float:left;
	text-decoration: none; 
	line-height: 17px; 
	margin-left: 30px;
	padding-top: 1px;
	font-size: 10px;
	color: #fff;
}

#listview {
	padding-top: 16px;
	width: 100px;
	float: right;
}

#listview .text {
	display: block;
	width: 50px;
	height: 17px;
	font-size: 10px;
	color: #fff;
	float: left;
	border: none;
	line-height: 17px;
}

#listview a.icon-thumbs, #listview a.icon-list {
	display: block;
	width: 17px;
	height: 17px;
	float: left;
}

#listview a.icon-thumbs {
	background: #333 url('../images/icon_dots.png') no-repeat;
	margin-right: 3px;
}
#listview a.icon-thumbs:hover {
	background: #333 url('../images/icon_dots-hover.png') no-repeat;
}

#listview a.icon-list {
	background: #333 url('../images/icon_lines.png') no-repeat;
}
#listview a.icon-list:hover {
	background: #333 url('../images/icon_lines-hover.png') no-repeat;
}


/*      PRODUCTS MENU
*******************************************************************************/
ul#mainmenu {
	margin: 0;
	padding: 0;
	list-style-type:none;
	font-size: 12px;
}

ul#mainmenu li {
	list-style-type:none;
	padding: 0;
	margin: 0;
	display: block;
	margin-bottom: 10px;
}

ul#mainmenu li a {
	text-decoration:none;
	display:block;
	height: 15px;
	background-color: #333;
	padding-left: 5px;
}

ul#mainmenu li a:hover {
	color: #b0b0b0;
}


ul#mainmenu li ul {
	list-style-type:none;
	padding: 0 0 0 15px;
	margin: 0;

}

ul#mainmenu li ul li {
	margin-bottom: 0;
}


ul#mainmenu li ul li a {
	padding: 0;
	background-image: none;
	display:block;
	text-decoration: none;
	background-color: #494949;

}

ul#mainmenu li ul li a:hover {

}

#mainactive {
	color: white;
}

#subactive {
	font-weight:bold;
}


/*      TOPMENU
*******************************************************************************/
#top a  {
	display:block;
	float:left;
	margin: 0px 20px 0 10px;
	font-size: 12px;
	color: #fff;
	text-decoration:none;
	vertical-align:bottom;
	line-height: 31px;
}

#top a:hover {
	color: #ccc;
}

#top a#active {

}

/*      TEXT
*******************************************************************************/
b, strong {
	color: #fff;
}


h2 {
	font-family: Verdana, Arial, Helvetica, Sans serif;
	font-size: 14px;
	font-weight: normal;
	color: white;
	margin: 3px 0px 10px 0px;
}

h4 {
	font-family: Verdana, Arial, Helvetica, Sans serif;
	font-size: 12px;
	font-weight: bold;
	color: white;
	margin: 3px 0px 10px 0px;
}


/*      LINKS
*******************************************************************************/
a {
	color: #fff;
	text-decoration: underline;
}

a:hover {
	color: #ccc;
}


a.menulink {
	text-decoration:none;
	background-color: #333;
}

a.menulink:hover {
	text-decoration:none;
	color: #b0b0b0;
}


/*      UNTERKATEGORIEN-AUFLISTUNG
*******************************************************************************/
a.cat_list {
	display:block;
	float:left;
	border: 1px solid #999;
	padding: 10px;
	margin-left: 5px;
	margin-bottom: 10px;
	height: 160px;
	text-decoration:none;
	width: 170px;
}

a.cat_list:hover {
	background-color: #999;
}


/*      AUFLISTUNG
*******************************************************************************/

div.list_default {
	float:left;
	border: 1px solid #717171;
	padding: 5px;
	margin-right: 10px;
	color: #fff;
	font-size: 11px;
	margin-bottom: 25px;
	height: 200px;
	width: 130px;
}

table.list_mid {

}

table.list_mid td {
	border-bottom: 1px solid #fff;
	padding-top: 20px;
}


div.img_centerbox {
	display:table-cell;
	vertical-align: middle;
	height: 150px;

}

img.border {
	border: 5px solid #fff;
}

div#listview a {
	text-decoration: none;
}

div#listview a:hover {
	text-decoration: none;
	color: #ccc;
}

div#listview a#active {
	text-decoration:none;
	font-weight:bold;
}

.pagenavlink {
        display: block;
        margin-left: 1px;
        margin-bottom: 2px;
        width: 22px;
        height: 16px;
        line-height: 16px;
        float:left;
        text-align: center;
        text-decoration: none;
        border: 1px solid #999;
        color: #999;
}

.pagenavlink:hover {
        background-color: #333;
        color: #fff;
}

.pagenav_placeholder {
        display: block;
        margin-left: 1px;
        width: 22px;
        height: 16px;
        line-height: 16px;
        float:left;
}

.pagenav_container {

}

#active_page a {
font-weight:bold;
color: white;
}


/*      DETAILSEITE
*******************************************************************************/
table.detail_info {
	color: white;
	background-color: #333;
}

table.detail_info th {
	font-weight: bold;
	background-color: #545454;
	border-bottom: 3px solid #333;
	height: 35px;
	font-size:  11px;
}

table.detail_info td {
	background-color: #545454;
	border-bottom: 3px solid #333;
	height: 15px;
	font-size:  11px;
}

a.order_button {
	background-image: url(../images/icon_cart_light.gif);
	background-repeat: no-repeat;
	background-color: #545454;
	border: 1px solid #545454;
	height: 30px;
	width: 250px;
	color: white;
	text-decoration:none;
	padding: 4px 10px 4px 30px;
	background-position: 4px center;
}

a.order_button:hover {
	background-image: url(../images/icon_cart.gif);
	text-decoration:none;
	background-color: #333;
	border: 1px solid #545454;
}



/*      MODULE
*******************************************************************************/
.module_head {
	text-decoration:none;
	display:block;
	height: 15px;
	background-color: #333;
	padding-left: 5px;
}

.module_body {
	display:block;
	width: 100%;
	background-color: #333;
	font-size: 11px;
}

.cart_items {
	display:block;
	width: 100%;
	height: 47px;
	background-color: #999;
	vertical-align: middle;
}

.mod_cart_link {
	display:block;
	height: 20px;
	line-height: 20px;
	border: 1px solid rgb(242,241,222);
	color: rgb(102,51,0);
	text-decoration: none;
	font-weight: bold;
}

.mod_cart_link:hover {
	background-color: rgb(242,241,222);
}


.cart_table {

}


/*      WARENKORB
*******************************************************************************/
.cart_table th {
        background-color: #999;
        font-weight: bold;
        color: #fff;
        font-size: 12px;
}

.cart_table td {

        font-size: 11px;
        color: #fff;
}

.cart_table td.list1 {
        background-color: #202020;
}

.cart_table td.list2 {
        background-color: #303030;
}

.cart_table td.listfoot_1 {
        background-color: #999;
        font-weight: bold;
        color: #fff;
        font-size: 12px;
}


/*      FORMS
*******************************************************************************/
form {
        margin: 0;
}

.text {
        height: 20px;
        border: 1px solid #666666;
        line-height: 20px;
}

fieldset {
	border: 1px solid white;
}

label {
	display:block;
	width: 150px;
	font-weight: normal;
	color: white;
}

label.left {
	font-weight: normal;
}

label.radio_left {
	float:left;
	line-height: 14px;
	width: 250px;
}

label.normal {
	float:left;
	line-height: 20px;
	height: 20px;
	margin-bottom: 1px;
}

label.checkbox {
	margin: 0;
	padding: 0;
	font-size: 11px;
	line-height: 15px;
	height: 20px;
}

input.checkbox {


}

input[type=text], input[type=password] {
	height: 1.3em;
	padding: 0em;
	margin: 0.1em 0;
	width: 16.5em; 
	font-size: 1.1em;
} 

#mod_search_searchword {
	float:left;
	width: 140px; 
	margin: 1px 0px 3px 0px;
}


#searchbutton {
	width: 30px; 
	height: 17px; 
	font-size: 10px;
	margin-top: 2px;
}


legend {
	padding: 4px;
	border:2px solid white;
	background-color: #545454;
	color:white;
	font-weight:bold;
	text-align:right;
}

fieldset.smaller {
	border: 1px solid #727272;

}

fieldset.smaller legend {
	border: 1px solid #727272;
	font-weight: normal;
	padding: 1px;
	font-size: 11px;
}

fieldset.smaller label {
	font-size: 11px;
	color: #fff;
}

#category_select {
	font-size: 11px;
}

.small {
        color: #fff;
        font-size: 10px;
}

.mid {
        color: #fff;
        font-size: 11px;
}

.textarea {
        border: 1px solid #666666;
        font-family: Verdana, Arial, Helvetica;
        font-size: 12px;
}





/*      MISC
*******************************************************************************/
#error {
        color: red;
        font-weight: bold;
}

#message {
        color: #ccc;
        font-weight: bold;
}

.msg_container {
        display:block;
}

.msg_container, .msg_box {
        display:block; vertical-align: middle; float:left;
}

.button_small {
        height: 18px;
        width: 70px;
        border: 1px solid #666666;
        font-size: 12px;
}

.button {
        height: 19px;
        border: 1px solid #999;
        background-color: #333;
        color: #fff;
}

.sqlLog {
	display: none;
}

