body {
	background-image: url(../images/body-bg.png);
	background-repeat: repeat;
	background-position: 0 0;
	font-family: Arial, Helvetica, sans-serif;
}

.clear-margins {
	margin-left: 0% !important;
	margin-right: 0% !important;
	width: 100% !important;
}

a:focus {
	border: 0;
	outline: 0;
}

/* anchors
----------------------------------------------- */
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* Container-Klassen */
/* .container_12 und .container_16 Styling wird in grid.css definiert */

#tmp-container {
	background: #fafafa;
	position: relative;
	z-index: 1;
	margin-left: 0%;
	margin-right: 0%;
	width: 100%;
  	-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 20px;
	box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 20px;
	-moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}

#tmp-container #jump-top {
	position: fixed;
	bottom: 40%;
	width: 32px;
	height: 70px;
	float: right;
	margin-left: 960px;
	font-size: 9px;
	font-weight: bold;
	text-align: center;
	background-image: url(../images/jump-top-bg.png);
	background-position: 0 0;
	background-repeat: repeat-y;
	-webkit-box-shadow: rgba(0, 0, 0, 0.3) 2px 2px 0px;
	box-shadow: rgba(0, 0, 0, 0.3) 2px 2px 0px;
	-moz-box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.3);
}

#tmp-container #jump-top a {
	background: url(../images/jump-top-arrow.png) no-repeat 0 0;
	display: block;
	padding-top: 50px;
	width: 32px;
	/* vertical-align wird nicht auf Block-Elemente angewendet */
}

/* headings
----------------------------------------------- */
h1, h2, h3, h4, h5, h6 {line-height:1.2em; margin-bottom:.3em;}

h1 a {
	font-weight:normal;
}

#top-handler {
	height: 40px;
	background-image: url(../images/top-line-bg.png);
	background-position: left bottom;
	background-repeat: repeat-x;
}

#top {
	margin: 0px auto;
	height: 40px;
}

#top #site-name-handler {
	top: -1px;
	position: absolute;
	background-image: url(../images/site-name-handler-bg-2.png);
	background-position: 0 0;
	background-repeat: repeat-x;
	z-index: 10000000000000000000;
  	-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 5px;
	box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 5px;
	-moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.5);
	margin-left: 10px;
}

#sn-position {
	position: relative;
}

#sn-position h1 {
	position: absolute; 
}

#sn-position h2 {
	position: absolute; 
	font-size: 11px;
}

#store-modules {
	height: 70px;
	padding: 10px 0 0 0;
}

#vm-cart {
	float: right;
	overflow: hidden;
	position: absolute;
	z-index: 10000000000000000;
	top: 10px;
	right: 10px;
	padding: 6px 10px 6px 40px;
	background: #000000 url(../images/cart-icon.png) no-repeat 5px 8px;
	color: #ffffff;
	opacity: 0.9;
	-webkit-box-shadow: rgba(0, 0, 0, 0.9) 0px 0px 8px;
	box-shadow: rgba(0, 0, 0, 0.9) 0px 0px 8px;
	-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.9);
}

#vm-cart .vmCartModule {
	position: relative;
}

#vm-cart .vmCartModule .vm-showcart {
	width: 80px;
	height: 23px;
	line-height: 21px;
	float: right;
	text-align: left;
}

#vm-cart .vmCartModule .vm-showcart a {
	float: right;
	padding: 0px 10px;
	font-weight: bold;
	font-size: 13px;
	display: inline-table;
	padding: 7px 10px;
	margin: -6px -10px -9px 2px;
	vertical-align: middle;
}

#vm-cart .vmCartModule .vm-showcart a:hover {
	text-decoration: none;
	opacity: 1.0;
}

.vm-total-pro {
	padding: 0;
	font-size: 11px;
	line-height: 21px;
}

.vm-total-pro #cart-prods {
	line-height: 21px;
	float: left;
	text-align: left;
}

.vm-total-pro #cart-prices {
	float: left;	
	padding: 0px 10px;
	text-align: left;
	line-height: 21px;
}

.vm-msg {
	padding: 0;
	font-size: 11px;
	text-align: left;
	line-height: 21px;
}

#log-panel {
	overflow: hidden;
	margin-top: 8px;
	float: right;
	padding: 0px 10px;
	height: 23px;
	font: normal 11px/21px Arial, Helvetica, sans-serif;
}

#panel_s {
	position: absolute;
	top: 47px;
	left: 50%;
	margin-left: -203px;
	width: 406px;
  	-webkit-box-shadow: rgba(0, 0, 0, 0.396875) 0px 3px 5px;
	box-shadow: rgba(0, 0, 0, 0.396875) 0px 3px 5px;
	-moz-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.4);
	z-index: 9999999;
}

#panel_s ul {
  /* Styling wird in anderen CSS-Dateien definiert */
  list-style: none;
  margin: 0;
  padding: 0;
}

#vertical_slide {
	z-index: 999999;
	opacity: 0.96;
}

#vertical_slide h3 {
	font-size: 200%;
	padding: 5px 10px;
}

#v_slideout {
	float: right;
	background: url(../images/panel-hide.png) no-repeat 0 0;
	width: 16px;
	height: 16px;
	display: block;
	cursor: pointer;
	margin-top: 7px;
}

#vertical_slide br {
	display: inline;
}

#vertical_slide .module-content {
	padding: 10px;
}

#vertical_slide input.inputbox {
	width: 40%;
}

#vertical_slide label {
	line-height: 31px;
	float: left;
	margin: 0px 3px;
}

#vertical_slide #login {
	position: relative;
	clear: both;
}

#vertical_slide #login #username_vmlogin {
	position: absolute;
	left: 30%;
	top: 0px;
}

#vertical_slide #login #password_vmlogin {
	position: absolute;
	left: 30%;
	top: 36px;
}

#vertical_slide .module-content form#login, #vertical_slide .form-login {
	background: url(../images/login-icon-2.png) no-repeat 90% 10px;
	display: block;
}

label.lbl-fixed {
	display: block;
	/* vertical-align bei Block-Elementen entfernt */
	float: left;
	width: 30%;
}

#vertical_slide .remember {
	float: none;
}

.displaynone { 
	display: none; 
	visibility: hidden !important; 
	height: 0px !important;
}

#log-panel-buttons-handler {
	float: right;
}

a#v_toggle, a#v_register {
	float: right;
	height: 23px;
	line-height: 21px;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
	margin: 0px 10px;
	padding-left: 24px;
}

a#v_toggle {
	background: url(../images/login-icon.png) no-repeat left;
}

a#v_register {
	background: url(../images/register-icon.png) no-repeat left;
}

/* layout swticher
----------------------------------------------- */

.w-site-width {
	width: 960px;
}

/* Breadcrumbs
----------------------------------------------- */

#breadcrumb-handler {
	padding: 2px 0px 2px 0px;
	margin-left: 0px;
}

/* page heading
----------------------------------------------- */
h2#page-heading {
	font-weight:normal;
	padding:.5em;
	margin:0 0 10px 0;
	border-bottom:1px solid #ccc;
}

/* table
----------------------------------------------- */
table {
	width:100%;
	margin-bottom:10px;
}
col.colC {
	width:8em;
}

td {
	padding: 4px 5px;
	text-align:left;
}
thead th, table th {
	border-bottom: 1px solid #ededed;
	padding: 8px 5px;
	text-align:left;
	background: #fafafa;
	font: normal 15px Tahoma, Arial, Helvetica, sans-serif;
	text-shadow: 1px 1px 0px #ffffff;
}
tbody th,
tbody td {
	border-top:1px solid #ededed;
	border-bottom:1px solid #ededed;
}
tfoot th,
tfoot td {
	border-top:2px solid #ededed;
}

/* forms
----------------------------------------------- */
form {
	overflow:hidden;
}
fieldset {
	padding:10px;
	position:relative;
	margin-bottom:10px;
	border: 1px solid #f1f1f1;
	background: #fafafa;
}
legend {
	font-weight: bold; font-size: 12px;
	line-height: 30px;
	padding: 0px 15px 0px 15px;
	background: #ffffff;
	color: #505050;
	border: 1px solid rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 0px;
	box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 0px;
	-moz-box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.15);
	vertical-align: middle;
}
fieldset.login p {
	margin-bottom:1em;
	margin-top:0pt;
}
fieldset p label {
	width:98%;
}
fieldset p input {
	width:98%;
}
fieldset p select {
	width:99%;
}
fieldset.login p label {
	float:left;
	line-height:2em;
	margin-right:3%;
	text-align:right;
	width:32%;
}
fieldset.login p input {
	width:60%;
}
fieldset.login input.button {
	margin-left:35%;
}
form p.notice {
	font-weight:bold;
}
input.search.text {
	width:66%;
}
input.search.button {
	width:28%;
	margin-left:2%;
}

/* Slideshow
----------------------------------------------- */

#top-sl-handler {
	margin-bottom: 0px;
	overflow: hidden;
	position: relative;
}

#slideshow-handler {
	padding: 0px;
}

#slideshow-handler #sl-bg {
	background: url(../images/sl-bg-bg.png) repeat-x bottom left;
	width: 100%;
	height: 249px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 100000;
}

#content-handler {
	position: relative;
	width: 100%;
	z-index: 999999999;
	top: -125px;
}

#content-handler-2 {
	padding-top: 70px;
}

.clear-margin {
	margin-bottom: -125px;
}

/* Modules Layout
----------------------------------------------- */

#tab-modules-handler, #top-modules {
	margin: 0px 0px;
	padding: 10px 0px;
}

#top-content-modules, #bottom-content-modules {
	margin: 0 -1%;
}

#top-modules .mod-1, 
#top-modules .mod-2, 
#top-modules .mod-3, 
#top-modules .mod-4,
#top-modules .mod-5, 
#top-modules .mod-6,
#bot-modules .mod-1, 
#bot-modules .mod-2, 
#bot-modules .mod-3, 
#bot-modules .mod-4,
#bot-modules .mod-5, 
#bot-modules .mod-6,
#tab-modules .mod-1, 
#tab-modules .mod-2, 
#tab-modules .mod-3, 
#tab-modules .mod-4,
#tab-modules .mod-5, 
#tab-modules .mod-6,
#top-content-modules .top-1,
#top-content-modules .top-2,
#top-content-modules .top-3,
#top-content-modules .top-4,
#bottom-content-modules .bottom-1,
#bottom-content-modules .bottom-2,
#bottom-content-modules .bottom-3,
#bottom-content-modules .bottom-4 {
	float: left;
	padding: 0 1%;
}

#top-modules .mod-6,
#bot-modules .mod-6,
#tab-modules .mod-6 {
	width: 14.6%;
}

#top-modules .mod-5,
#bot-modules .mod-5,
#tab-modules .mod-5 {
	width: 18.0%;
}

#top-modules .mod-4,
#bot-modules .mod-4,
#tab-modules .mod-4,
#top-content-modules .top-4,
#bottom-content-modules .bottom-4 {
	width: 23%;
}

#top-modules .mod-3,
#bot-modules .mod-3,
#tab-modules .mod-3,
#top-content-modules .top-3,
#bottom-content-modules .bottom-3 {
	width: 31.2%;
}

#top-modules .mod-2,
#bot-modules .mod-2,
#tab-modules .mod-2,
#top-content-modules .top-2,
#bottom-content-modules .bottom-2 {
	width: 48%;
}

#top-modules .mod-1,
#bot-modules .mod-1,
#tab-modules .mod-1,
#top-content-modules .top-1,
#bottom-content-modules .bottom-1 {
	width: 98%;
	float: none;
}

#footer {
	padding: 10px 0px 0px 0px;
}

#footer ul li a:hover {
	text-decoration: none;
}

#footer h3 {
	font-size: 150%;
}

#footer #footer-line {
	padding: 0px 0px;
}

#footer #footer-line .moduletable_empty {
	background: none;
}

#foo-left-right {
	background: url(../images/foo-lr-bg.png) repeat-x 0 0;
	clear: both;
	padding: 15px 10px 0px 10px;
}

#footer-left, #footer-right {
	float: left;
	width: 50%;
}

#footer-right {
	text-align: right;
}

#main-content-handler #mc-hbg {
	padding: 10px 0px;
}

#bot-l {
	float: left;
	width: 10px;
	height: 12px;
	background: url(../images/bot-l-bg.png) no-repeat 0 0;
}

#bot-r {
	float: right;
	width: 10px;
	height: 12px;
	background: url(../images/bot-r-bg.png) no-repeat 0 0;
}

#bot-mid {
	margin: 0px 10px;
	height: 12px;
	background: url(../images/bot-m-bg.png) repeat 0 0;
}

#lbOverlay {
z-index: 99999999999 !important;
}
#lbCenter, #lbBottomContainer {
z-index: 999999999999 !important;
}