
/* CSS RESET http://meyerweb.com/eric/tools/css/reset/ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
html {
	font-size:100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:100%;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
img {
	-ms-interpolation-mode: bicubic;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}




															
a {
	color: #00a38c;
	text-decoration: none;
	cursor: pointer;
}
a:hover, a:focus {
	text-decoration: underline;
}
abbr, acronym {
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
}
address {
	font-style: normal;
}
blockquote {
	margin: 1em 30px;
}
body, html {
	height: 100%;
}
body {
	font: 13px "Verdana", "Lucida Sans Unicode", arial, sans-serif;
	line-height: 1.53846; /* 20px */
	color: #4a3f2d;
	background: #fff url(../images/be_header_hell.png) repeat-y 50% 0;
}
code {
	font: 13px Monaco, Courier, monospace;
	line-height: 1.6;
}
dl {
	margin: 1em 0;
}
dt {
	margin-top: 1em;
	font-weight: bold;
}
dd {
	margin-bottom: 1em;
}
h1 {
	font-weight: normal;
	font-size: 25px;
	line-height: 1.3636; 
	color: #00a38c;
	margin-top: 0;
	padding-bottom: 10px;
}
h2 {
	font-weight: bold;
	font-size: 18px;
	color: #4a3f2d;
}
h3 {
	font-size: 15px;
}
h4 {
	font-size: 13px;
	font-weight: bold;
}
h5, h6 {
	font-size: 13px;
}
h6 {
	font-weight: normal;
}
h3, h4, h5, h6 {
	margin: 1em 0;
}
h3.intro {
	font-weight: normal;
	font-size: 19px;
	line-height: 1.5; /* 27px */
	letter-spacing: -0.5px;
	color: #4a3f2d;
}

hr {
	display: none;
}
input, textarea {
	font-size: 13px;
	border: none;
	color: #4a3f2d;
	background: #e9e9e9;
	padding: 3px 2px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
	input:focus, textarea:focus {
		background: #e9e9e9;
	}
p {
	margin: 10px 0;
}
pre {
	width: 100%;
	overflow: auto;
	background: #e1eaee;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
select {
	width: 80%;
}
strong {
	color: #4a3f2d;
}
textarea {
	width: 90%;
}
table {
	width: 100%;
	border-color: #fff;
}
td {
	background: #edebea;
	padding: 7px 10px;
	font-size: 12px;
}
	td.smart, td.joyent {
		background: #e2e0df;
	}
th {
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	padding: 7px 10px;
	text-transform: uppercase;
}
	th.row {
		font-weight: bold;
		text-transform: none;
		background: #edebea;
	}
tr {
	border-bottom: solid 2px #fff;
}

::-moz-selection {
	color: #1c313c;
	background: #b5cad5;
}
	a:link::-moz-selection, a:visited::-moz-selection {
		color: #467b96;
	}
::selection {
	color: #1c313c;
	background: #b5cad5;
}
	a:link::selection, a:visited::selection {
		color: #467b96;
	}

														
#container {
	position: relative;
	min-height: 100%;
	position: relative;
}
#page, .masterhead .wrap, #header .wrap1, #footer .wrap {
	width: 960px;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
}
.divide-top {
	margin-top: 20px;
	padding-top: 30px;
	border-top: solid 1px #c3bdb3;
	clear: both;
}
.divide-bottom {
	margin-bottom: 20px;
	padding-bottom: 30px;
	border-bottom: solid 1px #c3bdb3;
	clear: both;
}
.module-split, .module-full {
	width: 960px;
	overflow: hidden;
	clear: both;
}
.masterhead {
	height: 73px;
	background: url(../images/be_header_dunkel.png) repeat-y 50% 0;

}
.masterhead .wrap {
	position: relative;

}

	@media only screen and (max-device-width: 480px) { 
	    .masterhead .wrap {background: none;}
	}
	@media only screen and (max-device-width: 1024px) { 
	    .masterhead .wrap {background: none;}
	}

#header .wrap1 {

	padding-bottom: 33px;
}
#header .wrap2 {
	padding-top: 120px;
	background: none;
	z-index:1000;
}
#page {

	padding-bottom: 320px;
}
#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 80px;
	padding-top: 30px;
}

#nameplate {
	padding: 48px 0 30px 0;
	height: 350px;
	position:relative;
}
#logo {
	width: 554px;
	height: 150px;
	background: url(../images/be_logo.png) no-repeat -1px 0;

	position:relative;
}
	#nameplate .logo a, #nameplate .logo a:visited {
		width: 100%;
		height: 100%;
		display: block;
		text-decoration: none;
		text-indent: -9999px;
	}
#nameplate .slogan {
	display: none;
}


.main-nav {
	width: 100%;
	overflow: hidden;
}
.masterhead ul {
	float: right;
	width: 305px;
	padding-top: 40px;
	padding-left: 17px;
	position: relative;
	z-index: 90;
}
	.masterhead a, .masterhead a:visited {
		color: #534d43;
	}
	.masterhead ul li.login {
		margin-right: 0;
	}
.nav li {
	float: left;
	margin-right: 15px;
}
	.nav a, .nav a:visited, .home-link {
		font-size: 13px;
		text-decoration: none;
		color: #635e57;
		padding-bottom: 2px;
	}
	.main-nav li {
		margin-right: 25px;
	}
	.nav a, .nav a:visited {
		-webkit-transition: border-color 0.25s linear;
		-moz-transition: border-color 0.25s linear;
		-o-transition: border-color 0.25s linear;
		border-bottom: solid 2px #878789;
	}
	.masterhead a, .masterhead a:visited {
		border-color: none;
	}
	.nav a:hover, .nav a:focus {
		text-decoration: none;
		border-color: #00a38c;
	}

.main-nav .current_page_item a, .main-nav .current_page_item a:visited,
.main-nav .current_page_ancestor a, .main-nav .current_page_ancestor a:visited{
	border-bottom: solid 1px #b7b2ab;
}
.masterhead .current_page_item a, .masterhead .current_page_item a:visited {
	border-bottom-color: #9e9992;
}

.post-type-archive-videos .page-item-news a, .single-videos .page-item-news a, .tax-videocategories .page-item-news a {
    border-bottom: none;
}


																
a.button, a.button:visited, .button input {
	font-size: 11px;
	text-transform: uppercase;
	white-space: nowrap;
	color: #fff;
	background-color: #00a38c;
	display: block;
	padding: 5px 10px 5px 17px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: background 0.15s linear;
	-moz-transition: background 0.15s linear;
	-o-transition: background 0.15s linear;
	transition: background 0.15s linear;
}
	a.button:hover, a.button:focus,
	.button input:hover, .button input:focus {
		text-decoration: none;
		background-color: #00a38c;
		cursor: pointer;
	}
	a.button:active {
		background-color: #8d3708;
	}
	.button input {
		padding: 7px 45px 7px 10px;
		width: auto;
	}



																
.module-split .main {
	width: 549px;
	padding-right: 47px;
	float: left;
}

.alignleft {
	float: left;
	margin: 5px 30px 20px 0;
}
.alignright {
	float: right;
	margin: 5px 0 20px 30px;
}


.lead-in {
	margin-bottom: 20px;
}


.pagination {
	margin: 0 -7px 0 0;
	padding: 13px 0 0 0;
	border-top: solid 1px #c3bdb3;
}
	.main .pagination ol {
		width: 100%;
		overflow: hidden;
	}
	.main .pagination li {
		margin: 0;
		list-style: none;
		float: left;
		font-size: 11px;
		line-height: 1;
	}
	.pagination a, .pagination a:visited, span.current {
		display: block;
		color: #4a3f2d;
		margin: 0 3px 0 0;
		padding: 8px 10px;
		background: #e0ddd9;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		-o-border-radius: 3px;
		border-radius: 3px;
		-webkit-transition: background 0.15s linear;
		-moz-transition: background 0.15s linear;
		-o-transition: background 0.15s linear;
		transition: background 0.15s linear;
	}
		.pagination a:hover {
			text-decoration: none;
			background: #d6d3cd;
		}
		span.current {
			background: none;
		}
		.pagination a.prev, .pagination a.next {
			color: #fff;
			background: #c3bdb3;
		}
		.pagination a.prev:hover, .pagination a.next:hover {
			background: #a9a194;
		}



	margin-left: 30px;
	list-style: square;
}
	.main ol, .main ul {
		margin: 20px 0;
	}
	.main ol li {
		list-style: decimal;
	}


.module-split .secondary {
	width: 288px;
	float: left;
}



.secondary .contactbox, .secondary .extra .contactbox {
	width: 160px;
	overflow: hidden;
	margin: 25px 0 0 60px;
	padding: 18px;
	background: #fff;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-o-border-radius: 7px;
	border-radius: 7px;
  border: 1px solid #D0CECC;
}
	.secondary .contactbox h3, .secondary .extra .contactbox h3 {
		margin: 0;
		line-height: 1.375;
        padding-left: 0;
        font-size: 13px;
        padding-bottom: 10px;
	}
	.secondary .contactbox p, .secondary .extra .contactbox p {
		font-size: 12px;
		line-height: 1.5;
        background-image: none;
        padding-left: 0;
	}
	

.secondary .form {
	margin: 20px 0 0 37px;
}
	.services .form {
		padding: 20px 0 0 0;
		margin: 40px 0 20px 37px;
		border-top: solid 1px #c3bdb3;
	}
 .secondary .form {
		margin: 40px 0 20px 37px;
		padding-top: 30px;
		border-top: solid 1px #c3bdb3;
	}

	.secondary .form input, .secondary .form textarea {
		width: 80%;
	}
	.secondary .form h3 {
		font-size: 13px;
		margin-bottom: 10px;
	}
	.secondary .form label {
		font-size: 12px;
	}
	.secondary .form li input, .secondary .form textarea {
		display: block;
		width: 75%;
		margin-bottom: 10px;
		background: #fff;
	}
	.secondary .form .button input {
		font-size: 11px;
		text-transform: uppercase;
		color: #fff;
		background-color: #00a38c;
		display: block;
		width: auto;
		padding: 7px 45px 7px 10px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-o-border-radius: 5px;
		border-radius: 5px;
	}
		.secondary .form .button input:hover, .secondary .form .button input:focus {
			text-decoration: none;
			background-color: #00a38c;
			cursor: pointer;
		}
	.secondary .form textarea {
		height: 50px;
	}




													
ul.logos {
	width: 100%;
	overflow: hidden;
	margin: 20px 0;
	padding: 0;
}
.logos li {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 33%;
	height: 100px;
	line-height: 100px;
	text-align: left;
	float: left;
}

.logos li img {
	text-align: baseline;
}



.start .button {
	width: 155px;
	float: left;
	margin: 5px 0 20px 0;
}



#footer {
	font-size: 11px;
	background: #878789;
}
#footer .wrap {
	padding-bottom: 60px;
	background: no-repeat 0 150px;
	position: relative;
}

#footer li {
	line-height: 1.2;
	margin-bottom: 6px;
}
#footer a, #footer a:visited {
	color: #534d43;
}


#footer a.home-link, #footer a.home-link:visited {
	position: absolute;
	left: 0;
	top: 150px;
	display: block;
	width: 86px;
	height: 40px;
	text-indent: -9999px;
	text-decoration: none;
}




#searchform input[type=text] {
  float: left;
}

.searchbox input[type=text] {
  background: white;
  width: 145px;
  height: 17px;
  margin: 1px 0 0 0;
}

.searchbox input[type=text]:focus {
  background: white;
}

#searchform input[type=submit] {
	font-size: 11px;
	text-transform: uppercase;
	color: #000;
	background-color: #fff;
	border-color:#00a38c ;
	border: 2px solid #00a38c;
	display: block;
	padding: 4px 17px 6px 17px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;

  float: left;
  margin: 1px 0 0 5px;
  height: 23px;
}





.searchbox {
  margin-left: 0px; padding-left: 0px; margin-right: 70px; margin-top: -73px;
  float: right;
}




#slider { height: 200px; overflow:hidden; }
#slider .viewport { float: left; width: 560px; height: 180px; overflow: hidden; position: relative; }
#slider .buttons { display: block; margin: 30px 10px 0 0; float: left; }
#slider .next { margin: 30px 0 0 10px;  }
#slider .disable { visibility: hidden; }
#slider .overview { list-style: none; padding: 0; margin: 0;  position: absolute; left: 0; top: 0; }
#slider .overview li{ float: left; margin: 0 20px 0 0; padding: 0; height: 177px; border-bottom: 1px solid #dcdcdc; width: 527px; list-style-type: none;}

#slider .pager { overflow:hidden; list-style: none; clear: both; margin: 0 0 0 0; }
#slider .pager li { float: left; list-style-type: none; margin-left: 0;}
#slider .pagenum { background-color: #fff; text-decoration: none; text-align: center; padding: 2px 5px 1px 6px; color: #555555; font-size: 10px; font-weight: normal; display: block;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
  margin: 0 2px;
 }
#slider .active { color: #fff; background-color: #00a38c; }

#slider .overview h1 {
  padding-right: 0;
}

.sliderimage {
  width: 175px;
  float: left;
  margin: 0;
  padding: 0
}

.slidercontent {
  width: 335px;
  float: right;
}

.slidercontent ul {
  margin-top: 5px;
}

p.learnmore {
  padding-top: 10px;
  clear: both;
}


#slider .overview li ul li {
  clear: both;
  width: auto;
  height: auto;
  border: none;
  list-style-type: square;
  margin-left: 20px;
  font-size: 14px;
}

.homepage h4#tagline {
  font-size: 15px;
  color: black;
  width: 557px;
  font-weight: normal;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
  background-color: #edebea;
  padding: 10px 0 10px 15px;
}




.extra h3.devtoolkit {
  margin-left: 38px;
	padding-left: 22px;
	text-indent: -22px;
}









#start-bar {
  width: 100%;
  height: 25px;
  background-color: #00a38c;
  border-bottom: 1px solid #017867;
}

#start-bar ul {
  display: block;
	width: 960px;
  margin: 0 auto;
}

#start-bar ul li {
  display: block;
  float: right;
  font-size: 12px;
  color: #635e57;
  padding: 4px 5px 0 5px;
}

#start-bar ul li a {
  color: #635e57;
}






.sliderGallery {
    background: none;
    overflow: hidden;
    position: relative;
    padding: 10px;
    height: 160px;
    width: 560px;
}

.sliderGallery UL {
    position: absolute;
    list-style: none;
    overflow: none;
    white-space: nowrap;
    padding: 0;
    margin: 0;
}

.sliderGallery UL LI {
    display: inline;
}

.slider {
    width: 542px;
    height: 17px;
    margin-top: 150px;
    margin-left: 5px;
    padding: 1px;
    position: relative;
    background: none;
}

.handle {
    position: absolute;
    cursor: move;
    height: 17px;
    width: 181px;
    top: 0;
    background: none;
    z-index: 100;
}

.slider span {
    color: #bbb;
    font-size: 80%;
    cursor: pointer;
    position: absolute;
    z-index: 110;
    top: 3px;
}

.slider .slider-lbl1 {
    left: 50px;
}

.slider .slider-lbl2 {
    left: 107px;
}

.slider .slider-lbl3 {
    left: 156px;
}

.slider .slider-lbl4 {
    left: 280px;
}

.slider .slider-lbl5 {
    left: 455px;
}

.schatten{
	margin: 3px;
	padding:3px;
	-moz-box-shadow: 0px 2px 4px #c5c5c6;
	-webkit-box-shadow: 0px 2px 4px #c5c5c6;
	-box-shadow: 0px 2px 4px #c5c5c6;
}
.clear {
	clear: both;
	
	
}


.tooltip
{
padding: 0.5em;
background: #fff;
color: #000;
border: 5px solid #dedede;
}



#tabContainer{
	margin: 2em auto;
	width: 450px;
}
#tabcontainer ul{
	list-style: none;
	list-style-position: outside;
}
#tabcontainer ul.menu li{
	float: left;
	margin-right: 5px;
	margin-bottom: -1px;
}
#tabcontainer ul.menu li{
	font-weight: 700;
	display: block;
	padding: 5px 10px 5px 10px;
	background: #efefef;
	margin-bottom: -1px;
	border: 1px solid #d0ccc9;
	border-width: 1px 1px 1px 1px;
	position: relative;
	color: #898989;
	cursor: pointer;
}
#tabcontainer ul.menu li.active{
	background: #fff;
	top: 1px;
	border-bottom: 0;
	color: #00A38C;
}

.tabcontent{
	margin: 0pt auto;
	background: #efefef;
	background: #fff;
	border: 2px solid #d0ccc9;
	text-align: left;
	padding: 10px;
	padding-bottom: 20px;
	font-size: 11px;
}
.tabcontent h1{
	line-height: 1em;
	vertical-align: middle;
	height: 48px;
	padding: 10px 10px 10px 52px;
	font-size: 32px;
}



.clear{
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}

ul.tabNav { float: left; list-style: none; width: 100%; padding-top:10px;}
ul.tabNav li { text-decoration: none;float: left; background: white; border-top: 2px solid #123; border-left: 2px solid #00A38C; color: #333; display: block; padding: 12px; text-decoration: none; }

div.tabContainer { text-decoration: none;clear: both; float: left; width: 450px; }
div.tabContainer div.tab  { border: 1px solid #00A38C; color: #000; display: none; padding: 10px; }
div.tabContainer div.current { display: block;margin-top:11px; text-decoration: none; border: 2px solid #00A38C;}
div.tab p:last-child { margin-bottom: 0; }


ul.tabNav  li{
	margin-right: 5px;
	text-decoration: none;
	display: block;
	padding: 5px 10px 5px 10px;
	background: #FFF;
	margin-bottom: -1px;
	border: 1px solid #00A38C;
	border-width: 2px 2px 2px 2px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	border
	-moz-border-radius: 3px;
	position: relative;
	color: #898989;
	cursor: pointer;
}
ul.tabNav  li.current  a{
	text-decoration: none;
	font-weight: 700;
	background: #fff;
	top: 5px;
	border-width: 2px 2px 2px 2px;
	
	color: #000;
}