* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

body {
	color: #000000;
	font-family: 'Exo 2', helvetica;
	background-color: #eeeeee;
}

#contentwrapper {
	margin: 32px auto;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 1);
}

#header {
	position: relative;
	margin: 0 auto;
	xbackground-color: #4e565a;
	xbackground-color: #eeeeee;
	background-color: #000000;
	background-image: url("../gfx/header.png");
	background-position: right center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	xtext-align: center;
}

#header img {
	padding: 1.25em;
	max-width: 100%;
}

/*#languageselection {
	position: absolute;
	right: 0;
	padding: 0.75em;
	padding-right: 0;
	text-align: center;
	color: #ffffff;
}

#languageselection a {
	display: inline;
	padding-right: 1em;
	text-decoration: none;
	color: #4e565a;
}

#languageselection a.active {
	color: #ffffff;
	font-weight: bold;
}*/

#navigation {
	font-size: 1.2em;
}

#navigation a {
	float: left;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	line-height: 1.8em;
	height: 1.8em;
	background-color: #4e565a;
	overflow: hidden;
	text-overflow: ellipsis;
}

#navigation a:hover {
	font-weight: bold;
}

#navigation a.inactive {
	margin-top: 0.2em;
}

#navigation a.active {
	font-weight: bold;
	color: #000000;
	background-color: #ffffff;
	height: 2em;
}

#content {
	padding: 16px;
	background-color: #ffffff;
}

#content h1 {
	font-size: 1.1em;
}

#content h2 {
	padding-left: 0.5em;
	font-size: 1em;
}

#content p {
	padding: 0.5em;
}

#content a {
	color: #000000;
}

/*#content img {
	margin-left: 8px;
	margin-right: 8px;
	margin-bottom: 8px;
}*/

#errortext {
	color: red;
}

#news {
	padding: 0.5em;
	margin-bottom: 0.5em;
	background-color: #e6b51d;
}

#news h1 {
	padding-bottom: 0.5em;
}

#news p {
	padding: 0.5em 1em;
}

#productcategoriesseparator {
	margin: 8px 0 16px 0;
	border-bottom: 1px #4e565a solid;
}

.productcategory {
	clear: both;
	float: none;
	overflow: hidden;
}

.productcategory img {
	float: left;
	width: 128px;
	margin-right: 0.5em;
}

.productcategory h1 {
	display: inline;
}

.productcategory p {
	overflow: hidden;
	padding-bottom: 0;
}

.productcategoryspacer {
	height: 1em;
}

#productseparator {
	margin: 16px 0 0 0;
	border-bottom: 1px #4e565a solid;
}

.product {
	float: left;
	overflow: hidden;
	xpadding: 1em 1em 0 1em;
	padding: 1em 1em 0 0em;
	width: 50%;
}

.product img {
	float: left;
	width: 128px;
	margin-right: 0.5em;
}

.product h1 {
	display: inline;
}

.product p {
	overflow: hidden;
	padding-bottom: 0;
}

#viewimageshade {
	background-color: rgba(0, 0, 0, 0.85);
	position: fixed;
	height: 100%;
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 64px;
	left: 0;
	top: 0;
}

#address {
	float: left;
	margin-right: 1em;
}

#address h2 {
	padding-left: 0;
}

#address p {
	padding-top: 0;
}

#address img {
	margin-top: 0.25em;
}

#googlemap {
	width: 100%;
	max-width: 450px;
	height: 300px;
	border: 0;
	border-radius: 3px;
}

/*.contact {
	float: left;
	margin-top: 0.5em;
	width: 50%;
	overflow: hidden;
}

.contact img {
	float: left;
	width: 128px;
	margin-right: 0.5em;
}

.contact div {
	float: left;
	overflow: hidden;
	padding-right: 1em;
}

.contact h2 {
	padding: 0.2em 0 0 0 !important;
}

.contact a {
	display: inline-block;
	padding: 0.2em 0 0 0 !important;
}

.contactspacer {
	display: none;
}*/

#footer {
	margin: 0 auto;
	padding: 0.1em 0.25em 0.1em 0.25em;
	color: #ffffff;
	background-color: #4e565a;
	text-align: center;
	font-size: 0.8em;
	line-height: 1.5em;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
}

.socialmedialink {
	vertical-align: middle;
}

.socialmedialink img {
	xheight: 1em;
	xwidth: 1em;
	display: inline;
	vertical-align: text-top;
}

.fc {
	float: none;
	clear: both;
}





.tagstohtml_pfl {
	float: left;
}

.tagstohtml_pfr {
	float: right;
}

.tagstohtml_imgp {

}

.tagstohtml_img {
	margin: 0px;
	border-radius: 3px;
}

.tagstohtml_imgfl {
	margin: 0px 8px 0px 0px;
	float: left;
	border-radius: 3px;
}

.tagstohtml_imgfr {
	margin: 0px 0px 0px 8px;
	float: right;
	border-radius: 3px;
}

.tagstohtml_fl {
	float: left;
}

.tagstohtml_flb {
	float: left;
	clear: both;
}

.tagstohtml_fll {
	float: left;
	clear: left;
}

.tagstohtml_flr {
	float: left;
	clear: right;
}

.tagstohtml_fr {
	float: right;
}

.tagstohtml_frrb{
	float: right;
	clear: both;
}

.tagstohtml_frr {
	float: right;
	clear: right;
}

.tagstohtml_frl {
	float: right;
	clear: left;
}

.tagstohtml_fc {
	float: none;
	clear: both;
}

.ig {
	clear: left;
	float: left;
	margin-top: 16px;
	width: 100%;
}

.ig img {
	max-height: 150px;
	float: left;
	margin: 0px 8px 0px 0px;
	border-radius: 3px;
}

.ig p {
	font-size: 0.8em;
	padding: 0 !important;
}
