body {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	height:100%;
}
html {
	margin: 0px;
	padding: 0px;
	height:100%;
}
form {
	margin: 0px;
	padding: 0px;
}
input {
	padding: 0px;
}
select {
	padding: 0px;
}


table {
	border-collapse: collapse;
}
table td, table th {
	padding: 0;
}

.bgleft {
	background-image:url('/pic/bg_left.gif');
	background-repeat:repeat-y;
	background-position:right;
	background-attachment: scroll;
}
.bgright {
	background-image:url('/pic/bg_right.gif');
	background-repeat:repeat-y;
	background-position:left;
	background-attachment: scroll;
}
.content_bottom {
	background-image:url('/pic/contentbg_bottom_repeater.gif');
	background-repeat:repeat-x;
	background-position:bottom;
	background-attachment: scroll;
}
.footer {
	background-image:url('/pic/footer_repeater.gif');
	background-repeat:repeat-x;
	background-position:top;
	background-attachment: scroll;
}
.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#d4d2cd;
	position:relative;
	top: 2px;
}
.gl_sideline {
	background-image:url('/pic/ql_sideline.gif');
	background-repeat:repeat-y;
	background-attachment: scroll;
}
.gl_top {
	background-image:url('/pic/contentbg_top_repeater.gif');
	background-repeat:repeat-x;
	background-position:top;
	background-attachment: scroll;
}
.bg_navigation {
	background-image:url('/pic/nav_repeater.gif');
	background-repeat:repeat-x;
	background-position:top;
	background-attachment: scroll;
}
.searchbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#595959;
	height: 18px;
	width: 140px;
	padding-left: 4px;
	background-color: #F4F4F4;
	border-width: 1px;
	border-style: solid;
	border-top-color: #858889;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #858889;
	vertical-align:middle;
	margin-right:2px;
}

.txt_language {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #959595;
	padding-left: 15px;
}

.text_std {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #B1B1B1;
}
.text_over {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #959595;
	text-decoration:underline;
}

/* ************************************** */
/* Paragraph-Classes Generell             */
/* ************************************** */

p {
	margin: 0px;
}

/* ************************************** */
/* Listen-Classes Generell                */
/* ************************************** */

ul {
	margin: 9px 0px 9px 0px;
	padding: 0;
}

li {
	list-style-type: none;
	list-style-position: outside;
	background-image: url(/pic/list/bullet.gif);
	background-repeat: no-repeat;
	background-position: 3px 7px;
	padding-left: 13px;
}

/* ********************** */
/* Search-Classes	      */
/* ********************** */

.searchresult {
	background-color:#FFCC66;
}

/* ********************** */
/* Formular-Classes	  */
/* ********************** */

.form_table {
	margin-top:12px;
}
.form_tr {
}
.form_td_label {
	padding-bottom: 2px;
	padding-right:10px;
}
.form_td_value {
	padding-bottom: 2px;
}
.form_td_comment {
	padding-bottom: 2px;
}
.form_td_buttons {
	padding-bottom: 2px;
}
.form_checkbox {
	padding-bottom: 2px;
}
.form_radio {
	padding-bottom: 2px;
}

.form_textbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#595959;
	height: 18px;
	width: 330px;
	padding-left: 4px;
	background-color: #FCFCFC;
	border-width: 1px;
	border-style: solid;
	border-top-color: #979A9B;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #979A9B;
	vertical-align:middle;
}
.login_textbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#595959;
	height: 18px;
	width: 200px;
	padding-left: 4px;
	background-color: #FCFCFC;
	border-width: 1px;
	border-style: solid;
	border-top-color: #979A9B;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #979A9B;
	vertical-align:middle;
}
.form_textboxsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#595959;
	height: 18px;
	width: 30px;
	padding-left: 4px;
	background-color: #FCFCFC;
	border-width: 1px;
	border-style: solid;
	border-top-color: #979A9B;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #979A9B;
	vertical-align:middle;
}
.form_dropdown {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#595959;
	height: 20px;
	width: 220px;
	padding-left: 4px;
	background-color: #FCFCFC;
	border-width: 1px;
	border-style: solid;
	border-top-color: #979A9B;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #979A9B;
	vertical-align:middle;
}
.form_dropdown_product {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#595959;
	height: 20px;
	width: 330px;
	padding-left: 4px;
	background-color: #FCFCFC;
	border-width: 1px;
	border-style: solid;
	border-top-color: #979A9B;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #979A9B;
	vertical-align:middle;
}
.form_dropdown_email {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#595959;
	height: 20px;
	width: 220px;
	padding-left: 4px;
	background-color: #FCFCFC;
	border-width: 1px;
	border-style: solid;
	border-top-color: #979A9B;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #979A9B;
	vertical-align:middle;
}
.form_textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#595959;
	height: 60px;
	width: 330px;
	padding-left: 4px;
	padding-top:2px;
	background-color: #FCFCFC;
	border-width: 1px;
	border-style: solid;
	border-top-color: #979A9B;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #979A9B;
	resize:none;
}
.form_button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	height: 21px;
	width: 130px;
	cursor:pointer;
	background-color: #76797A;
	border-width: 1px;
	border-style: solid;
	border-top-color: #E1E2E3;
	border-right-color: #4c4e4f;
	border-bottom-color: #4c4e4f;
	border-left-color: #E1E2E3;
	vertical-align:middle;
	padding-bottom:1px;
}
.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	height: 21px;
	width: 110px;
	cursor:pointer;
	background-color: #76797A;
	border-width: 1px;
	border-style: solid;
	border-top-color: #E1E2E3;
	border-right-color: #4c4e4f;
	border-bottom-color: #4c4e4f;
	border-left-color: #E1E2E3;
	vertical-align:middle;
	padding-bottom:1px;
}
.button_autowidth {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	height: 21px;
	width: auto;
	cursor:pointer;
	background-color: #76797A;
	border-width: 1px;
	border-style: solid;
	border-top-color: #E1E2E3;
	border-right-color: #4c4e4f;
	border-bottom-color: #4c4e4f;
	border-left-color: #E1E2E3;
	vertical-align:middle;
	padding-bottom:1px;
	padding-right:9px;
	padding-left:9px;
}
.form_delimiter {
	height:1px;
	background-image:url('/pic/form/form_delimiter.gif');
	background-repeat:repeat-x;
}
.form_delpadding {
	height:15px;
}

/* ********************** */
/* Shop-Classes           */
/* ********************** */

.shop_searchbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#595959;
	height: 18px;
	width: 140px;
	padding-left: 4px;
	background-color: #F4F4F4;
	border-width: 1px;
	border-style: solid;
	border-top-color: #858889;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #858889;
	vertical-align:middle;
	margin-right:2px;
}

.shop_couponbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#595959;
	height: 18px;
	width: 150px;
	padding-left: 4px;
	background-color: #FCFCFC;
	border-width: 1px;
	border-style: solid;
	border-top-color: #979A9B;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #979A9B;
	vertical-align:middle;
}

.shop_container_table {
	background-color:#D5D5D2;
}

.shop_container_title {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#4c4e4f;
	color:#FFFFFF;
	font-weight:bold;
	height:25px;
	vertical-align:middle;
}

.shop_container_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4e4e4e;
}

.shop_picsmall {
	margin: 3px 12px 2px 0px;
	border-top: solid 1px #efefef;
	border-right: solid 1px #a9a9a9;
	border-bottom: solid 1px #a9a9a9;
	border-left: solid 1px #efefef;
	padding: 0px;
}

.shop_picmedium {
	margin: 3px 3px 10px 15px;
	border-top: solid 1px #efefef;
	border-right: solid 1px #a9a9a9;
	border-bottom: solid 1px #a9a9a9;
	border-left: solid 1px #efefef;
	padding: 0px;
}
.shop_picaction {
	margin: 0px 0px 10px 0px;
	border-top: solid 1px #efefef;
	border-right: solid 1px #a9a9a9;
	border-bottom: solid 1px #a9a9a9;
	border-left: solid 1px #efefef;
	padding: 0px;
}

.shop_product_table {
	width: 100%;
	border: 0px solid #595959;
}

.shop_productlisttable {
	width: 100%;
	border: 0px solid #595959;
}

.shop_categorylisttable{
	width: 100%;
	border: 0px solid #595959;
}

.shop_baskettable {
	width: 100%;
	border: 0px solid #595959;
}

.shop_logintextbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#595959;
	height: 18px;
	width: 155px;
	padding-left: 4px;
	background-color: #F4F4F4;
	border-width: 1px;
	border-style: solid;
	border-top-color: #858889;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #858889;
	vertical-align:middle;
}
a.shop_nav_active:link, a.shop_nav_active:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #E48D0C;
	text-decoration:underline;
	font-weight:bold;
}
a.shop_nav_active:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #E48D0C;
	text-decoration:underline;
	font-weight:bold;
}
a.shop_nav_active:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #E48D0C;
	text-decoration:underline;
	font-weight:bold;
}
a.shop_nav_inactive:link, a.shop_nav_inactive:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4e4e4e;
	text-decoration:none;
	font-weight:bold;
}
a.shop_nav_inactive:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4e4e4e;
	text-decoration:none;
	font-weight:bold;
}
a.shop_nav_inactive:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #E48D0C;
	text-decoration:underline;
	font-weight:bold;
}

.shop_invoicepreview {
	font-family: "Courier New", Courier, monospace;
	font-size: 10px;
	color: #000000;
}
.shop_dropdown {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#595959;
	height: 20px;
	width: 160px;
	padding-left: 4px;
	background-color: #F4F4F4;
	border-width: 1px;
	border-style: solid;
	border-top-color: #858889;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #858889;
}

.shop_dropdown_sort {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#595959;
	height: 20px;
	width: 100px;
	padding-left: 4px;
	background-color: #F4F4F4;
	border-width: 1px;
	border-style: solid;
	border-top-color: #858889;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #858889;
}

/* ********************** */
/* List-Classes           */
/* ********************** */

.list_table {
}
.list_header {
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #595959;
}
.list_row1 {
	/*background-color:#E6E6E6;*/
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	border-bottom: dotted 1px #595959;
}
.list_row2 {
	/*background-color:#DADADA;*/
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	border-bottom: dotted 1px #595959;
}
.searchbox_list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#595959;
	height: 18px;
	width: 150px;
	padding-left: 4px;
	background-color: #f5f3ef;
	border-width: 1px;
	border-style: solid;
	border-top-color: #C4BDB5;
	border-right-color: #fbf9f6;
	border-bottom-color: #fbf9f6;
	border-left-color: #C4BDB5;
	vertical-align:middle;
}

