/* @override 
	http://dev.hugyfot.de/sitedata/css/style.css
	http://hugyfot.de/sitedata/css/style.css
*/

body {
	background-color: #000;
	font: 13px/18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	position: relative;
}

img.bg {
	z-index: -10;
	margin: 0px auto 0px auto;
}

div.ajax-loading {
	background: url(../images/ajax-loader.gif) center center no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 400px;
	z-index: -1;
}

.container {
	width: 950px;
	margin: 0px auto 0px auto;
}

hr {
	margin: 0px;
	padding: 0px;
	width: 100%;
	border: 0px;
	background-color: #d0d0d0;
	border-bottom: 1px solid #d0d0d0;
}
.justify {
	text-align: justify;
}
#ssHeader {
	width: 100%;
	background: url(../images/ssNavi.png) no-repeat 0 bottom;
}

#ssLogo {
	outline: none;
	text-indent: -999999px;
	margin-top: 35px;
	height: 52px;
	width: 100px;
	display: block;
	float: left;
}

/* @group Chart */

table.ssChart {
	width: 900px;
	margin: 0px auto;
}

table th {
	font-weight: bold;
	font-size: 14px;
	height: 54px;
}

table td {
	vertical-align: top;
	padding-bottom: 18px;
	color: #06c;
}

table td ul li {
	margin-bottom: 9px;
}

table td ul li a:link,
table td ul li a:visited {
	text-decoration: none;
	color: #06c;
}

table td ul li a:hover,
table td ul li a:active,
table td ul li a:focus {
	text-decoration: underline;
}

table th.spalte1 {
	width: 310px;
	background: url(../images/icons/chart-arrow.png) no-repeat right center;
}

table th.spalte2 {
	width: 354px;
	background: url(../images/icons/chart-arrow.png) no-repeat right center;
}

table td.spalte1.download {
	background: url(../images/icons/chart-pdf.png) no-repeat right top;
}

table td.spalte2 {
	background: url(../images/icons/chart-pdf.png) no-repeat right top;
}

table td ul {
	list-style-type: none;
	line-height: 18px;
}

/* @end */

/* @group Navi */

#ssNavi {
	font-size: 16px;
	margin-top: 35px;
	height: 52px;
	float: right;
}

#ssNavi li {
	float: left;
	list-style-type: none;
	background: url(../images/ssNaviTrenn.png) no-repeat left center;
}

#ssNavi li a span {
	display: block;
	margin-top: 15px;
}

#ssNavi li a {
	margin-left: 2px;
	padding: 1px 20px 1px 20px;
	display: block;
	height: 50px;
}

#ssNavi li a:link,
#ssNavi li a:visited {
	color: #999999;
	text-decoration: none;
	text-transform: uppercase;
}

#ssNavi li a:hover,
#ssNavi li a:active,
#ssNavi li a:focus {
	background: url(../images/ssNaviHover.png) repeat-x;
	color: #f6f6f6;
}

/* Aktiver Navipunkt */

#ssNavi li.active a {
	background: url(../images/ssNaviHover.png) repeat-x;
	color: #f6f6f6;
}

/* @end */

/* @group Showcase */

#ssShowcase {
	min-height: 348px;
	position: relative;
}
#ssShowcase .fb_edge_widget_with_comment {
	width: 290px;
	position: absolute;
	left: 652px;
	top: 270px;
	z-index: 10;
}
#ssShowcase iframe {
	margin-bottom: 36px;
}

.ssBlase {
	background: url(../images/ssBlase.png) no-repeat left bottom;
}
#ssFacebookNews {
	position: absolute;
	bottom:45px;
	left: 137px;
	opacity: 0.7;
}
#ssFacebookNews div.ssFacebookEntry {
	padding: 10px;
	width: 500px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	background-color: #bbb;
}
#ssFacebookNews div.ssFacebookEntry img {
	float: left;
	margin-right: 5px;
}
#ssFacebookNews p {
	float: right;
	width:480px;
	line-height: 12px;
	font-size: 11px;
}
#ssFacebookNews p a,
#ssFacebookNews p a:link,
#ssFacebookNews p a:visited {
	text-decoration: none;
	color: #000;
}

#ssFacebookNews p a:hover,
#ssFacebookNews p a:focus,
#ssFacebookNews p a:active {
	text-decoration: underline;
}

/* @end */

/* @group Boxen */

/* Box ohne Tabs*/

div.box {
	clear: both;
	margin-bottom: 9px;
	padding-bottom: 20px;
	width: 100%;
	background-color: #fff;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

/* Box mit Tabs*/

div.box.tabs {
	background-color: #fff;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
div.box .spalte1 a,
div.box .spalte1 a:link,
div.box .spalte1 a:visited {
	text-decoration: none;
	color: #0066cc;
}

div.box .spalte1 a:hover,
div.box .spalte1 a:focus,
div.box .spalte1 a:active {
	text-decoration: underline;
}

div.box div.spalte1 {
	float: left;
	width: 260px;
	padding-top: 36px;
	padding-left: 25px;
	padding-right: 25px;
}

div.box div.spalte2 {
	float: left;
	width: 280px;
	padding-top: 36px;
	padding-right: 40px;
	padding-left: 20px;
}

div.box div.spalte3 {
	float: left;
	width: 230px;
	padding-top: 36px;
	padding-right: 20px;
	padding-left: 40px;
}

div.box h2 {
	font-size: 16px;
	color: #000;
	margin-bottom: 18px;
}

div.box h3 {
	font-size: 16px;
	color: #000;
	margin-bottom: 18px;
}

div.box p {
	color: #666;
	margin-bottom: 18px;
}

div.box dl {
	color: #666;
	margin-bottom: 18px;
}

div.box dt {
	clear: left;
	font-weight: bold;
	float: left;
	margin-right: 10px;
}
div.box dd {
	border-bottom: 1px solid #D6D6D6;
	margin-bottom:9px;
	padding-bottom:9px;
}

div.box address {
	color: #666;
	margin-bottom: 18px;
	margin-left: 40px;
}

/* @group Testimonials */

div.box.testify {
	background-color: #000;
	background-image: url(../images/ssCommunityMap.jpg);
	background-repeat: no-repeat; 
	background-position: 400px 20px;
}

div.box.testify .spalte3 {
	border-left: 1px solid #1d1d1d;
}

a#ssTestimonialRheelLeft {
	float:left;
	display:block;
	width:30px;
	height:106px;
	text-indent: -999999px;
	background: transparent url('../js/fancybox/fancy_nav_left.png') no-repeat center center;
	cursor:pointer;
}
div.box.testify .spalte1 #ssTestimonialRheel {
	height: 106px;
	width: 510px;
	overflow: hidden;
	margin-bottom: 36px;
	float:left;
}
div.box.testify .spalte1 #ssTestimonialRheel div {
	height: 100px;
}
div.box.testify .spalte1 #ssTestimonialRheel img {
	float: left;
}
a#ssTestimonialRheelRight {
	float:left;
	display:block;
	width:30px;
	height:106px;
	background-color:gray;
	text-indent: -999999px;
	background: transparent url('../js/fancybox/fancy_nav_right.png') no-repeat center center;
	cursor:pointer;
}
div.box.testify .spalte3 ul {
	list-style-type: none;
	font-size: 16px;
	margin: 0px;
}

div.box.testify .spalte3 ul li {
	margin-bottom: 18px;
}

div.box.testify .spalte3 ul li a:link,
div.box.testify .spalte3 ul li a:visited {
	color: #06c;
	text-decoration: none;
}

div.box.testify .spalte3 ul li a:hover,
div.box.testify .spalte3 ul li a:active,
div.box.testify .spalte3 ul li a:focus {
	color: #fff;
	text-decoration: none;
}

div.box.testify .spalte3 ul li a.active:link,
div.box.testify .spalte3 ul li a.active:visited {
	color: #fff;
	text-decoration: none;
}

div.box.testify .spalte3 ul li a.active:hover,
div.box.testify .spalte3 ul li a.active:active,
div.box.testify .spalte3 ul li a.active:focus {
	color: #fff;
	text-decoration: underline;
}

div.box div.spalte1.testify {
	float: left;
	width: 570px;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 36px;
}

div.box div.spalte1.testify h2 {
	font-size: 16px;
	margin-bottom: 18px;
}

div.box div.spalte1.testify h3 {
	color: #fff;
}

div.box div.spalte1.testify p {
	margin-bottom: 18px;
	margin-left: 0px;
	color: #fff;
	font-size: 14px;
	line-height: 27px;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}

div.box div.spalte1.testify h1 {
	font-size: 16px;
	margin-bottom: 18px;
}


div.box div.spalte1.testify h2 {
	width: 100%;
}

div.box div.spalte1.testify h2 a {
	float: right;
	font-size: 12px;
	display: block;
	padding-right: 20px;
	background: url(../images/icons/faq-arrow.png) no-repeat right center;
}

div.box div.spalte1.testify h2 a:link,
div.box div.spalte1.testify h2 a:visited {
	color: #06c;
}

div.box div.spalte1.testify h2 a:hover,
div.box div.spalte1.testify h2 a:active,
div.box div.spalte1.testify h2 a:focus {
	color: #06c;
}
div#hugynaut_avatar {
	min-height: 120px;
	float: left;
	margin-right: 30px;
}
div#hugynaut_profile {
	margin-bottom: 36px;
}
div#hugynaut_profile ul {
	padding: 0px;
	margin: 0px 0px 0px 0px;
	width: 600px;
	list-style-type: none;
	line-height: 24px;
}
div#hugynaut_profile ul li {
	color: #fff;
	float: left;
	width: 400px;
}
div#hugynaut_profile ul li a:link,
div#hugynaut_profile ul li a:visited {
	color: #06c;
	text-decoration: none;
}
/* @end */

/* @group Community */

div.box.community {
	width: 910px;
	min-height: 230px;
	padding: 20px 20px 20px 20px;
	background: transparent url(../images/ssCommunityMap.jpg) no-repeat right;
}

div.box.community p {
	width: 550px;
	color: #fff;
}

div.box.community h2 {
	color: #fff;
}

div.box.community a:link,
div.box.community a:visited {
	margin-top: 36px;
	color: #1860c7;
	text-decoration: none;
}

div.box.community a.ssFlickr {
	display: block;
	width: 150px;
	height: 60px;
	position: relative;
	float: left;
	margin-right: 10px;
	background: url(../images/ssCommunityFlickr.png) no-repeat left top;
}

div.box.community a.ssFlickr span {
	position: absolute;
	bottom: 0px;
}

div.box.community a.ssDigideep {
	display: block;
	background: url(../images/ssCommunityDigideep.png) no-repeat left top;
	width: 200px;
	height: 60px;
	position: relative;
	float: left;
	margin-right: 10px;
}

div.box.community a.ssDigideep span {
	position: absolute;
	bottom: 0px;
}

div.box.community a.ssFacebook {
	display: block;
	background: url(../images/ssCommunityFacebook.png) no-repeat left top;
	width: 200px;
	height: 60px;
	position: relative;
	float: left;
	margin-right: 10px;
}

div.box.community a.ssFacebook span {
	position: absolute;
	bottom: 0px;
}

/* @end */

/* @group Infoseiten */
div.box div.spalte1.info {
	float: left;
	width: 570px;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 36px;
}

div.box div.spalte1.info h2 {
	font-size: 16px;
	margin-bottom: 18px;
}

div.box div.spalte1.info p {
	margin-bottom: 18px;
	margin-left: 0px;
}

div.box div.spalte1.info h1 {
	font-size: 16px;
	margin-bottom: 18px;
}

div.box div.spalte1 ol {
	margin-left: 20px;
	margin-bottom: 18px;
	color:#666;
	line-height: 18px;
}
div.box div.spalte1 ol li {
	margin-bottom: 18px;
}

div.box.faq div.spalte1 ol {
	margin-left: 20px;
	line-height: 27px;
	color: #06c;
}

div.box div.spalte1.info ol li a:link,
div.box div.spalte1.info ol li a:visited {
	color: #06c;
	text-decoration: none;
}

div.box div.spalte1.info ol li a:hover,
div.box div.spalte1.info ol li a:active,
div.box div.spalte1.info ol li a:focus {
	color: #06c;
	text-decoration: none;
}

div.box div.spalte1.info h2 {
	width: 100%;
}

div.box div.spalte1.info h2 a {
	float: right;
	font-size: 12px;
	display: block;
	padding-right: 20px;
	background: url(../images/icons/faq-arrow.png) no-repeat right center;
}

div.box div.spalte1.info h2 a:link,
div.box div.spalte1.info h2 a:visited {
	color: #06c;
}

div.box div.spalte1.info h2 a:hover,
div.box div.spalte1.info h2 a:active,
div.box div.spalte1.info h2 a:focus {
	color: #06c;
}

/* @end */

/* @group Kontakt */

div.box div.spalte1.kontakt {
	float: left;
	width: 610px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 36px;
}

div.box div.spalte1.kontakt form div {
	min-height: 36px;
	margin-bottom: 9px;
	width: 305px;
	float: left;
	position: relative;
}

div.box div.spalte1.kontakt form div label {
	position: absolute;
	top: 6px;
	left: 9px;
	font-size: 16px;
	color: #d9d9d9;
}

div.box div.spalte1.kontakt form div input {
	width: 280px;
	height: 27px;
	font-size: 16px;
	padding: 0px 5px 0px 5px;
}

div.box div.spalte1.kontakt form textarea {
	font-size: 16px;
	width: 585px;
	height: 100px;
	padding: 5px;
}

div.box div.spalte1.kontakt form div.ssLong {
	clear: both;
	width: 600px;
}

div.box div.spalte1.kontakt form div input[type="checkbox"] {
	float: left;
	margin: 6px 10px 0px 0px;
	padding: 0px;
	width: 16px;
	height: 16px;
}

div.box div.spalte1.kontakt form div.checkbox label {
	font-size: 12px;
	margin-right: 78px;
	color: #766666;
	position: static;
}

div.distr_input {
	margin-bottom: 18px;
	position: relative;
}

div.distr_input p {
	display: block;
	float: left;
	margin: 4px 10px 0px 0px;
	font-size: 16px;
}

div.distr_input label {
	position: absolute;
	top: 5px;
	left: 155px;
	font-size: 16px;
	color: #d9d9d9;
}

div.distr_input input {
	height: 20px;
	width: 150px;
	margin-right: 20px;
}

div.distr_input select {
	height: 20px;
	width: 175px;
	margin-right: 20px;
}

.distr_address {
	margin-left: 21px;
}
div#map_canvas {
	margin-bottom:18px;
	width:100%;
	height:400px;
	float:left;
}
a#ssMapLocate {
	display: block;
	cursor:pointer;
	width: 17px;
	height: 26px;
	float: left;
	margin-right: 10px;
	background: url(../images/locate.png) no-repeat 0 center;
}
.organization-name {
	font-weight: bold;
}

.distr_address a:link,
.distr_address a:visited,
.kontakt form label a:link,
.kontakt form label a:visited {
	color: #06c;
	text-decoration: none;
}

.distr_address a:hover,
.distr_address a:active,
.distr_address a:focus,
.kontakt form label a:hover,
.kontakt form label a:active,
.kontakt form label a:focus {
	color: #06c;
	text-decoration: underline;
}

div.error {
	margin-bottom: 18px;
}

div.error p {
	color: #ff1a19;
	margin-bottom: 0px;
}

/* @end */

/* @group FAQ */

div.box div.spalte1.faq {
	float: left;
	width: 570px;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 36px;
}

div.box div.spalte1.faq h2 {
	font-size: 16px;
	margin-bottom: 18px;
}

div.box div.spalte1.faq p {
	margin-bottom: 18px;
	margin-left: 20px;
}

div.box div.spalte1.faq h1 {
	font-size: 16px;
	margin-bottom: 18px;
}

div.box.faq div.spalte1.faq ol {
	margin-left: 20px;
	line-height: 18px;
	color: #06c;
}

div.box div.spalte1.faq ol li a:link,
div.box div.spalte1.faq ol li a:visited {
	color: #06c;
	text-decoration: none;
}

div.box div.spalte1.faq ol li a:hover,
div.box div.spalte1.faq ol li a:active,
div.box div.spalte1.faq ol li a:focus {
	color: #06c;
	text-decoration: none;
}

div.box div.spalte1.faq h2 {
	width: 100%;
}

div.box div.spalte1.faq h2 a {
	float: right;
	font-size: 12px;
	display: block;
	padding-right: 20px;
	background: url(../images/icons/faq-arrow.png) no-repeat right center;
}

div.box div.spalte1.faq h2 a:link,
div.box div.spalte1.faq h2 a:visited {
	color: #06c;
}

div.box div.spalte1.faq h2 a:hover,
div.box div.spalte1.faq h2 a:active,
div.box div.spalte1.faq h2 a:focus {
	color: #06c;
}

div.box div.spalte3.faq {
	padding:15px;
}

/* @end */

/* @group Longbox */

div.box.long {
	height: 216px;
}

/* @end */

/* @group Produktbox */

div.box.product h3 {
	font-size: 16px;
	color: #000;
	margin-bottom: 18px;
}

.ssBorderleft {
	background: url(../images/ssBorderleft.png) repeat-y right;
}

div.box.product .spalte3 ul {
	list-style-type: none;
	font-size: 12px;
	margin: 0px;
}
div.box.product .spalte3 ul li {
}
div.box.product .spalte3 ul li a:link,
div.box.product .spalte3 ul li a:visited {
	color: #06c;
	text-decoration: none;
}
div.box.product .spalte3 ul li a:hover,
div.box.product .spalte3 ul li a:active,
div.box.product .spalte3 ul li a:focus {
	text-decoration: underline;
}


/* @end */

/* @group Meanbox */

div.box.mean {
	background: none;
	padding-bottom: 0px;
}

div.box.mean .spalte2 {
	float: left;
	width: 640px;
	padding: 0px;
	text-align: right;
}

div.box.mean .spalte2 img {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

div.box.mean div.spalte1 {
	padding-top: 18px;
	color: #fff;
	margin-bottom: 0px;
	font-size: 16px;
}

div.box.mean div.spalte1 h3 {
	color: #fff;
	margin-bottom: 18px;
	font-size: 16px;
}

div.box.mean div.spalte1 p {
	color: #9da0a1;
	font-size: 14px;
	line-height: 27px;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 18px;
}

div.box.mean div.spalte1 p:last-child {
	margin-bottom: 0px;
}

/* @end */

/* @group Produk Detail Box */

div.box div.spalte1.product_detail {
	float: left;
	width: 610px;
	height: 280px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 36px;
}

div.box div.spalte1.product_detail div.ssRotateCams {
	width: 300px;
	height: 240px;
	margin: 0px auto;
}

div.box div.spalte1.product_detail a.ssRotateLeft {
	display: block;
	background: url(../images/produkt_detail/rotate-left.png) no-repeat left top;
	height: 33px;
	width: 95px;
	float: left;
	text-indent: -9999999px;
	outline: none;
	margin: 0px 0px 0px 100px;
	position: relative;
	bottom: 40px;
	cursor: pointer;
	z-index: 2;
}

div.box div.spalte1.product_detail a.ssZoom {
	margin: 0px auto;
	float: left;
	display: block;
	height: 33px;
	width: 200px;
	text-indent: -9999999px;
	outline: none;
	background: url(../images/produkt_detail/zoom.png) no-repeat center center;
	cursor: pointer;
	z-index: 2;
}

div.box div.spalte1.product_detail a.ssRotateRight {
	display: block;
	background: url(../images/produkt_detail/rotate-right.png) no-repeat right top;
	height: 33px;
	width: 95px;
	float: right;
	text-indent: -9999999px;
	outline: none;
	cursor: pointer;
	margin: 0px 100px 0px 0px;
	position: relative;
	bottom: 40px;
}

div.box div.spalte1.product_detail a.ssOpen,
div.box div.spalte1.product_detail a.ssClose {
	outline: none;
	cursor: pointer;
	display: block;
	width: 200px;
	margin: 0px auto;
	text-align: center;
}

/* @end */

/* @end */

/* @group Inhalte */

#img-nikon-canon {
	margin: 0px auto;
	width: 251px;
	height: 158px;
	text-indent: -999999px;
}

#img-nikon {
	display: block;
	background: url(../images/content/nikon-ia.png) no-repeat center center;
	width: 112px;
	height: 30px;
	float: left;
}

#img-canon {
	display: block;
	background: url(../images/content/canon-ia.png) no-repeat center center;
	width: 139px;
	height: 30px;
	float: left;
}

#img-camera {
	display: block;
	background: url(../images/content/camera.png) no-repeat center center;
	width: 251px;
	height: 127px;
	float: left;
}

a#img-nikon:hover,
a#img-nikon:active,
a#img-nikon:focus {
	background: url(../images/content/nikon-ia-over.png) no-repeat center center;
}

a#img-canon:hover,
a#img-canon:active,
a#img-canon:focus {
	background: url(../images/content/canon-ia-over.png) no-repeat center center;
}

/* @end */

/* @group Buttons */

/* @group Button 1 */

#ssContentWrapper div.box a.button1 {
	display: inline-block;
	background-color: red;
	padding: 5px 25px 5px 10px;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: url(../images/ssButtonArrow.png) no-repeat right center, 
		-webkit-gradient(
	    	linear,
	    	left bottom,
	    	left top,
	    	color-stop(0.06, rgb(153,0,0)),
	    	color-stop(0.77, rgb(227,38,0))
		);
	background: url(../images/ssButtonArrow.png) no-repeat right center,
		 -moz-linear-gradient(
		    center bottom,
		    rgb(153,0,0) 6%,
		    rgb(227,38,0) 77%
		);
	margin-bottom: 9px;
	color: #fff;
	cursor: pointer;
}

#ssContentWrapper div.box a.button1:link,
#ssContentWrapper div.box a.button1:visited {
	text-decoration: none;
	color: #fff;
}

#ssContentWrapper div.box a.button1:hover,
#ssContentWrapper div.box a.button1:focus,
#ssContentWrapper div.box a.button1:active {
	text-decoration: none;
	background: #c8c9ca url(../images/ssButtonArrowHover.png) no-repeat right center;
}

/* @end */

/* @group Button 2 */

a.button2 {
	display: inline-block;
	background-color: red;
	padding: 5px 25px 5px 10px;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #c8c9ca url(../images/ssButtonArrowHover.png) no-repeat right center;
	margin-bottom: 9px;
	color: #fff;
	cursor: pointer;
}

#ssContentWrapper a.button2:link,
#ssContentWrapper a.button2:visited {
	text-decoration: none;
	color: #fff;
}

#ssContentWrapper a.button2:hover,
#ssContentWrapper a.button2:focus,
#ssContentWrapper a.button2:active {
	background: #646464 url(../images/ssButtonArrowHover.png) no-repeat right center;
}

/* @end */


/* @end */

/* @group Listen */

/* @group Icon Liste Startseite */

ul.boxIconList {
	width: 100%;
}

ul.boxIconList li {
	list-style-type: none;
	height: 45px;
	padding: 1px;
	margin-bottom: 9px;
	font-size: 15px;
}

ul.boxIconList li a {
	display: block;
	margin: 12px 0px 0px 60px;
}

ul.boxIconList li a:link,
ul.boxIconList li a:visited {
	text-decoration: none;
	color: #666;
}

ul.boxIconList li a:hover,
ul.boxIconList li a:active,
ul.boxIconList li a:hover {
	text-decoration: underline;
	color: #666;
}

ul.boxIconList li.icon1 {
	background: url(../images/icons/direkt-zum-onlinestore.png) no-repeat left center;
}

ul.boxIconList li.icon2 {
	background: url(../images/icons/hugyfot-haendler-finden.png) no-repeat left center;
}

ul.boxIconList li.icon3 {
	background: url(../images/icons/schreib-uns.png) no-repeat left center;
}

/* @end */

/* @group Double List */

ul.boxDoubleList {
	float: left;
	list-style-type: none;
	width: 230px;
	line-height: 18px;
	margin-bottom: 18px;
}

ul.boxDoubleList li {
	float: left;
	width: 100px;
	display: block;
	margin-right: 10px;
	cursor: pointer;
}

ul.boxDoubleList li a:link,
ul.boxDoubleList li a:visited {
	text-decoration: none;
	color: #06c;
}

ul.boxDoubleList li a:hover,
ul.boxDoubleList li a:active,
ul.boxDoubleList li a:hover {
	text-decoration: underline;
	color: #06c;
}

/* @end */

/* @end */

/* @group Footer */

#ssFooter {
	padding-top: 20px;
	background-color: #fff;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	height: 150px;
	width: 100%;
}

#ssFooter h3 {
	margin: 0px 0px 9px 20px;
	color: #0066cc;
}

#ssFooter ul {
	margin: 0px 0px 0px 20px;
}

#ssFooter ul li {
	list-style-type: none;
	margin-bottom: 9px;
}

#ssFooter ul li a,
#ssFooter ul li a:link,
#ssFooter ul li a:visited {
	text-decoration: none;
	color: #666666;
}

#ssFooter ul li a:hover,
#ssFooter ul li a:focus,
#ssFooter ul li a:active {
	text-decoration: underline;
}

#ssFooter .spalte1 ul li a,
#ssFooter .spalte1 ul li a:link,
#ssFooter .spalte1 ul li a:visited {
	text-decoration: none;
	color: #0066cc;
}

#ssFooter .spalte1 ul li a:hover,
#ssFooter .spalte1 ul li a:focus,
#ssFooter .spalte1 ul li a:active {
	text-decoration: underline;
}

#ssFooter .spalte1 {
	float: left;
	width: 312px;
}

#ssFooter .spalte2 {
	float: left;
	width: 200px;
}

#ssFooter .spalte3 {
	float: left;
	width: 157px;
}

#ssFooter .spalte4 {
	float: left;
	width: 200px;
}

#ssFooter .icon a {
	margin-left: 29px;
}

#ssFooter .twitter {
	background: url(../images/icons/com-twitter.png) no-repeat left center;
}

#ssFooter .facebook {
	background: url(../images/icons/com-facebook.png) no-repeat left center;
}

#ssFooter .vimeo {
	background: url(../images/icons/com-vimeo.png) no-repeat left center;
}

#ssFooter .flickr {
	background: url(../images/icons/com-flickr.png) no-repeat left center;
}

/* @end */

/* @group Tabs */

ul.tabs {
	list-style-type: none;
	height: 44px;
}

ul.tabs li {
	font-size: 18px;
	float: left;
	margin-right: 5px;
}
ul.tabs.support li {
	font-size: 18px;
	float: left;
	margin-right: 5px;
	min-width:233px;
	text-align:center;
}

ul.tabs li.last {
	margin-right: 0px;
}

ul.tabs li.last a {
	padding-right: 24px;
}

ul.tabs li a {
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	display: block;
	padding: 14px 20px;
	opacity: 0.6;
	background-color: #fff;
}

ul.tabs li a:link,
ul.tabs li a:visited {
	color: #3e484a;
	text-decoration: none;
}

ul.tabs li a:hover,
ul.tabs li a:active,
ul.tabs li a:focus {
	opacity: 1;
	color: #3e484a;
	text-decoration: none;
}

ul.tabs li.active a {
	opacity: 1;
}

/* @end */

/* @group Impressum */

.org,.fn {
	font-weight: bold;
}

.vcard a:link,
.vcard a:visited {
	color: #0066cc;
}

.vcard a:hover,
.vcard a:active,
.vcard a:focus {
	color: #0066cc;
	text-decoration: none;
}

/* @end */

/* @group Clearfix */
.clearfix:after,
div.box:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
	margin: 0px;
	padding: 0px;
}
.clearfix,
div.box {
	display: inline-block;
}
html[xmlns] .clearfix, 
html[xmlns] div.box {
	display: block;
}
* html .clearfix,
* html div.box {
	height: 1px;
}
/* @end */
