html {
	overflow: -moz-scrollbars-vertical;
	margin: 0;
	padding: 0;
}
* {
	font-family: Arial, Helvetica, sans-serif;
}
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	color:white;
	
}
body, td, th, input, textarea, select, a {
	font-size: 12px;
	line-height:20px;
}
td{vertical-align: top}
form {
	padding: 0;
	margin: 0;
	display: inline;
}
input, textarea, select {
	margin: 3px 0px;
}
a, a:visited {
	color: #fff;
	text-decoration: underline;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}
p {
	margin-top: 0px;
}
/* layout */
#container {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#header .div2 {
	float: right;
	padding-right: 0
}
#header .div3 {
	float: right;

}
#header .div3 a {
	background-repeat: no-repeat;
}
#header .div4 {
	width: 510px;
	clear: right;
	float: right;
	height: 32px;
	padding-right: 14px;
	opacity:0.3;
	display: none
}
#header .div4 a {
	float: left;
	margin-right: 2px;
	width: 100px;
	height: 18px;
	padding-top: 9px;
	padding-bottom: 9px;
	background: url('../image/tab_1.png') no-repeat;
	text-align: center;
	color: #333333;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	position: relative;
	z-index: 1;
}
#header .div4 a.selected {
	background: url('../image/tab_2.png') no-repeat;
	color: #FFF;
	padding-bottom: 10px;
	z-index: 3;
}
#header .div5 {
	clear: both;
}
#header .div5 .left {
	background: url('../image/header_1_left.png') no-repeat;
	width: 5px;
	height: 40px;
	float: left;
}
#header .div5 .right {
	background: url('../image/header_1_right.png') no-repeat;
	width: 5px;
	height: 40px;
	float: right;
}
#header .div5 .center {
	background: url('../image/header_1_center.png') repeat-x;
	height: 40px;
	margin-left: 5px;
	margin-right: 5px;
}
#header .div6 {
	clear: both;
	margin-bottom: 10px;
}
#header .div6 .left {
	background: url('../image/header_2_left.png') no-repeat;
	width: 5px;
	height: 32px;
	float: left;
}
#header .div6 .right {
	background: url('../image/header_2_right.png') no-repeat;
	width: 5px;
	height: 32px;
	float: right;
}
#header .div6 .center {
	background: url('../image/header_2_center.png') repeat-x;
	height: 32px;
	margin-left: 5px;
	margin-right: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
#header .div7 {
	float: right;
	padding-top: 2px;
}
#search {
	padding-top: 7px;
	padding-left: 5px;
	color: #FFF;
	font-weight: bold;
}
#search select {
	border: 1px solid #0A5391;
	padding: 1px;
}
#search a {
	color: #FFF;
}
#search input {
	border: 1px solid #0A5391;
	padding: 2px;
}
#breadcrumb {
	float: left;
	padding-top: 7px;
	padding-bottom: 11px;
	height: 13px;
	margin-bottom: 10px;
	color: #999;
}
.switcher {
	float: right;	
	margin-top: 3px;
	margin-left: 10px;
}
.switcher a {
	text-decoration: none;
	display: block;
}
.switcher .selected {
	background: #FFFFFF url('../image/switcher.png') repeat-x;
}
.switcher .selected a {
	border: 1px solid #CCCCCC;
	background: url('../image/arrow_down.png') 116px center no-repeat;
	color: #ccc;
	padding: 2px 5px 2px 5px;
	width: 121px;
}
.switcher .selected a:hover {
	background: #F0F0F0 url('../image/arrow_down.png') 116px center no-repeat;
}
.switcher .option {	
	position: absolute;
	z-index: 3;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-color: #EEEEEE;
	display: none;
	width: 125px;
	padding: 3px;
}
.switcher .option a {
	color: #000;
	padding: 3px 5px 3px 5px;
}
.switcher img {
	position: relative;
	top: 1px;
}
#column_left {
	float: left;
	width: 180px;
	margin-right: 10px;
	clear: left;
}
#column_right {
	float: right;
	width: 180px;
	margin-left: 10px;
	clear: right;
}
#content {
	margin-left: 190px;
	margin-right: 190px;
	margin-bottom: 10px;
}
#content .top .left {
	background: url('../image/content_top_left.png') no-repeat;
	width: 5px;
	height: 32px;
	float: left;
	display: none;
}
#content .top .right {
	background: url('../image/content_top_right.png') no-repeat;
	width: 5px;
	height: 32px;
	float: right;
	display: none;
}
#content .top .center {
}
#content .top h1 {
	padding: 8px 0px 8px 7px;
}
#content h1, .heading {
	color: #000000;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
}
.heading {
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 3px;
	margin-bottom: 10px;
}
#content .middle {
	padding: 10px 10px 1px 10px;
	min-height: 380px;
}
#content .bottom .left {
	background: url('../image/content_bottom_left.png') no-repeat;
	width: 5px;
	height: 5px;
	float: left;
	display: none;	
}
#content .bottom .right {
	background: url('../image/content_bottom_right.png') no-repeat;
	width: 5px;
	height: 5px;
	float: right;
	display: none;	
}
#content .bottom .center {
	background: url('../image/content_bottom_center.png') repeat-x;
	height: 5px;
	margin-left: 5px;
	margin-right: 5px;
	display: none;	
}
.box {
	margin-bottom: 10px;
	background: url('../image/box_top.png') no-repeat;
}
.box .top {
	padding: 8px 0px 8px 7px;
	color: #000000;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}
.box .top img {
	float: left;
	margin-right: 5px;
}
.box .middle {
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	background: #FFFFFF;
	padding: 10px;
}
.box .bottom {
	height: 5px;
	background: url('../image/box_bottom.png') no-repeat;
}
.success {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #E4F1C9;
	border: 1px solid #A5BD71;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	color:black;
}
.warning {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #FFDFE0;
	border: 1px solid #FF9999;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	color:black;
}
.wait {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #FBFAEA;
	border: 1px solid #EFEBAA;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
.required {
	color: #f79f00;
	font-weight: bold;
}
.error {
	color: #f79f00;
	display: block;
}
.help {
	cursor: pointer;
}
.tooltip {
	border: 1px solid #FDDA5C;
	background: #FBFF95;
	padding: 5px;
	font-size: 11px;
	width: 250px;
}
.clear { /* generic container (i.e. div) for floating buttons */
	overflow: hidden;
	width: 100%;
}
.button {
	padding-left: 8px;
	display: inline-block;
	/*margin-right: 5px;
	background: url('../image/button_left.png') top left no-repeat;*/
	text-decoration: none;
	color:#FFF;
}
.button span {
	color: #FFF;
	display: block;
	padding: 4px 10px 5px 2px;
	background: url('../image/button_right.png') top right no-repeat;
}
.buttons {

	padding: 5px;
	margin-bottom: 10px;
}
.buttons input {
	padding: 0px;
	margin: 0px;
}
.buttons table {
	width: 100%;
	border-collapse: collapse;
}
.buttons table td {
	vertical-align: middle;
}
.content {

	border: 1px solid #DDDDDD;
	padding: 10px;
	margin-top: 3px;
	margin-bottom: 10px;
}
.list {
	margin-bottom: 10px;
	width: 100%;
}
.list td {
	text-align: center;
	vertical-align: top;
	padding-bottom: 10px;
}
.sort {
	margin-bottom: 10px;
	background: #F8F8F8;
	height: 30px;
	width: 100%;
}
.sort .div1 {
	float: right;
	margin-left: 5px;
	padding-top: 6px;
	padding-right: 9px;
}
.sort .div2 {
	text-align: right;
	padding-top: 9px;
}
.sort select {
	font-size: 11px;
	margin: 0;
	padding: 0;
}
.pagination {
	display: inline-block;
	width: 100%;
	background: #F8F8F8;
	margin-bottom: 10px;
}
.pagination .links, .pagination .results {
	padding: 7px;
}
.pagination .links {
	float: left;
}
.pagination .links a {
	border: 1px solid #CCCCCC;
	padding: 4px 7px;
	text-decoration: none;
	color: #000000;
}
.pagination .links b {
	border: 1px solid #CCCCCC;
	padding: 4px 7px;
	text-decoration: none;
	color: #000000;
	background: #FFFFFF;
}
.pagination .results {
	float: right;
}
.tabs {
	width: 100%;
	height: 31px;
	margin-bottom: 0px;
}
.tabs a {
	float: left;
	display: block;
	padding: 6px 15px 7px 15px;
	margin-right: 2px;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	background: #FFFFFF url('../image/tab_3.png') repeat-x;
	color: #000000;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	z-index: 1;
	position: relative;
	top: 1px;
}
.tabs a.selected {
	background: #FFFFFF url('../image/tab_3.png') repeat-x;
	border-bottom: 0px;
	padding-bottom: 8px;
	z-index: 3;
}
.tab_page {
	border: 1px solid #DDDDDD;
	background: #FFFFFF;
	padding: 10px;
	display: block;
	z-index: 2;
	margin-bottom: 10px;
}
#footer {
	width: 100%;
	clear: both;
	padding-top: 5px;
	border-top: 1px solid #DDDDDD;
}
#footer .div1 {
	float: left;
	text-align: left;
}
#footer .div2 {
	float: right;
	text-align: right;
}
#category ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	padding-left: 12px;
	list-style: url('../image/bullet_1.png');
}
#information ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	padding-left: 12px;
	list-style: url('../image/bullet_2.png');
}
.cart {
	width: 100%;
	border: 1px solid #EEEEEE;
	margin-bottom: 10px;
}
.cart th {

	padding: 5px;
	font-weight: normal;
}
.cart td {
	padding: 5px;
}


/* ML */
#tab_description{border:none}
#tab_description ul{line-height: 18px}



/* i-cue */

.bold, a.bold{font-weight:bold}
.c{clear:both;height:1px;overflow: hidden}
.text-right{text-align: right}
a, a:link, a:visited, a:hover{text-decoration: none}
.c1, a.c1, a.c1:link, a.c1:visited{color:#f79f00}
.c2, a.c2, a.c2:link, a.c2:visited{color:#9a9898}
.c3, a.c3, a.c3:link, a.c3:visited{color:#fff}

body{background: url('../image/page_bg.jpg') no-repeat top center #454545;padding:0px;margin:0px }
#container{width:980px;padding-top:11px}
#top_navi{height:73px; top:0px; margin:0px; position: absolute;left:50%;width:850px;margin-left:-490px;padding-top:10px}
#footer{height:41px; background: url('../image/footer_bg.jpg') repeat-y center #f89e01;}
#top_navi_links{width:980px;margin:0px auto}
#top_navi_links a:focus{border:none}
#top_navi_links ul{list-style: none;padding-left:10px}
#top_navi_links ul li{float:left;margin-right:49px}
#top_sub_navi{padding-right:0px;padding-top:75px}
#top_sub_navi a, #top_sub_navi a:link, #top_sub_navi a:visited, #top_sub_navi a:active, #top_sub_navi a:hover{color:#252525;text-decoration: none;padding-left:none;margin:0 20px 0 0}
#top_logo{	width:125px;height:125px;padding-top:2px}

#column_left{display:none}
#content{margin-left:0px;margin-bottom: 65px;margin-top:35px}

.pagination .results{display: none}



#cat_3_products .product_box{background: white;width:290px;height:260px;float:left;margin:15px 10px;color:#252525;text-align: center}

#cat_3_products .product_box{margin:15px 0;width:290px;padding-left: 15px; padding-right: 15px}

#cat_3_products .product_box div{text-align: left}
#cat_3_products .product_box td{color:#252525}
div.product_box_title, a.product_box_title, a.product_box_title:hover, a.product_box_title:visited, a.product_box_title:link{color:#252525;text-decoration:none;display:block;font-size:15px;padding:12px 15px 11px 15px;border-bottom:1px solid #5c5b5b}
div.product_box_title a, div.product_box_title a:link, div.product_box_title a:hover, div.product_box_title a:visited{color:#252525;text-decoration:none;font-size:15px;}
.product_box_description{font-size:11px;height:45px;padding:0px 12px 0;}
#cat_3_products .product_box form{display:block;padding:10px 10px;padding-right:12px}
#cat_3_products .product_box form td{vertical-align: bottom}



#footer_subnavi{height:25px}
#footer_subnavi div{height:25px;text-align:right;display:none;background: url('../image/subnavi_bg.jpg') no-repeat bottom right;}
#footer_subnavi div#footer_subnavi_6{margin-right:427px}
#footer_subnavi div#footer_subnavi_9{margin-right:310px}
#footer_subnavi div#footer_subnavi_12{margin-right:208px}

#footer_subnavi div a, #footer_subnavi div a:link, #footer_subnavi div a:visited{padding:0px 13px;color:white;text-decoration: none}


#footer{border:none;padding-top:0px}
#footer div#footer_wrap{margin:0px auto;width:980px;padding-right:57px}
#footer #footer_right{float:right;width:580px; /*padding-right:57px */}
#footer #footer_left{float:left;width:200px;}

#footer div a, #footer div a:link, #footer div a:visited, #footer div a:hover, #footer div a:active{color:#252525;text-decoration: none;display:block; float:right;padding:10px 0 0;border-left:1px solid #fca001;text-align: center;overflow: hidden;text-transform: uppercase}

#footer div a:hover, #footer div a.bold{border-left: 1px solid #434240}

@font-face {font-family: Aller;src: url('Aller/Aller_Lt.ttf') format("truetype");}
@font-face {font-family: Colaborate;src: url('Colaborate/ColabBol.otf') format("opentype");}
.bg_info_text{font-family: font-family: Aller, Calibri, Arial, sans-serif;font-weight:normal;font-size:48px;opacity:0.1;filter:Alpha(opacity=10);line-height: 40px;letter-spacing: -3px;text-transform: uppercase;color:white}
#content .center h1, #content .heading{font-family: Aller, Calibri, Arial, sans-serif;font-weight:normal;font-size:48px;opacity:0.1;filter:Alpha(opacity=10);line-height: 40px;letter-spacing: -3px;text-transform: uppercase;color:white}

#info_more_content{position: relative;top:-10px;padding-left: 42px;line-height:24px}
#information_navi{float:left;width:150px;height:415px;border-right:1px solid white;margin-bottom:65px;text-align: right;padding-right:30px}
#information_navi h1{font-family: Aller, Arial, sans-serif;font-size:20px;color:#f79f00;font-weight: normal;margin:0px;text-transform: uppercase;margin-bottom: 47px;padding:0}
#information_navi a, #information_navi a:link, #information_navi a:visited{color: white;display:block;line-height: 25px;text-decoration: none}



#info_more_content_10 table{border:none; border-collapse:separate;opacity:1 }
#info_more_content_10 table td{padding:3px 5px 10px;border:none;background: #737172;}

/* pinnwand */
#info_more_content_16  hr{margin:40px 0;clear: both;border:none;border-bottom:1px solid white}
#info_more_content_16 img{float:right;margin:0 0 10px 10px; border:1px solid white;width:230px;height:auto}

form#contact input{width:300px}
form#contact table td{padding-bottom: 10px}

form#teamfinder_form table td{background: #727171;padding:2px 11px;vertical-align: middle}
form#teamfinder_form input{border:1px solid #f79f00; background: #7f7f7f; color:#c3c2c2;width:100px;height:15px;padding:1px}


/* downloads */
#info_more_content_11 a{color:#f79f00}

a.button span {
background: transparent;
border-bottom:1px solid #AAAAAA;
border-top:1px solid #BBBBBB;
border-width:1px 0;
padding:3px 0.4em;
position:relative;
margin:0px 0px;
color:#333333
}

a.button {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#DDDDDD url(../image/bg-button.gif) repeat-x scroll 0 0;
border-left:1px solid #BBBBBB;
border-right:1px solid #AAAAAA;
margin:0;
padding:0px 0px;
}



.greybox{background: #4a4a4a;padding:5px 8px;margin-bottom: 5px}
.greybox2{background: #565656;padding:10px 9px 9px 10px;margin-bottom: 5px}
.greybox3{background: #3c3c3c;padding:3px}



/*  Die Startseite - Boxen */

#hometext_boxes{
  width: 940px;
  height: 240px;
  margin-left: -20px;
}
.hometext_box, .hometext_box a{
  font-size: 11px;
  color: #000000;
  font-weight: normal;
}
.hometext_box a{
  font-weight: bold;
}
.hometext_box{
  position: relative;
  display: block;
  width: 290px;
  margin-left: 20px;
  float: left;
  background: url(../image/home_kasten_hintergrund.png) top left no-repeat
}
.hometext_box_hl{
  padding: 10px;
  font-size: 16px;
  color: #3d3d3d;
  border-bottom: 1px solid #3d3d3d;
}
.hometext_box_p{
  margin: 10px;
  padding: 0;
  display: block;
  height: 140px;
}
.hometext_box_a{
  padding: 10px;
  border-top: 1px solid #3d3d3d;
  text-align: right;
}
.hometext_box_p img{
  float: right;
  margin-left: 5px;
}