html {
	height:100%;
	padding:0; 
	margin:0; 
	border:0; 
	font-size:12px; 
	font-family: Arial, Helvetica, sans-serif ;
	color:#595959;
	height: 100%; margin-bottom: 1px;
	background:#fbfbfb url(../images/bg_body.png) top left repeat-x;
}
body { 
	padding:0; 
	margin:0; 
	border:0;
	font-size:12px;
	overflow-x:hidden;
	background:#fbfcff url(../images/bg_body.jpg) top left repeat-x;
}
a img {border: none; }
a img:link {border: none; }
a img:visited {border: none; }
a img:hover {border: none; }
a img:active {border: none; }

a[href^=tel] { 
    color: inherit; 
    text-decoration: none; 
}

img {border:none;}
img:link{border:none;}
img:visited{border:none;}
img:hover{border:none;}
img:active{border:none;}

div.hinweis { 
	position:fixed;
	z-index:9999; 
	top: 50%;
	left: 50%;
	margin-top: -50px;
	margin-left: -278px;
	width:530px;
	max-width:80%;
	max-height:80%;
	border-width:7px;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	border-style:solid;
	border-color:#0d438f;
	background-color:#ffffff;
	text-align:center;
}
.spacer_v {
	position: relative;
	line-height: 0px;
	font-size: 0px;
	float: left;
}
.spacer_h {
	position: relative;
	line-height: 0px;
	font-size: 0px;
	width: 100%;
}
.spacer {
	display: block;
	clear: both;
	width: 100%;
	height: 0px;
}
.spacer_grau {
	height: 1px;
	background:#bcbcbc;
}

.trenner_punkte {
	border-bottom: 1px dotted #939598;
}
.float_left {
	float:left;	
}
.float_right {
	float:right;
}
.bold {
	font-weight: bold !important;
}
.normal {
	font-weight: normal !important;
}
a, a:link, a:visited {
	color:#254e9c;	
	text-decoration:none;
}
a:hover {
	color:#6280d6;	
}
h2 {
	color:#231f20;
	font-weight:normal;
	font-size:16px;
	margin:5px 0px 0px 0px;
	padding:3px 0px 0px 0px;
}
br {
	height:10px;
	line-height:12px;
	font-size:8px;
	padding:0px;
	margin:0px;
}

/*   ---- PAGE MAIN BOX -----  */
.page {
	position: relative;
	top: 0px;
	left:50%;
	width: 1004px;
	margin:0px 0px 0px -502px;
	padding:0px 0px 0px 0px;
	z-index: 0;
	border: solid 0px #f00fff;
	clear:both;
	background:#fff;
}


/*   ---- TOP BAR -----  */
.top_bar {
	position:relative;
	top:0px;
	width:1004px;
	height:170px;
	background:url(../images/bg_top_bar.jpg) top left repeat-x;
}
.logo_box {
	position:absolute;
	top:20px;
	left:20px;
	width:300px;
	height:80px;
}
.top_bar_suche {
	position:absolute;
	left:340px;
	top:0px;
	width:310px;
	height:120px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background:url(../images/top_bar_trenner.png) top left no-repeat;
}
.suche_lupe {
	padding:4px 5px 0px 0px;
}
.suche_input {
	width:152px;
	height:25px;
	margin: 2px 8px 0px 3px;
	padding-left:5px;
	padding-right:5px;
	font-size:11px;
	border:0px solid #83a8d4;
	color:#939598;
	font-family:Arial,Helvetica,sans-serif;
	font-weight:normal;
	line-height:14px;
	background:transparent url(../images/bg_suchfeld.png) top left no-repeat;
}

.top_bar_navi {
	position:absolute;
	top:45px;
	right:40px;
	border:0px solid #fff;
	width:200px;
	height:100px;
	color:#868889;
	text-align:right;
	padding:0px 0px 0px 0px;
}
.top_bar_warenkorb {
	position:absolute;
	left:660px;
	top:0px;
	height:120px;
	width:340px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background:url(../images/top_bar_trenner.png) top left no-repeat;

}
.top_bar_warenkorb_inner {
	margin:40px 40px 0px 40px;
}
.top_bar_warenkorb_icon {
	float:left;
}
.top_bar_warenkorb_items {
	float:left;
	width:165px;
	display:inline-block;
	margin-left:10px;
}
.top_bar_warenkorb p {
    display: block;
    height: 16px;
    margin: 0;
    padding: 3px 0 0 0px;
    text-decoration: none;
    font-weight:bold;
}
.top_bar_warenkorb p span {
}
.top_bar_warenkorb p span.float_left {
	width:75px;
	text-align:right;
}
.top_bar_warenkorb p span.float_right {
	color:#254e9c;
}
.top_bar_warenkorb_btn {
	padding:7px 0px 0px 10px;
	float:left;
}

.searchbox {
  position: absolute;
  left: 50%;
  margin-left: -140px;
  top: 50%;
  margin-top: -12px;
  width: 293px;
  height: 26px;
}
/* line 157, ../../sass/main.scss */
.top_bar_suche .searchbox .search {
  background: white;
  height: 23px;
  line-height: 23px;
  width: 235px;
  padding: 2px 10px;
  color: #595959;
  font-size: 12px;
  border: 1px solid #bcbcbc;
  -webkit-border-radius: 4px 4px;
  -moz-border-radius: 4px / 4px;
  border-radius: 4px / 4px;
}
/* line 167, ../../sass/main.scss */
/*
.top_bar_suche .searchbox .search:active, .top_bar_suche .searchbox .search:focus {
  border: none;
  -webkit-box-shadow: #e8b601 2px 2px 2px;
  -moz-box-shadow: #e8b601 2px 2px 2px;
  box-shadow: #e8b601 2px 2px 2px;
}
*/

/* line 171, ../../sass/main.scss */
.top_bar_suche .searchbox .btn_small {
  position: absolute;
  right: -1px;
  top: 0px;
  border:none;
}

/*   ---- MAIN NAV -----  */
.navi_main {
	position:absolute;
	left:0px;
	top:120px;
	width:1004px;
	height:50px;
	background:url(../images/bg_navi_main.jpg) top left repeat-x;
}

/*   ---- MAIN CONTENT -----  */
.bc {
	position:relative;
	top:0px;
	left:0px;
	width:924px;
	border: 0px solid red;
	background:#fff;
	padding:0px 40px 0px 40px;
}

.bc_right {
	position:relative;
	top:0px;
	float:right;
	width:627px;
	margin:0px 0px 20px 0px;

}
.bc_right_box {
	position:relative;
	float:left;
	width:625px;
	margin:0px;
	border:1px solid #bcbcbc;
	background:#f0f0f0;
}
.bc_right_box_inner {
	padding:8px 15px;
}
.bc_left {
	position:relative;
	top:0px;
	float:left;
	width:277px;
	margin:0px 0px 0px 0px;
}

.bc_left_box {
	position:relative;
	float:left;
	width:275px;
	margin:0px;
	border:1px solid #bcbcbc;
	background:#f0f0f0;
}
.bc_left_box_inner {
	padding:15px;
}

.box_headline {
	position:relative;
	height:48px;
	background:url(../images/box_headline_bg.png) top right no-repeat;
}
.box_headline h3 {
	font-size:18px;
	line-height:48px;
	margin:0px;
	padding:0px 15px 0px 15px;
	background:url(../images/box_headline_bg_border.png) top left no-repeat;
	color:#434343;
	font-weight:normal;
	text-transform:uppercase;
}
.box_headline_overlay {
	background:url(../images/box_headline_bg_border.png) top left no-repeat;
}

.artikelliste_sortierung {
	position:relative;
}
.box_pagebrowser {
	position:absolute;
	top:11px;
	left:50%;
	margin-left:-100px;
	width:200px;
	border:0px solid red;
	text-align:center;
	vertical-align:top;
}
.box_pagebrowser span {
	vertical-align:top;
}
.box_pagebrowser_text {
	line-height:26px;
	padding:2px 10px 0px 10px;
}


/* ############################################################### */
/*   -----------        INHALTE MAIN NAVI     -------------------  */
/* ############################################################### */

.navi_main_inner {
	position:relative;
	float:left;
	height:50px;
	padding:0px 0px 0px 40px;
}

.navi_main_item {
	padding:0px 12Px 0px 12px;
	margin:0px;
	float:left;
	position:relative;
}

.navi_main_item li {
	list-style:none;
}

.navi_main_item a, .navi_main_item a:link, .navi_main_item a:visited {
	text-decoration:none;
	font-weight:normal;
	padding:0px 20px 0px 20px;
	font-size:14px;
	line-height:50px;
	text-transform:uppercase;
	color:#e2e2e1;
	display:block;
}
.navi_main_item a:hover, .navi_main_item a.active  {
	color:#b7cfff;
}
.navi_main_trenner {
	height:50px;
	width:2px;
	display:inline-block;
	float:left;
	margin:0px 0px 0px 0px;
	background: url(../images/navi_main_trenner.png) 0px 0px no-repeat;
}
.sf-menu li li {
	width: auto;
}


/* ############################################################### */
/*   -----------        INHALTE BOX TEASER     -------------------  */
/* ############################################################### */

.box_teaser {
	position:relative;
	width:924px;
	height:400px;
	padding:0px 40px 0px 40px;
	background:#fff;
}
.box_teaser_inner {
	position:relative;
	top:0px;
	left:0px;
	width:914px;
	height:390px;
	overflow:hidden;
	background:#254e9c;
	padding:5px;
	overflow:hidden;
}

.box_teaser_items {
	position:relative;
	border:0px solid #5d9732;
	margin:0px 0px 0px 0px;
}
.box_teaser_item {
	height:390px;
	width:914px;
}
.box_teaser_btn_prev {
	position:absolute;
	left:0px;
	top:180px;
	width:38px;
	height:40px;
	z-index:99;
}
.box_teaser_btn_next {
	position:absolute;
	right:0px;
	top:180px;
	width:38px;
	height:40px;
	z-index:99;
}

.box_teaser_item_text1 {
	position:absolute;
	top:190px;
	left:3px;
	height:48px;
	width:700px;
}
.box_teaser_item_text1 span {
	background: url(../images/bg_white_85.png) 70px 0px no-repeat;
	height:48px;
	width:700px;
	padding:9px 20px 9px 20px;
	font-size:26px;
	line-height:48px;
	font-weight:bold;
	text-transform:uppercase;
	color:#303030;
}

.box_teaser_item_text1_only {
	position:absolute;
	top:190px;
	left:3px;
	height:48px;
	width:700px;
}

.box_teaser_item_text1_only span {
	background: url(../images/bg_white_85.png) 0px 0px no-repeat;
	height:48px;
	width:700px;
	padding:9px 20px 9px 20px;
	font-size:26px;
	line-height:48px;
	font-weight:bold;
	text-transform:uppercase;
	color:#303030;
}


/* ############################################################### */
/*   -----------    INHALTE MAIN CONTENT      -------------------  */
/* ############################################################### */

.box_main_content {
	padding:0px 0px 0px 0px;
	position:relative;
}
.foldable {
	margin-top:10px;
}
p {
	color:#343434;
	padding:0px 0px 0px 0px;
	font-size:12px;
	line-height:18px;
}
p.bodytext {
	margin:3px 0px 3px 0px;
}
.text_small {
	font-size:10px;
}
.bodytext {
	font-size:13px;
	line-height:19px;
}
.bodytext_titel {
  font-size: 13px;
  font-weight: bold;
  line-height: 19px;
}

/*          PAGE BOTTOM         */

.page_bottom {
	position:relative;
	width:1004px;
	height:350px;
	margin:0px 0px 0px 0px;
	padding:20px 0px 20px 0px;
	clear:both;
	background: #0a377b; /* Old browsers */
	background: -moz-linear-gradient(top,  #0a377b 0%, #1d4b99 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0a377b), color-stop(100%,#1d4b99)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #0a377b 0%,#1d4b99 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #0a377b 0%,#1d4b99 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #0a377b 0%,#1d4b99 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #0a377b 0%,#1d4b99 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a377b', endColorstr='#1d4b99',GradientType=0 ); /* IE6-9 */

}
.page_bottom_navi {
	position:relative;
	float:left;
	width:130px;
	border:0px solid #fff;
	margin:0px 0px 0px 40px;
	padding:0px 0px 0px 0px;
	color:#fff;
}
.page_bottom_navi ul {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.page_bottom_navi ul li {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:130px;
	list-style-type:none;
}
.page_bottom_navi ul li a, .page_bottom_navi ul li a:link, .page_bottom_navi ul li a:visited {
	display:block;
	color:#dadada;
	font-size:11px;
	line-height:18px;
	background:url(../images/page_bottom_navi_arrow_01.png) right 5px no-repeat;
}
.page_bottom_navi ul li a:hover {
	color:#fafafa;
	background:url(../images/page_bottom_navi_arrow_02.png) right 5px no-repeat;
}
.page_bottom_navi ul li.home a, .page_bottom_navi ul li.home a:link, .page_bottom_navi ul li.home a:visited {
	font-weight:bold;
	text-transform:uppercase;
	background:none !important;
}

.page_bottom_box_130 {
	position:relative;
	float:left;
	width:130px;
	height:260px;
	border:0px solid #fff;
	margin:0px 20px 0px 20px;
	padding:0px 0px 0px 0px;
	color:#fff;
}
.page_bottom_spacer {
	position:relative;
	float:left;
	width:1px;
	height:310px;
	border:0px solid #fff;
	margin: 0;
	padding:0px 0px 0px 0px;
	background: #113d80; /* Old browsers */
	background: -moz-linear-gradient(top,  #113d80 0%, #3a5e98 47%, #24509a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#113d80), color-stop(47%,#3a5e98), color-stop(100%,#24509a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #113d80 0%,#3a5e98 47%,#24509a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #113d80 0%,#3a5e98 47%,#24509a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #113d80 0%,#3a5e98 47%,#24509a 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #113d80 0%,#3a5e98 47%,#24509a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#113d80', endColorstr='#24509a',GradientType=0 ); /* IE6-9 */

}

.page_bottom_infobox {
	position:relative;
	float:left;
	width:280px;
	border:0px solid #fff;
	margin:0px 20px 0px 20px;
	padding:0px 0px 0px 0px;
	color:#dadada;
	font-size:11px;

}
.page_bottom_infobox_item {
	margin:0px 0px 10px 0px;
}
.page_bottom_infobox_last {
	margin:0px 0px 0px 0px;
	position:absolute;
	bottom:0px;
	right:40px;
	color:#dadada;
	font-size:11px;
	height:135px;
	width:280px;
}
.page_bottom_infobox h4, .page_bottom_infobox_last h4 {
	color:#dadada;
	font-size:11px;
	margin:0px;
	padding:0px 0px 5px 0px;
	line-height:15px;
	text-transform:uppercase;
}
.infobox_icon {
	float:left;
	display:inline-block;
	width:26px;
	height:26px;
}
.infobox_text {
	float:left;
	display:inline-block;
	color:#dadada;
	width:240px;
	padding:0px 0px 0px 10px;
	line-height:17px;
}
.infobox_text_large {
	float:left;
	display:inline-block;
	color:#dadada;
	width:240px;
	font-size:24px;
	line-height:22px;
	padding:0px 0px 0px 10px;
}
a.infobox_text_large {
    color: #dadada;
}
.infobox_text_small {
	font-size:13px;
	line-height:22px;
	padding:0px 0px 0px 10px;
}
.infobox_text_long {
	float:left;
	display:inline-block;
	color:#dadada;
	width:270px;
	padding:10px 0px 0px 0px;
	line-height:17px;
}
.infobox_text_last {
	float:left;
	display:inline-block;
	color:#dadada;
	width:270px;
	padding:0px 0px 0px 0px;
	line-height:17px;
}
.infobox_text img {
	float:left;
	margin-right:10px;
}

.infobox_logo {
	position:absolute;
	bottom:10px;
	right:0px;

}

.infobox_text.payment {
	padding:0;
	width: 295px;
}
.infobox_text.payment img {
	margin-right: 5px;
}

.loader {
	width:100%;
	height:100%;
	vertical-align:middle;
	text-align:center;
	display:none;
	position:absolute;
	top:14px;
	z-index:100;
	background:transparent;
}



.box_content_mitarbeiter {
	width:175px;
	border:1px solid #bfbfbf;
	float:left;
	margin:0px 0px 20px 18px;
}


.box_content_mitarbeiter .bodytext_titel {
	margin-top:5px;
}

.box_content_mitarbeiter .bodytext {
	margin-top:0px;
}
