@font-face {
  font-family: 'FontAwesome';
  src: url('../assets/fontawesome.eot?v=4.3.0');
  src: url('../assets/fontawesome.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('../assets/fontawesome.woff2?v=4.3.0') format('woff2'), url('../assets/fontawesome.woff?v=4.3.0') format('woff'), url('../assets/fontawesome.ttf?v=4.3.0') format('truetype'), url('../assets/fontawesome.svg?v=4.3.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
body {
	padding:0;
	margin:0;
	background: #526384;
	color: #444444;
}
#headcontainer {
	height:75px;
	padding: 20px 0;
	text-align: right;
}
.sitetitel {
	float:left;
	font-family:'LarryBecker-Black';
	font-size:26px;
	color:#fff;
	text-align:left;
	text-transform:uppercase;
	font-weight:bold
	
}
#headcontainer a {
	text-decoration: none;
	color: #444444;
	padding: 8px 10px;
	display: block;
	float: right;
	line-height: 14px;
	background: #ffffff url(../images/pdots.gif) left center no-repeat;
}
#headcontainer a:first-child {
	-moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
#headcontainer a:last-child {
	-moz-border-radius-topleft: 4px;
    -moz-border-radius-bottomleft: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	background:#fff
}
#search.form-group{
	float: right;
	height: 30px;
	width: 180px;
	padding: 0;
	margin: 0;
	position: relative
}
#searchcriteria {
	border: 0 none;
	outline: none;
	width: 124px;
	height:30px;
	float:left;
	padding: 0 0 0 5px;
	margin: 0 0 0 5px;
	color: #444444;
}
#searchsubmit {height: 30px;border:none}
#headcontainer a:hover {background-color: #f4f4f4;}
#maintopiccontainer, #shoppingcontainer  {
	width: 100%;
	background-color: #7183A2;
	height: 24px;
}
#maintopic, #shopping {
	margin: 0 auto;
	height: 24px;
}
#maintopic {
	background: url(../images/pdots.gif) left center no-repeat;
	padding-left: 1px;
}
#shopping {
	background: url(../images/pdots.gif) right center no-repeat;
	padding-right: 1px;
}
#maintopic a, #shopping a {
	display: block;
	line-height: 14px;
	padding: 5px 10px;
	text-decoration: none;
	color: #ffffff;
}
#maintopic a {
	float: left;
	background: url(../images/pdots.gif) right center no-repeat;
}
#shopping a {
	float: right;
	background: url(../images/pdots.gif) left center no-repeat;
}
#maintopic a:hover, #shopping a:hover, #maintopic a.current {
	background-color: #526384;
}
#logocontainer {
	width: 100%;
	background-color: #ffffff;
}
#logocontainer img, #logocontainer embed {
	display: block;
	width: 100%;
	margin: 0 auto;
	border: 0;
}
#main {margin: 20px auto 0 auto}
#rechts {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color:#fff
}	
#content {
	float: left;
	padding: 10px 10px 20px 20px;
}
#sidebar {
	padding: 10px 0 20px 10px;
	float: right;
}
.clearer {clear: both}
#footer {
	margin: 0 auto;
	padding: 10px 0 10px 200px;
	color: #ffffff;
	text-align: center;
}
#trustedshops {
	padding: 10px 0;
}
#trustedshops input {
	display: block;
	width: 100px;
	height: 100px;
	border: none;
	padding-top: 2px;
	margin: 0 auto;
}
#trustedshops a {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal !important;
	text-decoration: none;
	color: #444444 !important;
	text-align: center;
}
#trustedshops form {
	margin: 0;
}
.badge{background-color:#5E8091 !important}
.scrolltop{
	text-decoration: none;
	position:fixed;
	bottom:45px;
	right:40px;
	display:none;
	color:#7183A2}
.scrolltop:hover{
	text-decoration:none;
	color:#7183A2}
#top {float: right;padding:5px;cursor:pointer}
#top a {border-bottom:none !important}