﻿/* #####################	CSS GENERAL	#####################*/
* {
	margin: 0em;
	padding: 0em;
}

html, body {
	background-color: #050e15;
	height: 100%;
}

body {
	margin: 0em;
	padding: 0em;
	max-width: 100%;

	overflow-x: hidden;

}

a {
	text-decoration: none;
}

p {
	margin: 0em;
	padding: 0em;
}

.opensans {
	font-family: 'OpenSans-Regular', Ubuntu-Regular, Arial;
}

.uppercase {
	text-transform: uppercase;
	font-weight: 500;
	color: #f0b25b;
}

.pfeil {
	background-image: url(../images/pfeil.gif);
	min-height: 10px;
	height: 10px;
	width: 5px;
	max-width: 5px;
	margin-left: 5px;
	margin-top: 9px;
	position: absolute;
}

.arrow_title {
	background-image: url("../images/pfeil_klein.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	margin-left: 0;
	margin-top: 0;
	text-shadow: 0 0 3px #000;
	color: #fbb95d;
	position: absolute;
}

.arrow_title a:hover {
	background-image: url("../images/pfeil_klein_hover.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	margin-left: 0;
	margin-top: 0;
	text-shadow: 0 0 3px #000;
	color: #fbb95d;
	position: absolute;
}

/* ###################  TOP NAVIGATION	 ####################*/
nav {
	border-bottom: 1px solid #05293b;
	background-color: #050e15;
	color: #6a8ea8;
	width: 100%;
	min-height: 2.5em;
	max-height: auto;
	margin-top: -2.5em;
	font-family: 'OpenSans-Regular', Ubuntu-Regular, Arial;
	position: fixed;
	z-index: 99;
}

#nav_displaycase {
	color: #6a8ea8;
	max-width: 62.5em;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	text-transform: uppercase;
	-webkit-box-shadow: 2px 118px 60px -105px rgba(21, 54, 122, 1);
	-moz-box-shadow: 2px 118px 60px -105px rgba(21, 54, 122, 1);
	box-shadow: 2px 118px 60px -105px rgba(21, 54, 122, 1);
}

ul.topbar {
	min-width: 62.5em;
}

ul.topbar a {
	color: #6a8ea8;
	text-decoration: none;
}

ul.topbar a:hover {
	color: #86bffe;
}

ul.topbar li {
	line-height: 3.125em;
	display: inline-block;
	list-style-type: none;
}

ul.topbar li.topbar-left {
	float: left;
	width: 37.500em;
	margin-right: auto;
	letter-spacing: 0.031em;
	font-size: 0.750em;
}

ul.topbar li.topbar-right {
	float: center;
	margin-left: auto;
	letter-spacing: 0.031em;
	font-size: 0.750em;
	text-align: center;
}

/*## LOGIN FORMULA ##############################*/

ul.topbar_login {
	min-width: 62.5em;
	max-width: 62.5em;
	height: 100%;
	text-transform: uppercase;
	color: #6a8ea8;
	margin-left: auto;
	margin-right: auto;
}

ul.topbar_login li {
	display: inline;
	list-style-type: none;
}

ul.topbar_login li.topbar-left {
	float: left;
	margin-right: auto;
	letter-spacing: 0.031em;
	font-size: 0.875em;
}

ul.topbar_login li.topbar-right {
	float: right;
	margin-left: auto;
	letter-spacing: 0.031em;
	font-size: 0.750em;
	line-height: 3.125em;
}

ul.topbar_login li.topbar-left .pwforget {
	color: #86bffe;
	float: left;
	margin-right: auto;
	letter-spacing: 0.031em;
	font-size: 0.750em;
}

.reg a {
	color: #a67a3d;
}

.reg a:hover {
	color: #febb5e;
}

.pwforget a {
	color: #6a8ea8;
}

.pwforget a:hover {
	color: #febb5e;
}

input {
	background-colo: #000;
	color: #86bffe;
	width: 197px;
	height: 21px;

	background-image: url(../images/bg_anmeldung.png);
	background-repeat: no-repeat;
	border: 0 none;
}

#bname {
	margin-right: 2em;

}

#passwd {
	margin-right: 2em;

}

@media only screen and (min-width: 760px) {
	ul.topbar li.topbar-right {
		float: right;
		margin-left: auto;
		letter-spacing: 0.031em;
		font-size: 0.750em;
		text-align: center;
	}
}

.box_login {
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	height: 65%;
	margin-top: 2.5em;
	display: none;
	color: #6a8ea8;
}

/* MOBILE */

@media only screen and (max-width: 760px) {
	ul.topbar li.topbar-right {
		float: center;
		margin-left: auto;
		letter-spacing: 0.031em;
		font-size: 0.750em;
		text-align: center;
		border: 1px solid #05293b;
		width: 100%;
	}

	.box_login {
		margin-left: auto;
		margin-right: auto;
		width: 80%;
		height: 10em;
		margin-top: 10em;
		display: block;
		text-align: center;
		font-weight: 600;
		font-size: 14px;
		color: #fab95d;
		font-family: 'Electrolize-Regular';
	}

	input {
		font-family: 'Electrolize-Regular';
		width: 197px;
		height: 21px;
		background-color: #000;
		background-image: url(../images/bg_anmeldung.png);
		background-repeat: no-repeat;
		margin-left: auto;
		margin-right: auto;
		color: #6a8ea8;
		float: center;
	}

	#button {
		border: 1px solid #3c5d7f;
		height: 30px;
		font-size: 14px;
		font-family: 'OpenSans-Regular', Ubuntu-Regular, Arial;
		text-transform: uppercase;
		width: 182px;
		min-width: 180px;
		margin-left: auto;
		margin-right: auto;
		padding-left: 2em;
		padding-right: 2em;
		margin-top: 12em;
		text-align: center;
		color: #a67a3d;
		-webkit-box-shadow: inset 2px -2px 49px -10px rgba(0, 0, 0, 0.75);
		-moz-box-shadow: inset 2px -2px 49px -10px rgba(0, 0, 0, 0.75);
		box-shadow: inset 2px -2px 49px -10px rgba(0, 0, 0, 0.75);
	}
}

/*########################  Header  #####################################*/
header {
	background-image: url(../images/top_neu.jpg);
	background-repeat: no-repeat;
	background-color: #050e15;
	max-height: 35.438em;
	height: 35.438em;
	margin-top: 2.5em;
	margin-bottom: 0em;
	width: auto;
	overflow: hidden;
	display: block;
	/*
	-webkit-box-shadow: inset -2px 13px 85px -16px rgba(29,90,133,1);
	-moz-box-shadow: inset -2px 13px 85px -16px rgba(29,90,133,1);
	box-shadow: inset -2px 13px 85px -16px rgba(29,90,133,1);*/
}

#header_displaycase {
	width: 100%;
	max-width: 62.5em;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	display: block;

	overflow: hidden;
}

#slider {
	border: 0;
	width: 41.75em;
	height: 14.563em;
	max-height: 14.563em;
	margin-bottom: 0em;
	overflow: visible;
}

/*################## Header Viewports ##################

	@media only screen and (max-width:1680px){
	header {
	background-image: url(../images/top_neu_60.jpg);
	background-repeat:no-repeat;
	}
}
	
###################### Header Ende  ################# */

/*########################  aside  #menu #####################*/

aside {
	background-color: #050e15;
	width: 62.5em;
	margin-top: 0em;
	margin-left: auto;
	margin-right: auto;
	height: 5em;
	font-family: 'Electrolize-Regular';
	overflow: hidden;
	text-transform: uppercase;
	text-shadow: 0 2px 0 #000;
	overflow: hidden;
}

@media only screen and (max-width: 800px) {
	aside {
		display: none;
	}

}

.main_navi_left a {
	color: #86bffe;
	cursor: pointer;
	font-size: 14px;
}

ul.main_navi_left {
	width: 670px;
	height: 100%;
	float: left;
	color: #86bffe;
	font-size: 1em;
	margin-top: 0em;
	padding-left: 19px;

}

ul.main_navi_left li {
	min-width: 6.125em;
	height: 3.688em;
	float: left;
	margin-top: 1.938em;
	margin-right: 35px;
	text-align: center;
	display: inline;
	color: #86bffe;
	overflow: visible;
}

ul.main_navi_left li:hover {
	background: url(../images/x_navi_schein_trans.png);
	background-repeat: no-repeat;
	color: #febb5e;
	cursor: pointer;
}

ul.main_navi_left li:hover a {
	color: #febb5e;
	cursor: pointer;
}

ul.main_navi_right {
	width: 300px;
	margin-top: 0em;
	float: right;
}

ul.main_navi_right a {
	color: #6a8ea8;
	font-size: 14px;
}

ul.main_navi_right li {
	min-width: 6.125em;
	margin-top: 1.938em;
	margin-left: -2px;
	text-align: center;
	height: 3.688em;
	float: left;
	display: inline;
}

ul.main_navi_right li:hover {
	background: url(../images/x_navi_schein_trans.png);
	background-repeat: no-repeat;
	color: #febb5e;
	cursor: auto;
}

ul.main_navi_right li:hover a {
	color: #febb5e;
	cursor: pointer;
}

/*############################# CONTENT ############################*/

section {
	clear: both;
	background-image: url(../images/main_background.jpg);
	background-attachment: fixed;
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
	/*min-height:99.375em;*/
	overflow: hidden;
}

/*### BASSY - IN ###*/

/*** General Start ***/

.gold {
	color: #febb5e;
}

/*** Sections Start ***/

section {
	clear: both;
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.section_title,
.section_bottom {
	position: relative;
	z-index: 1;
}

.section_title_left,
.section_bottom_left {
	height: 30px;
	float: left;
}

.section_title_left {
	width: 24px;
	margin-left: 9px;
	background-image: url(../images/links_oben.png);
	background-repeat: no-repeat;
}

.section_bottom_left {
	width: 30px;
	margin-left: 20px;
	background-image: url(../images/links_unten.png);
	background-repeat: no-repeat;
}

.section_title_wrapper {
	margin-right: 54px;
}

.section_title_text {
	height: 30px;
	float: left;
	margin: 0 9px;
	color: #fbb95d;
	font-family: 'Electrolize-Regular';
	text-shadow: 0 0 3px #000;
	line-height: 30px;
	text-align: center;
	text-transform: uppercase;
}

.section_title_link {
	display: block;
	height: 30px;
	background-image: url(../images/pfeil_klein.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	color: #fbb95d;
}

.section_title_link:hover {
	background-image: url(../images/pfeil_klein_hover.png);
	background-repeat: no-repeat;
	color: #86bffe;
}

.section_title_center {
	overflow: hidden;
	height: 30px;
	background-image: url(../images/mitte.png);
	background-repeat: repeat-x;
}

.section_title_right,
.section_bottom_right {
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 30px;
	background-image: url(../images/rechts-oben.png);
	background-repeat: no-repeat;
}

.section_title_right {
	margin-right: 24px;
	background-image: url(../images/rechts-oben.png);
	background-repeat: no-repeat;
}

.section_bottom_right {
	margin-right: 12px;
	background-image: url(../images/rechts_unten.png);
	background-repeat: no-repeat;
}

.section_bottom_wrapper {
	margin-left: 50px;
	margin-right: 42px;
	background-image: url(../images/mitte.png);
	background-repeat: repeat-x;
}

.section_bottom_text {
	display: block;
	margin: 0 auto;
	width: 180px;
	height: 28px;
	border: 1px solid #3c5d7f;
	color: #a67a3d;
	background-color: #0b1a23;
	cursor: pointer;
	line-height: 30px;
	font-family: 'Electrolize-Regular', Arial;
	text-align: center;
	text-transform: uppercase;
	font-size: 11px;
}

.section_bottom_text:hover .section_bottom_text_inner {
	background-image: url(../images/pfeil_hover.png);
	background-repeat: no-repeat;
	background-position: right;
	color: #febb5e;
}

.section_bottom_text_inner {
	padding-right: 16px;
	background-image: url(../images/pfeil.png);
	background-repeat: no-repeat;
	background-position: right;
}

.content_border_shadow {
	background-image: url(../images/shader_102635.png);
	color: #476586;
	height: 0.313em;
	width: 100%;
	margin-bottom: 20px;
}

/*** Wrappers Start ***/

#home_wrapper,
#boxes_wrapper,
#shop_wrapper,
#news_wrapper {
	position: relative;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	z-index: 2;
}

#home_wrapper:after,
#boxes_wrapper:after,
#shop_wrapper:after,
#news_wrapper:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
}

/*'' Home Start ''*/

#home_one, #home_two, #home_three {
	width: 333px;
}

#home_one {
	border-left: 1px solid #21496b;
}

#home_one, #home_two, #home_three {
	position: relative;
	float: left;
	margin-left: 0;
	margin-right: 0;
}

.home_top {
	position: relative;
	height: 23px;
	border-top: 1px solid #1e4565;
}

#home_one .home_top {
	width: 100%;
	background-image: url(../images/box_bg_pix.png);
	background-repeat: repeat;
}

#home_two .home_top {
	width: 100%;
	background-color: #0d1c27;
}

#home_three .home_top {
	width: 310px;
	background-color: #222e36;
}

.home_ecke {
	position: absolute;
	right: 0;
	width: 23px;
	height: 23px;
}

#home_one_ecke {
	background-image: url(../images/ecke_box_links_oben.png);
	background-repeat: no-repeat;
}

#home_two_ecke {
	background-image: url(../images/ecke_box_mitte_oben.png);
	background-repeat: no-repeat;
}

#home_three_ecke {
	margin-right: -23px;
	background-image: url(../images/ecke_box_rechts_oben.png);
	background-repeat: no-repeat;
}

.home_inner_wrapper {
	height: 265px;
}

#home_one .home_inner_wrapper {
	background-image: url(../images/box_bg_pix.png);
	background-repeat: repeat;
}

#home_two .home_inner_wrapper {
	background-color: #0d1c27;
	background-image: linear-gradient(to bottom, #0d1c27 50%, #091821 90%);
}

#home_three .home_inner_wrapper {
	background-color: #222e36;
	background-image: linear-gradient(to bottom, #222e36 50%, #151d22 90%);
}

.home_header {
	font-family: 'Electrolize-Regular';
	text-shadow: 0 0 3px #000;
	position: relative;
	width: 248px;
	margin: 0 auto 10px auto;
	line-height: 14px;
}

.home_header a {
	width: 100%;
	margin: 0 10px;
	color: #a67a3d;
}

.home_header a:hover {
	color: #fbb95d;
}

.home_inner {
	width: 248px;
	height: 117px;
	margin: 0 auto;
	border: 1px solid #3c5568;
	cursor: pointer;
}

#home_one_inner.home_inner:hover,
#home_two_inner.home_inner:hover {
	box-shadow: 0 0 56px -15px #0b65c8;
}

#home_three_inner.home_inner:hover {
	box-shadow: 0 0 56px -18px #f6f6f6;
}

#home_one_inner {
	background-image: url(../images/h1.jpg);
	background-repeat: no-repeat;
}

#home_two_inner {
	background-image: url(../images/h2.jpg);
	background-repeat: no-repeat;
}

#home_three_inner {
	background-image: url(../images/h3.jpg);
	background-repeat: no-repeat;
}

.home_inner_links {
	width: 100%;
	height: 87px;
	margin-top: 31px;
}

.home_inner_links a {
	color: #6a8ea8;
	font-size: 13px;
	font-family: 'OpenSans-Regular', Ubuntu-Regular, Arial;
	line-height: 15px;
	margin-left: 26px;
}

.home_inner_links a:hover {
	color: #febb5e;
}

/*'' Shop Start ''*/

#shop_section {
	margin-top: -30px;
}

#shop_left {
	position: relative;
	float: left;
	height: 211px;
	width: 460px;
	margin-left: -460px;
	background-image: url(../images/shine_links.png);
	background-repeat: no-repeat;
}

#shop_right {
	position: relative;
	float: left;
	height: 211px;
	width: 460px;
	margin-right: -460px;
	background-image: url(../images/shine_rechts.png);
	background-repeat: no-repeat;
}

#shop_one, #shop_two, #shop_three {
	position: relative;
	float: left;
	width: 333px;
	height: 211px;
	background-color: #072538;
	font-family: 'OpenSans-Regular', Ubuntu-Regular, Arial;
	border-bottom: 1px solid #0a1923;
}

#shop_one {
	border-left: 1px solid #21496b;
	background-image: url(../images/a1_bg_web.png);
	background-repeat: no-repeat;
}

#shop_two {
	background-image: url(../images/a2_bg_web.png);
	background-repeat: no-repeat;
}

#shop_three {
	background-image: url(../images/a3_bg_web.png);
	background-repeat: no-repeat;
}

.shop_beam {
	position: relative;
	top: -29px;
	height: 29px;
	box-shadow: inset 0 -24px 31px -25px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: inset 0 -24px 31px -25px rgba(0, 0, 0, 0.75);
	-webkit-box-shadow: inset 0 -24px 31px -25px rgba(0, 0, 0, 0.75);
}

.shop_beam img {
	float: right;
	margin-right: 21px;
}

.shop_inner_wrapper {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
}

.shop_inner_wrapper:hover {
	background-image: url(../images/a1_hover_web.png);
	background-repeat: no-repeat;
}

.shop_text {
	position: absolute;
	width: 100%;
	z-index: 3;
}

.shop_title {
	height: 22px;
	margin-top: 21px;
	margin-left: 12px;
	color: #86bffe;
	font-family: 'OpenSans-Regular', Ubuntu-Regular, Arial;
	font-size: 22px;
	line-height: 22px;
}

#shop_three .shop_title {
	color: #b8b4af;
}

.shop_bold {
	font-family: 'OpenSans-Bold', Ubuntu-Bold, Arial;
}

.shop_price {
	font-size: 13px;
	margin-top: 8px;
	color: #f6f6f6;
}

.shop_description {
	min-height: 40px;
	margin-top: 10px;
	margin-left: 140px;
	font-size: 13px;
	font-family: 'OpenSans-Regular', Ubuntu-Regular, Arial;
	color: #5a81ab;
	text-transform: uppercase;
}

#shop_three .shop_description {
	color: #b8b4af;
}

.shop_now {
	position: relative;
	float: right;
	margin-right: 20px;
	margin-top: 5px;
	color: #febb5e;
	font-size: 14px;
	font-weight: bold;
	font-family: 'OpenSans-Regular', Ubuntu-Regular, Arial;
}

.shop_now:hover {
	color: #86bffe;
}

.shop_item_img {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

/*'' News Start ''*/

#news {
	width: 667px;
	position: relative;
	float: left;
	margin-left: 0;
	margin-right: 0;
}

.news_left .section_title_wrapper,
.news_left .section_bottom_wrapper {
	margin-right: 0;
}

.news_right .section_bottom_left,
.news_right2 .section_bottom_left {
	width: 50px;
	margin-left: 0;
	background-image: url(../images/mitte.png);
	background-repeat: repeat-x;
}

.news_shadow {
	height: 90px;
}

.news_left .news_shadow {
	box-shadow: inset 0px 16px 18px -16px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 0px 16px 18px -16px rgba(0,0,0,0.75);
	-webkit-box-shadow: inset 0px 16px 18px -16px rgba(0,0,0,0.75);
}

.news_row {
	width: 100%;
}

.news_row:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
}

#news_row_top .news_left,
#news_row_top .news_right {
	padding-bottom: 9px;
}

.news_left,
.news_right, 
.news_right2 {
	float: left;
	width: 333px;
}

.news_left:after,
.news_right:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
}

.news_left {
	background-image: url(../images/box_bg_pix.png);
	border-left: 1px solid #21496b;
}

.news_right {
	background-color: #0d1c27;
	background-image: linear-gradient(to bottom, #192833 0%, #091821 70%);
}

.news_right2 {
	background-color: #091821;
}

.news_info,
.news_content {
	width: 100%;
	height: 73px;
	float: left;
	margin-bottom: 23px;
	background-image: url(../images/shader_102635.png);
}

.news_info > img {
	float: left;
	border: 1px solid #21496b;
	width: 117px;
	height: 71px;
	margin-left: 23px;
}

.news_info_data {
	float: left;
	height: 100%;
	margin-top: 1px;
	margin-left: 10px;
	font-family: 'Electrolize-Regular';
}

.news_info_title,
.news_info_date,
.news_info_author,
.news_info_topic {
	font-size: 11px;
	line-height: 15px;
}

.news_info_title {
	margin: 2px 0;
	color: #476586;
}

.news_info_date,
.news_info_author,
.news_info_topic {
	margin-bottom: 2px;
	padding-left: 25px;
	color: #6a8ea8;
}

.news_info_date {
	background-image: url(../images/icon_datum.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.news_info_author {
	background-image: url(../images/icon_member.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.news_info_topic {
	background-image: url(../images/icon_bereich.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.news_info_comments {
	float: right;
	margin-right: 20px;
	width: 24px;
	height: 24px;
	color: #10212d;
	background-color: #86bffe;
	font-size: 11px;
	line-height: 25px;
	font-family: 'Electrolize-Regular';
	text-align: center;
}

.news_inner {
	margin-left: 23px;
	font-family: 'Electrolize-Regular';
}

.news_inner_title {
	margin: 2px 23px 2px 0;
	font-size: 14px;
	font-family: 'OpenSans-Regular', Ubuntu-Regular, Arial;
	color: #86bffe;
}

.news_inner_title_prefix {
	text-transform: uppercase;
	font-family: 'OpenSans-Bold', Ubuntu-Bold, Arial;
}

.news_inner_subheadline {
	margin-right: 23px;
	height: 18px;
	font-size: 13px;
	color: #6a8ea8;
}

.news_inner_content {
	margin-right: 23px;
	height: 18px;
	font-size: 12px;
	color: #476586;
}

.news_inner_link {
	margin-top: 1px;
	color: #a67a3d;
	float: right;
	font-size: 11px;
}

.news_inner_link:hover {
	color: #febb5e;
}

.news_bottom {
	height: 70px;
	border-bottom: 1px solid #21496b;
}

#news_feed {
	position: relative;
	width:100%;
	height: 100%;
	margin: 0 20px;
}

#news_feed_title {
	color: #f6f6f6;
	padding-top: 10px;
	margin-right: 24px;
	font-size: 13px;
	font-family: 'OpenSans-Regular', Ubuntu-Regular, Arial;
}

#news_feed_list li {
	margin-left: 12px;
	display: inline;
	list-style-type: none;
}

#news_feed_list li:first-child {
	margin-left: 0;
}

.news_feed_entry {
	height: 20px;
	padding-right: 14px;
	background-image: url(../images/pfeil.png);
	background-repeat: no-repeat;
	background-position: center right;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 20px;
	color: #a67a3d;
}

.news_feed_entry:hover {
	height: 20px;
	padding-right: 14px;
	background-image: url(../images/pfeil.png);
	background-repeat: no-repeat;
	background-position: center right;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 20px;
	color: #febb5e;
}

ul#news_feed_list_2 {
	color: #f6f6f6;
	margin-left: -3px;
	margin-top: -1px;
	display: inline;
    list-style-type: none;
}
    
ul#news_feed_list_2 li{
	margin-left: 6px;
    display: inline;
    list-style: none;
}    

a.news_feed_entry_2 {
	font-family: 'OpenSans-Regular', Ubuntu-Regular, Arial;
	background-image: url('../images/pfeil.png');
	background-repeat: no-repeat;
	background-position: right 0px;
	text-transform: uppercase;
	padding-right: 14px;
	font-size: 12px;
	color: #a67a3d;
}

a.news_feed_entry_2:hover {
	background-image: url('../images/pfeil_hover.png');
	background-repeat: no-repeat;
	background-position: right 0px;
	color: #febb5e;
}

/*'' Forum Start ''*/

#forum {
	width: 333px;
	position: relative;
	float: left;
	margin-left: 0;
	margin-right: 0;
	background-color: #222e36;
	background-image: linear-gradient(to bottom, #222e36 0%, #151d22 20%);
}

#forum_inner {
	height: 360px;
	margin: 10px 25px 23px 25px;
	overflow: hidden;
}

#forum_title {
	margin-bottom: 7px;
	color: #f6f6f6;
	font-family: 'OpenSans-Regular', Ubuntu-Regular, Arial;
	font-size: 13px;
	font-weight: bold;
}

.forum_data {
	margin: 5px 0;
	font-family: 'Electrolize-Regular';
}

.forum_data_top {
	color: #898580;
	font-size: 11px;
}

.forum_date,
.forum_author {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 20px;
}

.forum_date {
	width: 90px;
	background-image: url(../images/icon_datum.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.forum_author {
	background-image: url(../images/icon_member.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.forum_data_bottom {
	font-size: 12px;
	margin-top: 1px;
	margin-bottom: 10px;
}


.forum_thread,
.forum_link {
	display: inline-block;
}

.forum_thread {
	width: 215px;
	color: #b8b4af;
	font-size: 12px;
}

.forum_link {
	color: #a67a3d;
	font-size: 11px;
	cursor: pointer;
}

.forum_link:hover {
	color: #febb5e;
}

/*'' Boxes Start ''*/

#boxes_one {
	width: 334px;
}

#boxes_two, #boxes_three {
	width: 333px;
}

#boxes_one, #boxes_two, #boxes_three {
	position: relative;
	float: left;
	margin-left: 0;
	margin-right: 0;
}

.boxes_lamp {
	position: relative;
	width: 113px;
	margin-left: auto;
	margin-right: auto;
}

.boxes_box_01 {
	background-image: url(../images/box_01.png);
	background-repeat: no-repeat;
	margin-top: -45px;
}

.boxes_box_02 {
	background-image: url(../images/box_02.png);
	background-repeat: no-repeat;
	margin-top: -45px;
}

.boxes_box_03 {
	background-image: url(../images/box_03.png);
	background-repeat: no-repeat;
	margin-top: -45px;
}

#boxes_box_top_1,
#boxes_box_top_2,
#boxes_box_top_3 {
	margin-left: 56px;
	font-family: 'Electrolize-Regular';
	line-height: 24px;
	padding-top: 28px;
	font-size: 24px;
	letter-spacing: -2px;
	height: 30px;
}

#boxes_box_top_1 {
	color: #486687;
	text-shadow: 3px 4px #97d0e6;
}

#boxes_box_top_2 {
	color: #876748;
	text-shadow: 3px 4px #e9c89d;
}

#boxes_box_top_3 {
	color: #476586;
	text-shadow: 3px 4px #97d0e6;
}

.boxes_box_widget {
	height: 123px;
}

.boxes_box_middle {
	height: 269px;
}

#boxes_box_middle_innertop {
	width: 272px;
	height: 36px;
}

.boxes_box_middle_innertop_1 {
	float: left;
	color: #f6f6f6;
	margin-left: 20px;
	margin-top: 1px;
}

.boxes_box_middle_innertop_2 {
	float: left;
	margin-left: 62px;
	cursor: pointer;
	color: #86bffe;
	margin-top: 1px;
}

.boxes_box_middle_inhalt_1 {
	font-family: 'OpenSans-Regular', Ubuntu-Regular, Arial;
	font-size: 10px;
	color: #6a8ea8;
	text-transform: uppercase;
	float: left;
	margin-left: 41px;
	margin-top: 3px;
}

.boxes_box_middle_inhalt_2 {
	font-family: 'OpenSans-Regular', Ubuntu-Regular, Arial;
	font-size: 10px;
	color: #6a8ea8;
	text-transform: uppercase;
	float: left;
	margin-left: 16px;
	margin-top: 3px;
}

.boxes_box_middle_inhalt_3 {
	font-family: 'OpenSans-Regular', Ubuntu-Regular, Arial;
	font-size: 10px;
	color: #6a8ea8;
	text-transform: uppercase;
	float: left;
	margin-left: 88px;
	margin-top: 3px;
}

a.boxes_box_middle_innertop_1 {
	font-family: 'OpenSans-Regular', Ubuntu-Regular, Arial;
	background-image: url('../images/pfeil.png');
	background-repeat: no-repeat;
	background-position: right 0px;
	text-transform: uppercase;
	padding-right: 14px;
	font-size: 11px;
	color: #a67a3d;
}

a.boxes_box_middle_innertop_1:hover {
	background-image: url('../images/pfeil_hover.png');
	background-repeat: no-repeat;
	background-position: right 0px;
	color: #febb5e;
}

.boxes_box_middle_innertop_2_toggle {
	font-family: 'OpenSans-Regular', Ubuntu-Regular, Arial;
	background-image: url('../images/pfeil_blau.png');
	background-repeat: no-repeat;
	background-position: right 0;
	text-transform: uppercase;
	padding-right: 14px;
	font-size: 11px;
	color: #86bffe;
}

.boxes_box_middle_innertop_2_toggle:hover {
	background-image: url('../images/pfeil_blau_hover.png');
	background-repeat: no-repeat;
	background-position: right 0;
	color: #f6f6f6;
}

a.boxes_box_middle_innermain:hover {
	font-size: 10px;
	color: #febb5e;
}

.boxes_box_middle_innermain {
	float: left;
	font-family: 'OpenSans-Regular', Ubuntu-Regular, Arial;
	font-size: 10px;
	color: #f6f6f6;
	width: 272px;
	margin-top: 10px;
	margin-left: 42px;
	height: 230px;
	overflow: hidden;
}

.boxes_box_middle_innermain a {
	color: #f6f6f6;
}

.boxes_box_middle_innermain a:hover {
	color: #febb5e;
}

.boxes_box_middle_innermain_a {
	float: left;
	width: 59px;

}

.boxes_box_middle_innermain_b {
	float: left;
	width: 182px;

}

.boxes_box_middle_innermain_c {
	float: clear;

}

.boxes_box_bottom {
	margin-left: 15px;
	width: 100%;
	height: 60px;
	margin-top: 0px;
}

.boxes_spiegelung {
	margin-top: 20px;
	margin-left: 20px;
}

#boxes_background {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 357px;
	z-index: 1;
	background-image: url(../images/rover_background.png);
	background-repeat: no-repeat;
}

#boxes_girl {
	position: absolute;
	bottom: -23px;
	z-index: 3;
	right: -180px;
}

/*### BASSY - OUT ##*/

#section_displaycase {
	width: auto;
	height: auto;
	max-width: 62.5em;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0em;
	margin-bottom: 0em;
	overflow: hidden;
	display: block;
}

#breadcrumbs {
	width: 62.5em;
	margin-top: 10px;
	max-width: 62.5em;
	height: 1.875em;
	max-height: 1.875em;
	overflow: hidden;
	display: flex;
	flex-direction: reverse;
}

.line_left_corner {

	background-image: url(../images/links_oben.png);
	background-repeat: no-repeat;
	margin: 0em;
	margin-left: 9px;
	padding: 0em;
	width: 30px;
	min-width: 30px;
	max-width: 30px;
	height: 30px;
	flex: 1;
}

p.breadcrumbs {
	text-align: left;
	margin-left: 7px;
	max-width: auto;
	min-width: auto;
	height: 30px;
	color: #fbb95d;
	font-family: 'Electrolize-Regular';
	line-height: 30px;
	text-transform: uppercase;
	flex: 2;
}

.line_middle {
	margin-left: -1px;

	background-image: url(../images/mitte.png);
	background-repeat: repeat-x;
	padding: 0em;
	min-width: 840px;
	max-width: 840px;
	width: 840px;
	max-height: 30px;
	height: 30px;
	flex: 3;
}

.line_right_flat {
	margin-right: 23px;
	background-image: url(../images/rechts-oben.png);
	background-repeat: repeat-x;
	padding: 0em;
	max-width: 30px;
	width: 30px;
	height: 30px;
	flex: 4;
}

/* ############ CONTENT###########################*/

#section_displaycase_inline {
	overflow: hidden;
	color: #a67a3d;
	font-family: 'Electrolize-Regular';
	margin-top: 0em;
	padding: 0em;
	max-width: 100%;
	height: auto;
	display: flex;
	flex-direction: reverse;
}

@media only screen and (max-width: 768px) {
	#section_displaycase_inline {
		color: #a67a3d;
		font-family: 'Electrolize-Regular';
		/*
			margin-top: 1.313em;*/
		padding: 0em;
		width: auto;
		margin-left: auto;
		margin-right: auto;
		height: auto;
		display: flex;
		flex-direction: column;
	}
}

#section_one {
	background-image: url(../images/box_bg_pix.png);
	border-top: 1px solid #1e4565;
	border-left: 1px solid #21496b;
	max-width: 20.813em;
	min-width: 20.813em;
	margin-left: 0em;
	margin-right: 0em;
	/*
	-webkit-box-shadow: inset 169px 172px 52px -171px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 169px 172px 52px -171px rgba(0,0,0,0.75);
	box-shadow: inset 169px 172px 52px -171px rgba(0,0,0,0.75);*/
	flex: 1;
}

#section_two {
	background-color: #0d1c27;
	border-top: 1px solid #25394c;
	max-width: 20.813em;
	min-width: 20.813em;
	margin-left: 0em;
	margin-right: 0em;
	background-image: linear-gradient(to bottom, #0d1c27 0%, #091821 70%);
	flex: 2;
}

#section_three {
	border-top: 1px solid #2e4052;
	background-color: #222e36;
	min-width: 20.813em;
	min-width: 20.813em;
	width: auto;
	background-image: linear-gradient(to bottom, #222e36 0%, #151d22 70%);
	margin-left: 0em;
	margin-right: 0em;
	flex: 3;
}

/*##################################### CONTENT BOTTOM   #############*/
#section_displaycase_inline_bottom {
	color: #a67a3d;
	font-family: 'Electrolize-Regular';
	margin-top: 0em;
	margin-left: auto;
	margin-right: auto;
	padding: 0em;
	width: 960px;
	height: auto;
	margin-top: 46px;
	overflow: hidden;
	display: flex;
	flex-direction: reverse;
}

/*
#section_main_bottom {
width:auto;
height:auto;
max-width:62.5em;
height:auto;
margin-left:auto;
margin-right:auto;
margin-top:0em;
margin-bottom:0em;
font-family: 'Electrolize-Regular';
overflow:hidden;
display:block;
} */
#section_bottom_content {
	color: #a67a3d;
	font-family: 'Electrolize-Regular';
	/*
		margin-top: 1.313em;*/
	padding: 0em;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	display: flex;
	flex-direction: reverse;

}

@media only screen and (max-width: 768px) {
	#section_bottom_content {
		color: #a67a3d;
		font-family: 'Electrolize-Regular';
		/*
			margin-top: 1.313em;*/
		padding: 0em;
		width: auto;
		margin-left: auto;
		margin-right: auto;
		height: auto;
		display: flex;
		flex-direction: column-reverse;
	}

}

#section_bottom_one {

	max-width: 292px;
	min-width: 292px;
	margin-left: 0em;
	margin-right: 41px;

	flex: 1;
}

#section_bottom_two {
	width: 292px;
	max-width: 292px;
	margin-left: 0em;
	margin-right: 41px;

	flex: 2;
}

#section_bottom_three {
	width: 292px;
	width: 292px;
	max-width: 292px;
	margin-left: 0em;
	margin-right: 0em;

	flex: 3;
}

.bottom_box_top {
	background-image: url(../images/box1_top.png);
	background-repeat: no-repeat;
	margin: 0;
	width: 292px;
	max-width: 292px;
	min-height: 58px;
	max-height: 58px;
}

.bottom_box_top2 {
	background-image: url(../images/box2_top.png);
	background-repeat: no-repeat;
	margin: 0;
	width: 292px;
	max-width: 292px;
	min-height: 58px;
	max-height: 58px;
}

.bottom_box_top3 {
	background-image: url(../images/box3_top.png);
	background-repeat: no-repeat;
	margin: 0;
	width: 292px;
	max-width: 292px;
	min-height: 58px;
	max-height: 58px;
}

.bottom_header {
	line-height: 16px;
	padding-top: 19px;
	margin-left: 34px;
	font-size: 16px;
}

.bottom_box_widget {

	min-height: 123px;
	max-height: 123px;
}

.bottom_box_middle {
	background-color: #f6f6f6;
	min-height: 269px;
	height: 269px;

}

.bottom_box_middle_innertop {
	width: 262px;
	max-width: 260px;
	margin: 0;
	margin-left: 17px;
	margin-right: 17px;
	height: 36px;
	max-height: 36px;
}

.bottom_box_middle_innermain {
	background-color: #1c262f;
	border: 1px solid #f6f6f6;
	width: 262px;
	max-width: 262px;
	margin: 0;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	max-height: 255px;
	height: 255px;
	overflow: hidden;

}

.bottom_box_bottom {
	background-image: url(../images/box_botton.png);
	background-repeat: no-repeat;
	margin: 0;
	width: 292px;
	max-width: 292px;
	height: 34px;
	min-height: 34px;
	padding-top: 6px;
}

.archiv {
	font-size: 12px;
	text-transform: uppercase;
	font-family: 'OpenSans-Bold', Ubuntu-Bold, Arial;
	color: #a67a3d;
	margin-left: 15px;
	font-size: 12px;
	text-shadow: 0 0 1px #a67a3d;
}

.archiv a {
	color: #a67a3d;

}

.archiv:hover a {
	color: #ffc050;

}

/*###################### CONTENT BOTTOM   #############*/
.widget_one {
	width: 20.813em;
	height: 13.063em;
	max-height: 13.063em;
	margin: 0em;
	letter-spacing: 0.031em;
	padding-bottom: 0.375em;
}

.widget_header {
	line-height: 0.875em;
	margin-top: 0.875em;
	margin-left: 3.188em;
	margin-bottom: 0.625em;
}

.widget_header a {
	color: #a67a3d;
}

.widget_header a:hover {
	color: #fbb95d;
}

#ecke {
	background-image: url(../images/ecke_box_links_oben.png);
	min-width: 23px;
	width: 23px;
	min-height: 23px;
	height: 23px;
	margin-left: 311px;
	margin-top: -1px;
	position: absolute;
}

#ecke2 {
	background-image: url(../images/ecke_box_mitte_oben.png);
	min-width: 23px;
	width: 23px;
	min-height: 23px;
	height: 23px;
	margin-left: 311px;
	margin-top: -1px;
	position: absolute;
}

#ecke3 {
	background-image: url(../images/ecke_box_rechts_oben.png);
	min-width: 23px;
	width: 23px;
	min-height: 23px;
	height: 23px;
	margin-left: 311px;
	margin-top: -1px;
	position: absolute;
}

#inner {
	background-image: url(../images/h1.jpg);
	width: 15.500em;
	height: 7.313em;
	max-height: 7.438em;
	margin-left: 2.688em;
	margin-right: auto;
	border: 1px solid #3c5568;
}

#inner:hover {
	box-shadow: 0 0 56px -15px #0b65c8;
	border: 1px solid #3c5568;
	cursor: pointer;
}

#inner_links {
	margin: 0em;
	padding: 0em;
	padding-top: 29px;
	width: 15.500em;
	height: 87px;
	max-height: 87px;
	margin-right: auto;
}

#inner_links:hover {
	cursor: pointer;
}

#inner_links a {
	color: #6a8ea8;
	letter-spacing: 0.013em;
	font-size: 0.813em;
	font-family: 'OpenSans-Regular', Ubuntu-Regular, Arial;
	line-height: 15px;
	padding-left: 26px;
	margin-top: 20px;
}

#inner_links:hover a {
	color: #a67a3d;
}

#inner_links a:hover {
	color: #febb5e;
}

#inner2 {
	background-image: url(../images/h2.jpg);
	width: 15.500em;
	height: 7.313em;
	max-height: 7.438em;
	margin-left: 2.688em;
	margin-right: auto;
	margin-bottom: 6px;
	border: 1px solid #3c5568;

}

#inner2:hover {
	cursor: pointer;
	border: 1px solid #3c5568;
	box-shadow: 0 0 56px -15px #0b65c8;
	border: 1px solid #3c5568;

}

.inner_links {
	margin: 0em;
	padding: 0em;
	padding-top: 29px;
	width: 15.500em;
	height: 87px;
	max-height: 87px;
	margin-right: auto;
}

.inner_links:hover {
	cursor: pointer;
}

.inner_links a {
	color: #6a8ea8;
	letter-spacing: 0.013em;
	font-size: 0.813em;
	font-family: 'OpenSans-Regular', Ubuntu-Regular, Arial;
	line-height: 15px;
	padding-left: 26px;
	margin-top: 20px;
}

.inner_links:hover a {
	color: #a67a3d;
}

.inner_links a:hover {
	color: #febb5e;
}

#inner3 {
	background-image: url(../images/h3.jpg);
	width: 15.500em;
	height: 7.313em;
	max-height: 7.438em;
	margin-left: 2.688em;
	margin-right: auto;
	margin-bottom: 6px;
	border: 1px solid #3c5568;

}

#inner3:hover {
	cursor: pointer;
	border: 1px solid #3c5568;
	box-shadow: 0 0 56px -18px #f6f6f6;
	border: 1px solid #3c5568;

}

/*
#inner_box_one{
border:1px solid red;
width:15.500em;
height:7.313em;
max-height:7.438em;
margin-left:2.688em;
padding-left:1.438em;

letter-spacing:0.013em;
font-size:0.813em;
font-family: 'OpenSans-Regular', Ubuntu-Regular, Arial;
line-height:15px;

}*/
/*
#inner a{
color:#6a8ea8;
}

#inner a:hover {
color:#a67a3d;
}

#inner2 a{
color:#6a8ea8;
}

#inner,#inner2,#inner3 a:hover {
color:#a67a3d;
}

#inner2 a{
color:#6a8ea8;
}

#inner2 a:hover {
color:#a67a3d;
}
#inner3 a{
color:#6a8ea8;
}
#inner3 a:hover {
color:#a67a3d;
}
*/
#boxshadow_top {
	width: 100%;
	height: 33px;
	max-height: 38px;
	-webkit-box-shadow: inset 0 16px 18px -16px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: inset 0 16px 18px -16px rgba(0, 0, 0, 0.75);
	box-shadow: inset 0 16px 18px -16px rgba(0, 0, 0, 0.75);
}

#boxshadow_top2 {
	width: 100%;
	height: 33px;
	max-height: 38px;
}

#boxshadow_top3 {
	width: 100%;
	height: 33px;
	max-height: 38px;
}

.title_box {
	max-width: 20.813em;
	min-width: 20.813em;
	min-height: 30px;
	max-height: 30 spx;
	margin: 0em;
	margin-top: -13px;
	padding: 0em;
	display: flex;
	flex-direction: reverse;
	-webkit-box-shadow: inset 0 -24px 31px -25px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: inset 0 -24px 31px -25px rgba(0, 0, 0, 0.75);
	box-shadow: inset 0 -24px 31px -25px rgba(0, 0, 0, 0.75);
}

.title_box_two2 {
	max-width: 20.813em;
	min-width: 20.813em;
	min-height: 30px;
	max-height: 30px;
	margin: 0em;
	padding: 0em;
	margin-top: 0;
	margin-bottom: 10px;
	display: flex;
	flex-direction: reverse;
}

.title_box_two {
	max-width: 20.813em;
	min-width: 20.813em;
	min-height: 30px;
	max-height: 30px;
	margin: 0em;
	padding: 0em;
	margin-top: 20px;
	margin-bottom: 10px;
	display: flex;
	flex-direction: reverse;
}

.titlebox_edge_auto_left {
	background-image: url(../images/mitte.png);
	background-repeat: repeat-x;
	margin: 0em;
	padding: 0em;
	width: auto;
	min-width: 1px;
	max-width: 1px;
	height: 30px;
	flex: 1;
}

.titlebox_edge_left_news2 {
	background-image: url(../images/mitte.png);
	background-repeat: repeat-x;
	margin: 0em;
	padding: 0em;
	width: auto;
	min-width: 76px;
	width: 76px;
	height: 30px;
	flex: 1;
}

.titlebox_edge_auto_right {
	background-image: url(../images/mitte.png);
	background-repeat: repeat-x;
	margin: 0em;
	padding: 0em;
	width: auto;
	min-width: 1px;
	max-width: 1px;
	min-height: 30px;
	max-height: 30px;
	height: 30px;
	flex: 2;
}

.titlebox_edge_news_right {
	background-image: url(../images/mitte.png);
	background-repeat: repeat-x;
	margin: 0em;
	padding: 0em;
	width: auto;
	min-width: 30px;
	width: 30px;
	height: 30px;
	flex: 2;
}

.titlebox_edge_corner_right {
	background-image: url(../images/rechts_unten.png);
	background-repeat: no-repeat;
	margin-right: 0;
	padding-right: 10px;
	max-width: 30px;
	width: 30px;
	height: 30px;
	flex: 4;
}

.uebersicht_link_uppercase {
	text-transform: uppercase;
	color: #febb5e;
}

#uebersicht_link {
	background-color: #0b1a23;
	border: 1px solid #3c5d7f;
	height: 30px;
	width: 180px;
	line-height: 30px;
	font-size: 11px;
	font-family: 'Electrolize-Regular', arial;
	text-align: center;
	text-transform: uppercase;
	max-width: 180px;
	min-width: 180px;
	margin-left: 0;
	margin-right: 0;

}

a.uebersicht_link {
	background-image: url('../images/pfeil.png');
	background-repeat: no-repeat;
	background-position: right;
	text-transform: uppercase;
	padding-right: 10px;
	font-size: 11px;
	color: #a67a3d;
}

a.uebersicht_link:hover {
	background-image: url('../images/pfeil_hover.png');
	background-repeat: no-repeat;
	background-position: right;
	color: #febb5e;
}

.title_box_bottom {
	border-bottom: 1px solid #21496b;
	max-width: 20.813em;
	min-width: 20.813em;
	min-height: 60px;
	max-height: 60px;
	margin: 0em;
	padding: 0em;
	display: flex;
	flex-direction: reverse;
}

.title_box_bottom img {
	padding-left: 3px;
}

.title_box_bottom p, h5 {
	text-transform: uppercase;
}

.title_box_bottom p a {
	float: left;
	padding-right: 12px;
	padding-top: 12px;
	font-size: 12px;
	color: #a67a3d;
	text-shadow: -1px -1px 1px rgba(0, 0, 0, 1);
}

.titlebox_edge_left {
	background-image: url(../images/links_oben.png);
	background-repeat: no-repeat;
	margin: 0em;
	margin-left: 8px;
	padding: 0em;
	max-width: 30px;
	width: 30px;
	height: 30px;
	flex: 1;
}

.titlebox_edge_left_normal {
	/*
		border:1px solid red;*/
	background-image: url(../images/mitte.png);
	background-repeat: repeat-x;
	margin: 0em;
	padding: 0em;
	width: 111px;
	height: 30px;
	flex: 1;
}

.title_box_shop {
	margin-left: 7px;
	margin-right: 14px;
	padding: 0;
	width: 43px;
	max-width: 43px;
	height: 30px;
	color: #fbb95d;
	line-height: 30px;
	text-transform: uppercase;
	flex: 2;
}

.title_box_shop a {
	background-image: url('../images/pfeil_klein.png');
	background-repeat: no-repeat;
	color: #fbb95d;
	text-shadow: 0 0 3px #000;
}

.titlebox_edge {
	background-image: url(../images/mitte.png);
	background-repeat: repeat-x;
	margin-left: 0;
	padding: 0em;
	max-width: auto;
	width: auto;
	height: 30px;
	flex: 3;
}

.titlebox_edge_repeat {
	background-image: url(../images/mitte.png);
	background-repeat: repeat-x;
	margin-left: 1px;
	padding: 0em;
	max-width: auto;
	width: auto;
	height: 30px;
	flex: 3;
}

.titlebox_edge_repeat2 {
	margin-left: 14px;
	margin-right: 0;
	background-image: url(../images/mitte.png);
	background-repeat: repeat-x;
	max-width: auto;
	width: auto;
	height: 30px;
	flex: 3;
}

.titlebox_line_right {
	background-image: url(../images/rechts-oben.png);
	width: 30px;
	height: 30px;
	margin: 0;
	margin-right: 23px;
	padding: 0;
}

.titlebox_beam {
	text-align: center;
	background-image: url(../images/mitte.png);
	background-repeat: repeat-x;
	margin: 0em;
	margin-left: 13px;
	padding: 0em;
	max-width: 108px;
	width: 108px;
	height: 30px;
	position: absolute;
}

.titlebox_beam2 {
	text-align: center;
	background-image: url(../images/mitte.png);
	background-repeat: repeat-x;
	margin: 0em;
	margin-left: 56px;
	padding: 0em;
	max-width: 108px;
	width: 108px;
	height: 30px;
	position: absolute;
}

.titlebox_beam3 {
	/*
	border:1px solid yellow;*/
	text-align: center;
	background-image: url(../images/line_image_longend.png);
	background-repeat: repeat-x;
	margin: 0em;
	margin-right: 3px;
	padding: 0em;
	max-width: 100px;
	max-width: 108px;
	height: 30px;
	flex: 4;
}

.titlebox_edge_right {
	background-image: url(../images/mitte.png);
	background-repeat: repeat-x;
	margin: 0em;
	padding: 0em;
	width: 21px;
	flex: 5;
}

.titlebox_edge_flat_right {
	background-repeat: no-repeat;
	margin: 0em;
	padding: 0em;
	max-width: 21px;
	flex: 3;
}

.title_box_shop a:hover {
	background-image: url('../images/pfeil_klein_hover.png');
	background-repeat: no-repeat;
	color: #86bffe;
}

#widget_shop {
	background-image: url(../images/a1_bg_web.png);
	background-color: #072538;
	background-repeat: no-repeat;
	border-bottom: 1px solid #0a1923;
	font-family: 'OpenSans-Regular', Ubuntu-Regular, Arial;
	max-width: 333px;
	max-height: 211px;
	height: 211px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
	overflow: hidden;
}

#widget_shop2 {
	background-image: url(../images/a2_bg_web.png);
	background-repeat: no-repeat;
	border-bottom: 1px solid #101010;
	max-width: 333px;
	max-height: 211px;
	height: 211px;
	overflow: hidden;
	margin-left: 0em;
	margin-right: 0em;
	cursor: pointer;
	overflow: hidden;
}

#widget_shop3 {
	background-image: url(../images/a3_bg_web.png);
	background-repeat: no-repeat;
	border-bottom: 1px solid #1a1a1a;

	max-width: 333px;
	max-height: 211px;
	height: 211px;
	overflow: hidden;
	margin-left: 0em;
	margin-right: 0em;
	cursor: pointer;
	overflow: hidden;
}

#widget_shop:hover {
	background-image: url(../images/a1_hover_web.png);
	background-repeat: no-repeat;
	max-width: 333px;
	max-height: 211px;
	cursor: pointer;
}

#widget_shop2:hover {
	background-image: url(../images/a1_hover_web.png);
	background-repeat: no-repeat;
	max-width: 333px;
	max-height: 211px;
	cursor: pointer;
}

#widget_shop3:hover {
	background-image: url(../images/a1_hover_web.png);
	background-repeat: no-repeat;
	max-width: 333px;
	max-height: 211px;
	/*
-webkit-box-shadow: inset -11px -134px 60px -124px #f6f6f6;
-moz-box-shadow: inset -11px -134px 60px -124px #f6f6f6;
box-shadow: inset -11px -134px 60px -124px #f6f6f6;
*/
	cursor: pointer;
}

#widget_shop a {
	color: #febb5e;
	font-size: 14px;
	font-weight: bold;
	font-family: 'OpenSans-Regular', Ubuntu-Regular, Arial;
	margin-left: 37px;
	margin-top: 55px;
	position: absolute;
	z-index: 97;
}

#widget_shop a:hover {
	color: #a67a3d;
}

#widget_shop a:hover {
	color: #a67a3d;
}

#widget_shop p {
	font-family: 'OpenSans-Regular', Ubuntu-Regular, Arial;
}

#widget_shop2 a:hover {
	color: #a67a3d;
}

#widget_shop2 p {
	font-family: 'OpenSans-Regular', Ubuntu-Regular, Arial;
}

#widget_shop2 a {
	color: #febb5e;
	font-size: 14px;
	font-weight: bold;
	font-family: 'OpenSans-Regular', Ubuntu-Regular, Arial;
	margin-left: 239px;
	margin-top: 55px;
	position: absolute;
	z-index: 97;
}

#widget_shop3 a {
	color: #febb5e;
	font-size: 14px;
	font-weight: bold;
	font-family: 'OpenSans-Regular', Ubuntu-Regular, Arial;
	margin-left: 239px;
	margin-top: 55px;
	position: absolute;
	z-index: 97;
}

#widget_shop3 a:hover {
	color: #86bffe;
}

#widget_shop3 p {
	font-family: 'OpenSans-Regular', Ubuntu-Regular, Arial;
}

#widget_shop a {
	color: #febb5e;
	font-size: 14px;
	font-weight: bold;
	font-family: 'OpenSans-Regular', Ubuntu-Regular, Arial;
	margin-left: 238px;
	margin-top: 55px;
	position: absolute;
	z-index: 97;
}

#shop_item_id {
	color: #86bffe;
	font-size: 22px;
	width: 333px;
	max-width: 333px;
	max-height: 211px;
	height: 22px;
	line-height: 22px;
	margin: 0em;
	margin-top: 21px;
	padding-left: 12px;
	font-family: 'OpenSans-Regular', Ubuntu-Regular, Arial;
}

.shop_font_open_bold {
	font-family: 'OpenSans-Bold', Ubuntu-Bold, Arial;
}

#shop_item_id2 {
	color: #86bffe;
	font-size: 22px;
	width: 333px;
	max-width: 333px;
	max-height: 211px;
	height: 22px;
	line-height: 22px;
	margin: 0em;
	margin-top: 21px;
	padding-left: 12px;
	font-family: 'OpenSans-Regular', Ubuntu-Regular, Arial;
}

#shop_item_id3 {
	color: #b8b4af;
	font-size: 22px;
	width: 333px;
	max-width: 333px;
	max-height: 211px;
	height: 22px;
	line-height: 22px;
	margin: 0em;
	margin-top: 21px;
	padding-left: 12px;
	font-family: 'OpenSans-Regular', Ubuntu-Regular, Arial;
}

p.price {
	font-size: 13px;
	margin-top: 8px;
	position: absolute;
	color: #f6f6f6;
}

#item_img_shop {
	margin-top: -40px;
	width: 333px;
	position: absolute;
	z-index: 77;
}

#item_img_shop2 {
	margin-top: -40px;
	width: 333px;
	position: absolute;
	z-index: 77;
}

#item_img_shop3 {
	margin-top: -40px;
	width: 333px;
	position: absolute;
	z-index: 77;
}

.bezeichnung {
	margin-top: 8px;
	font-size: 13px;
	color: #5a81ab;
	text-transform: uppercase;
}

.bezeichnung2 {
	margin-top: 8px;
	font-size: 13px;
	color: #898580;
	text-transform: uppercase;
}

#bezeichnung {
	font-family: 'OpenSans-Regular', Ubuntu-Regular, Arial;
	font-size: 13px;
	float: right;
	margin-left: 140px;
	margin-top: 2px;
	min-width: 170px;
	max-width: 170px;
	min-height: 40px;
	max-height: 40px;
	position: absolute;
	overflow: hidden;
	z-index: 100;
}

#bezeichnung2 {
	font-family: 'OpenSans-Regular', Ubuntu-Regular, Arial;
	font-size: 13px;
	float: right;
	margin-left: 140px;
	margin-top: 2px;
	min-width: 170px;
	max-width: 170px;
	min-height: 40px;
	max-height: 40px;
	position: absolute;
	overflow: hidden;
	z-index: 100;
}

.image_shop_two {

	background-image: url(../images/a2_bg_web.png);
	min-width: 333px;
	min-height: 211px;
}

.image_shop_last {

	background-image: url(../images/a3_bg_web.png);
	min-width: 333px;
	min-height: 211px;
}

.image_shop h2 {

	color: #86bffe;
}

.image_shop p {
	color: #f6f6f6;
}

.titlebox_edge_left_news {
	/*
			border:1px solid red;*/
	background-image: url(../images/links_unten.png);
	background-repeat: no-repeat;
	margin: 0em;
	margin-left: 15px;
	padding: 0em;
	max-width: 30px;
	height: 30px;
	flex: 1;
}

.titlebox_edge_right_news {

	/*border:1px solid blue;*/
	background-image: url(../images/mitte.png);
	background-repeat: repeat-x;
	margin: 0em;
	padding: 0em;
	width: 100%;
	max-width: auto;
	flex: 3;
}

.titlebox_edge_left_bottom {
	background-image: url(../images/links_unten.png);
	background-repeat: no-repeat;
	margin: 0em;
	margin-left: 20px;
	padding: 0em;
	max-width: 30px;
	width: 30px;
	height: 30px;
	flex: 1;
}

.titlebox_edge_right_bottom {
	/*border:1px solid blue;*/
	background-image: url(../images/mitte.png);
	background-repeat: repeat-x;
	margin: 0em;
	padding: 0em;
	width: 100%;
	max-width: auto;
	flex: 2;
}

/*############### TABEL-LAYOUT NEWS #####################*/

td {
	color: #476586;

	padding-left: 10px;
	min-width: 54px;
}

td:nth-child(2n) {
	color: #6a8ea8;
	padding: 0em;
	min-width: 54px;
}

.mini_content_news {
	width: 333px;
	min-height: 366px;
	max-height: 366px;
	margin: 0em;
	padding: 0em;
}

.mini_content {
	background-image: url(../images/shader_102635.png);
	color: #476586;
	width: 333px;
	min-height: 73px;
	max-height: 73px;
	margin: 0em;
	padding: 0em;
	margin-bottom: 23px;
	padding: 0em;
	display: flex;
	flex-direction: reserve;
}

.mini_content2 {
	background-image: url(../images/shader_102635.png);
	width: auto;
	min-height: 73px;
	max-height: 73px;
	margin: 0em;
	padding: 0em;
	padding-left: 23px;
	max-width: 333px;
	margin-bottom: 23px;
}

.mini_content2 p {
	border: 1px dashed red;
	color: #6a8ea8;
	padding: 0em;
	font-size: 11px;
	margin-right: 23px;
}

.uppercase-normal {
	color: #86bffe;
	font-size: 14px;
	text-transform: uppercase;
}

.mini_content2 h4 {
	color: #86bffe;
	font-size: 14px;
	padding-top: 5px;
}

.mini_content3 {
	width: 287px;
	min-height: 36px;
	max-height: 36px;
	margin: 0em;
	padding: 0em;
	margin-bottom: 23px;
}

.mini_content_forum {
	max-width: 287px;
	min-height: 366px;
	max-height: 366px;
	margin: 0em;
	margin-left: 23px;
	padding: 0em;
}

.mini_content3 {
	width: auto;
	max-height: 26px;
	height: 26px;
	margin: 0em;
	padding-top: 2px;
}

.mini_content3 h4 {
	font-family: 'OpenSans-Regular', Ubuntu-Regular, Arial;
	color: #f6f6f6;
	margin: 0em;
	padding: 0em;
	font-weight: 400;
	font-size: 13px;
}

.mini_contenth4 {
	font-family: 'OpenSans-Regular', Ubuntu-Regular, Arial;
	color: #f6f6f6;
	margin: 0em;
	padding-bottom: 2x;
	font-size: 13px;
}

.mini_content3 p {
	color: #b8b4af;
	margin: 0em;
	padding: 0em;
	font-size: 12px;
}

.erstellt {
	color: #635f5a;
	margin: 0em;
	margin-right: 20px;
	margin-left: 0;
	padding: 0em;
	font-size: 10px;
}

.author {
	color: #635f5a;
	margin: 0em;
	padding: 0em;
	font-size: 12px;
}

a.totopic {
	margin-top: 1px;
	color: #a67a3d;
	float: right;
	font-size: 11px;

}

a.totopic: hover {
	color: #febb5e;
}

.mini_content_news img {
	border: 1px solid #21496b;
	max-width: 117px;
	margin-left: 23px;
	margin-right: 0;
	flex: 1
}

#section_one li {

	color: #6a8ea8;
	height: 71px;

	margin-right: 0em;
	list-style-type: none;
}

#section_two li {

	color: #6a8ea8;
	height: 71px;

	margin-right: 0em;
	list-style-type: none;
}

#section_three li {

	color: #6a8ea8;
	height: 71px;

	margin-right: 0em;
	list-style-type: none;
}

.section_one_bottom {
	text-transform: none;
	font-family: 'OpenSans-Regular', Ubuntu-Regular, Arial;
	width: 100%;
	padding-left: 23px;
	padding-right: 1.813em;
	line-height: 12px;
}

.section_one_bottom p {
	color: #f6f6f6;
	font-size: 13px;
	text-transform: none;
}

.section_one_bottom strong {
	color: #f6f6f6;
	font-size: 12px;
	text-transform: uppercase;
}

.section_one_bottom h5 {

}

/*
.mini_content {
margin:0em;
padding:0em;
background-image: url(../images/shader_102635.png);

width:333px;
margin-bottom:38px;


}*/
.mini_content_right {
	border: 1px dashed yellow;

	width: auto;
	margin-bottom: 38px;

}

.mini_content_end {
	border: 1px dashed yellow;
	background-image: url(../images/shader_102635.png);

	width: auto;
	margin-bottom: 0em;

}

.mini_content_end_right {
	border: 1px dashed yellow;

	width: auto;
	margin-bottom: 0em;

}

#inhalte p {
	border: 1px dashed blue;
	font-size: 14px;
	margin-right: 2em;
	margin-left: 2em;
	color: #b8b4af;
}

.imagebox {
}

@media (max-width: 32em) {
	#section_displayinline {

		display: flex;
		flex-direction: column;
	}
}

.info_icon {
	background-image: url(../images/info_icon.png);
	background-position: 0px 5px;
	background-repeat: no-repeat;
	width: 280px;
	font-family: 'OpenSans-Regular', Ubuntu-Regular, Arial;
	font-size: 12px;
	color: #476586;
	padding-top: 6px;
	margin-left: 40px;
	line-height: 14px;
}

#main {
	max-width: 62.5em;
	margin: 0 auto;

}

#main_footer {
	max-width: 1000px;
	margin: 0 auto;
	margin-top: 0em;
}

#rover_hintergrund {
	background-image: url(../images/rover_background.png);
	background-repeat: no-repeat;
	width: 100%;
	max-width: 100%;
	min-height: 357px;
	max-height: 357px;
	height: auto;
	margin: -18.688em;
	margin-left: 0;
	padding: 0em;
}

footer {
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	width: 100%;
	max-width: 100%;
	min-height: 47.063em;
	max-height: 47.063em;
	margin-top: 6em;
	margin-left: 0;
}

footer p.reserved {
	font-family: 'Electrolize-Regular';
	font-size: 10px;
	color: #476586;
}

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

/*
footer a:hover {
 color:#febb5e;
 text-decoration:none;
}
*/

#footer_inline {
	width: auto;
	max-width: 48.18em;
	margin-left: auto;
	margin-right: auto;
	padding-top: 35px;
}

#footer_inline li {
	font-family: 'Electrolize-Regular';
	text-transform:uppercase;
	display: inline-block;
	width: auto;
	margin-right: 1.5em;
}

#footer_flex ul {
	width: 737px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-direction: reverse;
}

#footer_box0 {
	padding-left: 65px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 600px;
	height: 400px;
}

#footer_box1 {
	float:left;
	margin-left: 0px;
	display: inline-block;
	width: 208px;
	height: auto;
}

#footer_box2 {
	float:left;
	margin-left: 0px;
	display: inline-block;
	margin-left:0px;
	width: 195px;
	height: auto;
}

#footer_box3 {
	float:left;
	margin-left: 0px;
	display: inline-block;
	margin-left:4px;
	width: auto;
	height: auto;
}

#footer_box1_schrift_1 {
	margin-top: 20px;
	margin-left: -15px;
 	text-transform:uppercase;
	font-family: 'Electrolize-Regular';
	color: #476586;
	font-size: 11px;
}

#footer_box1_schrift {
 	text-transform:uppercase;
	float:left;
	width: 190px;
	font-family: 'OpenSans-Regular', Ubuntu-Regular, Arial;	
	color: #476586;
	font-size: 11px;
}

a.footer_schrift {
	text-transform:none;
	font-family: 'OpenSans-Regular', Ubuntu-Regular, Arial;	
	color: #274566;
	font-size: 11px;
}

a.footer_schrift:hover {
	color: #476586;
}


#icon_box_main {
    display: block;
    margin-left: 55px;
    height: auto;
}

#icon_box_main_02 {
	display: block;
    margin-left: 43px;
    height: auto;

}

.icon_box_list {
	display: inline;
	width: 24px;
	list-style-type: none;
}

.icon_schrift {
	list-style-type: none;
	float:left;
	margin-top: 27px;
	margin-left: 11px;	
}

.icon_schrift_02 {
	list-style-type: none;
	float:left;
	margin-top: 27px;
	margin-left: 34px;	
}

@media only screen and (max-width: 666px) {
	#footer_flex {
		flex-direction: column;
	}
}

#flex1 {
	width: auto;
	max-width: 20.813em;
	margin-left: 0em;
	margin-right: 0em;
	flex: 1;
}

#flex1 p {
	color: #f6f6f6;
	font-size: 10px;
	width: auto;
	margin-left: 100px;
}

.flex2 {
font-size: 12px;
}

#flex2 {
	width: auto;
	max-width: 20.813em;
	margin-left: 0em;
	margin-right: 0em;
	flex: 2
}

#flex3 {
	margin-left: -15px;
	width: auto;
	max-width: 20.813em;
	flex: 3
}

/****

Test module
*/

#lamp1 {
	margin-left: 112px;
	position: absolute;
}

#lamp2 {
	margin-left: 436px;
	position: absolute;
}

#lamp3 {
	margin-left: 780px;
	position: absolute;
}

#dame {
	position: absolute;
	padding: 166px 0 0 940px;
}

#spiegelung {
	margin-top: 20px;
	position: absolute;
}

#spiegelung2 {
	margin-top: 20px;
	position: absolute;
}

#spiegelung3 {
	margin-top: 20px;
	position: absolute;
}

#streifen_transrechts {
	background-image: url(../images/shine_rechts.png);
	background-repeat: no-repeat;
	min-height: 190px;
	height: 190px;
	width: 460px;
	max-height: 190px;
	max-width: 460px;
	min-width: 460px;
	margin-top: 22px;
	margin-left: 333px;
	padding: 0;
	overflow: hidden;
	position: absolute;
}

#streifen_translinks {
	background-image: url(../images/shine_links.png);
	background-repeat: no-repeat;
	min-height: 190px;
	height: 190px;
	max-height: 190px;
	width: 460px;
	max-width: 460px;
	margin: 0;
	padding: 0;
	margin-left: -460px;
	margin-top: 21px;
	overflow: hidden;
	position: absolute;
}

/*
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180eg);
-webkit-transform: rotate(180deg);
*/

.bottom_box_middle_innertop a {
	color: #a77b3e;
	font-size: 12px;
	text-transform: uppercase;
}

.bottom_box_middle_innertop table {
	border: none;
	border-spacing: 0;
	width: 100%;
	padding: 0;
	margin: 0;
	max-height: 30px;
	font-size: 12px;
	text-transform: uppercase;
	text-align: left;
}

.bottom_box_middle_innertop tr {
	font-size: 12px;
}

.bottom_box_middle_innertop td:first-child {
	text-align: left;
	color: #476586;
}

.bottom_box_middle_innertop td {
	height: 23px;
	min-height: 23px;
	max-height: 23px;
	color: #476586;
}

.bottom_box_middle_innermain table {
	background-color: #1c262f;
	width: auto;
	max-width: 100%;
	margin: 0;
	max-height: 100%;
	height: auto;
}

.bottom_box_middle_innermain td {
	background-color: #1c262f;
	height: 23px;
	min-height: 23px;
	max-height: 23px;
	margin: 0;
	max-height: 100%;
	height: auto;
}

td.white {
	color: f6f6f6;
}

#feeds {
	position: absolute;
	margin-left: 290px;
	margin-top: -12px;
}

/* #####################	Meine Arbeiten	#####################*/

/* ### News Info ###*/

.news_info_old {
	float: left;
	margin: 5px 10px;
	width: 15px;
	font-size: 11px;
	line-height: 16px;
	color: #476586;
}

.news_kommentare {
	float: left;
	padding: 3px 6px;
	height: 40px;
	width: 24px;
	margin: -83px 138px;
	font-size: 11px;
	color: #10212d;
	background-position: 0 13px;
	background-image: url('../images/komm_box.png');
	background-repeat: no-repeat;
}

.news_info2 {
	float: left;
	margin: 5px 0;
	font-size: 11px;
	line-height: 16px;
	color: #6a8ea8;
}

/* ### News Content ###*/

.news_content_titel {
	margin: 2px 0;
	width: 287px;
	height: 18px;
	font-size: 14px;
	font-family: 'OpenSans-Bold', Ubuntu-Bold, Arial;
	color: #86bffe;
}

.upper {
	text-transform: uppercase;
}

.news_content_titel2 {
	font-size: 14px;
	font-family: 'OpenSans-Regular', Ubuntu-Regular, Arial;
	color: #86bffe;
}

.news_content_sub_titel {
	margin: 0 0;
	width: 287px;
	height: 18px;
	font-size: 13px;
	color: #6a8ea8;
}

.news_content_bericht {
	margin: 0 0;
	width: 287px;
	height: 18px;
	font-size: 12px;
	color: #476586;
}

a.content_link {
	margin-top: 1px;
	color: #a67a3d;
	float: right;
	font-size: 11px;
}

a.content_link:hover {
	color: #febb5e;
}

/* ### Forum ###*/

#forum_info {
	width: 90px;
	height: 16px;
	font-size: 11px;
	margin-left: 20px;
	margin-top: 1px;
	color: #898580;
}

#forum_info2 {
	width: 177px;
	height: 16px;
	font-size: 11px;
	margin-left: 20px;
	margin-top: 1px;
	color: #898580;
}

.forum_titel {
	margin-top: -2px;
	width: 287px;
	height: 15px;
	float: left;
	font-size: 12px;
	color: #b8b4af;
}

/* ### Weitere Feeds ###*/

#feed {
	margin-bottom: 16px;
	margin-top: -35px;
	margin-left: 23px;
	padding: 0 0 0 0;
}

#feed li {
	height: 20px;
	display: inline;
	list-style-type: none;
	padding-right: 22px;
}

a.feed {
	height: 20px;
	background-image: url('../images/pfeil.png');
	background-repeat: no-repeat;
	background-position: right;
	text-transform: uppercase;
	padding-right: 10px;
	font-size: 11px;
	color: #a67a3d;
}

a.feed:hover {
	height: 20px;
	background-image: url('../images/pfeil_hover.png');
	background-repeat: no-repeat;
	background-position: right;
	text-transform: uppercase;
	padding-right: 10px;
	font-size: 11px;
	color: #febb5e;
}

#shadow_top_bottom {
	background-image: url(../images/shader_102635.png);
	color: #476586;
	height: 0.313em;
	width: 100%;
	min-height: 0.313em;
	max-height: 0.313em;
	display: flex;
	flex-direction: reserve;
}

.icon_date {
	background-image: url(../images/icon_datum.png);
	background-repeat: no-repeat;
	width: 16px;
	height: 15;
}

.icon_date_forum {
	margin-top: 5px;
	float: left;
	background-image: url(../images/icon_datum.png);
	background-repeat: no-repeat;
	width: 90px;
	height: 16;
}

.icon_member_forum {
	margin-top: 5px;
	float: left;
	background-image: url(../images/icon_member.png);
	background-repeat: no-repeat;
	width: 177px;
	height: 16;
}

.icon_member {
	background-image: url(../images/icon_member.png);
	background-repeat: no-repeat;
	width: 16px;
	height: 15;
}

.icon_bereich {
	background-image: url(../images/icon_bereich.png);
	background-repeat: no-repeat;
	width: 16px;
	height: 15;
}

.caption_kommentare {
	float: left;
	padding: 3px 6px;
	height: 40px;
	width: 24px;
	font-size: 11px;
	margin-top: -13px;
	margin-left: 55px;

	color: #10212d;
	background-position: 0 14px;
	background-image: url('../images/komm_box.png');
	background-repeat: no-repeat;
}

/*28.125em;
	
	13.188em 
	
	238px;*/
/*
****/
/* #####################	FONTS	#####################*/
@font-face {
	font-family: 'Electrolize-Regular';
	src: url('../fonts/Electrolize-Regular.ttf') format('truetype');
}

@font-face {
	font-family: 'OpenSans-Bold';
	src: url('../fonts/OpenSans-Bold.ttf') format('truetype');
}

@font-face {
	font-family: 'OpenSans-Regular';
	src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
}

@font-face {
	font-family: 'Ubuntu-Bold';
	src: url('../fonts/SourceSansPro-Bold.otf') format('opentype');
}

@font-face {
	font-family: 'Ubuntu-Regular';
	src: url('../fonts/SourceSansPro-Regular.otf') format('opentype');
}
