* { /* reset */
	margin: 0;
	padding: 0;
}

/**** BEGIN OF STRUCTURE LAYOUTS with specific a layouts and images ****/
html { /* full size */
	height: 100%;
	width: 100%;
}

body {
	width: 100%;
	height: 100%;
	text-align: center;
}

#container {
	width: 780px;
	height: 100%;
	padding: 0px auto; /* center */
	margin: 0px auto;
	background: rgb(255,255,255);
}

#head {
	position: relative;
	height: 71px;
	width: 780px;
	background: url(../img_layout/verlauf_banner.jpg) repeat-y;
	background-attachment: fixed;
	background-position: 0 1px;
	border: 0px solid blue;
}

#logo {
	position: relative;
	float: right;
	display: inline; /* fix IE double margin bug */
	margin-right: 20px;
	margin-top: 6px;
	border: 0px solid black;
	font-size: 0; /* FIX IE div->cr/lf->img-->3 px spacer bug. Linebreak is inserted by tidy. This bug exists since IE 1.0! */
}
#top_menu {
	clear:both; /* clear just to make sure */
	position: relative;
	height: 22px;
	width: 780px;
	background: url(../img_layout/verlauf_menu.jpg) repeat-y;
	background-attachment: fixed;
	background-position: 100% 0;
	border-bottom: 3px solid rgb(235,235,235);
}
#top_menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#top_menu ul li {
	margin: 0 0 0 20px;
	padding: 0;
	float: left;
}
#top_menu a {
	height: 22px;
	font-size: 12px;
	line-height: 22px;
	color: rgb(0,0,0);
	text-decoration: none;
}
#top_menu a.top_menu_active {
	font-weight:bold;
}
#top_menu a:hover {
	text-decoration: underline;
}

#sub_menu {
	width: 780px;
	height: 22px;
	margin-top: 6px;
}
#sub_menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#sub_menu ul li {
	margin: 0 0 0 20px;
	padding: 0;
	float: left;
}
#sub_menu a {
	height: 22px;
	font-size: 12px;
	line-height: 22px;
	color: rgb(0,0,0);
	text-decoration: none;
}
#sub_menu a.sub_menu_active {
	font-weight:bold;
}
#sub_menu a:hover {
	text-decoration: underline;
}


#content {
	width: 780px;
}

#print_contact_wrap {
        visibility: hidden;
        height: 0px;
        overflow: hidden;
        display: none; /* IE: No, we really dont want to show this element ... */
}
#print_contact {
        visibility: hidden;
        height: 0px;
        overflow: hidden;
        display: none; /* IE: No, we really dont want to show this element ... */
}

#print_logo {
	visibility: hidden;
	height: 0px;
	overflow: hidden;
	display: none; /* IE: No, we really dont want to show this element ... */
}
#print_url {
	visibility: hidden;
	height: 0px;
	overflow: hidden;
	display: none; /* IE: No, we really dont want to show this element ... */
}

#normal {
	width: auto;
	margin: 0px;
	border: 0px solid red;
}
#normal_content {
	position:relative;
	margin-left: 20px;
	margin-right: 20px;
	padding-top: 30px;
	padding-bottom: 20px;
	top: 0px;
	border: 0px solid green;
}

#normal_float {
	float: left;
	text-align: left;
	width: 100%;
	min-height: 408px;
	border: 0px solid green;
}
* html #normal_float {
	display: table-cell; /* IE fake min-height */
	height: 408px;
}

#foot {
	position: relative;
	clear:both; /* clear just to make sure */
	height: 22px;
	width: 780px;
	text-align: left;
}

#bottom_menu {
	position: relative;
	float: left;
}
#bottom_menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	vertical-align: middle;
}
#bottom_menu ul li {
	float: left;
	margin: 0 0 0 20px;
	padding: 0;
	vertical-align: middle;
}
#bottom_menu a {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	color: rgb(0,0,0);
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	text-indent: 6px;
}
#bottom_menu a.bottom_menu_active {
	font-weight: bold;
}
#bottom_menu a:hover {
	text-decoration: underline;
}

#copyright {
	float: right;
	margin: 0 20px 0 0;
	line-height: 22px;
	font-size: 11px;
	text-align: right;
}

.clearfix:after {
	content: "."; 
	display: block; 
	clear: both; 
	visibility: hidden;
	height: 0; 
}
.clear {
	clear: both;
}
#ie_clear {
	display: none; /* overwrite setting from IE hacks */
}

/**** END OF STRUCTURE LAYOUTS with specific a layouts and images ****/

/**** BEGIN OF COMMOM LAYOUTS ****/
#container {
	font-family:arial,verdana,helvetica,sans-serif;
	color: rgb(0,0,0);
	font-size: 12px;
}

#sub_menu, #content, #foot {
	border-left: 1px solid rgb(155,155,155);
	border-right: 1px solid rgb(155,155,155);
}
#normal ul {
	margin: 0 0 0 17px;
}
#normal ul li {
	font-size:12px;
	font-weight:normal;
	line-height:150%;
	text-indent:0px;
}
#normal a {
	font-weight: bold;
}

a, a:link, a:visited, a:active {
	font-family:arial,verdana,helvetica,sans-serif;
	font-size: inherit;
	font-weight: inherit;
	text-decoration: underline;
	color: rgb(0,0,0);
}


hr {
	border 0;
	border-top: 1px solid rgb(236,116,4);
	height: 1px;
}


img {
	border: 0px;
}

img.float-left {
	float:left;
	margin:0pt 10px 0pt 0pt;
	padding:0pt;
}

/**** Sitemap Begin ****/
/*.csc-sitemap ul {
	list-style-image: none !IMPORTANT;
}
.csc-sitemap ul li {
	margin: 0 0 0 17px;
}*/

ul.sitemap {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

ul.sitemap li a {
  font-family: arial ,verdana, helvetica, sans-serif;
  font-size: 12px;
  line-height: 12px;
  font-weight: normal !important;
  text-decoration: none !important;
}

ul.sitemap li a:hover {
  text-decoration: underline;
}

ul.sitemap ul {
  list-style-type: square;
  padding: 0px;
  margin: 0px;
}

ul.sitemap ul li a {
  font-size: 11px;
}
/**** Sitemap Ende ****/

/**** Mail-Form Begin ****/
#mailform {
	font-family:arial,verdana,helvetica,sans-serif;
	font-size:11px;
	font-weight:normal;
	line-height:150%;
	text-indent:0px;
}
#mailform fieldset {
	margin: 0;
	padding: 0;
	border: 0px;
}
#mailform .csc-mailform-field {
	margin: 3px 0 0 0;
	text-vertical-align: middle;
}
#mailform label {
	width: 180px;
	float: left;
/*	display: block;*/
}

#mailform textarea {
	width: 300px;
	font-family:arial,verdana,helvetica,sans-serif;
	font-size: 11px;
}
#mailform input {
	width: 240px;
}
#mailform select {
	width: 166px;
}
#mailformformtype_mail {
	width: 166px !IMPORTANT;
}
.csc-mailform-check {
	width: 13px !IMPORTANT;
}
/**** Mail-Form End ****/




/*** Shop styles ***/
.list .list_image {
	float: left;
	margin-right: 10px;
}

.list_clear {
	margin-bottom: 12px;
}

.single .single_image {
	float: left;
	margin-right: 80px;
}

.single_clear {
	margin-bottom: 12px;
}


.cmrc_mb_box .qtyInput {
	text-align: right;
}

.payment select {
	width: 140px;
}

.cmrc_mb_next {
	text-align: right;
}

.chkout_address .data .chkout_address_input input {
	width: 240px;
}

#address label {
	float: left;
	width: 130px;
}
#address div input {
	width: 200px;
}

.cmrc_chkout_tax {
	text-align: right;
}

.chkout_list_form_submit {
/*	float: right;*/
}

