/*
 * GENERAL SETTINGS
 */
body {
	background: transparent url('../images/bg.jpg') no-repeat center 87px;
	font-family: Arial, arial, sans-serif;
	font-size: 75%;
	margin: 0;
	padding: 0;
	color: #878787;
	background-color: white;
	display: block;
}

body.popup {
	background: none;
}

div.clear {
	font-size: 1px;
	height: 16px;
	clear: both;
	margin: 0;
	padding:  1px 0 0 0;
}

div.space {
	border-bottom: 1px solid #aaa;
	margin: 200px 0;
}

.cyan {
	color: #00c8ff;
}

a {
	color: #00c8ff;
	text-decoration: none;
	outline: 0;
}

a:hover {
	color: #878787;
}

a img {
	border: none;
}

fieldset, form {
	border: none;
	margin: 0;
	padding: 0;
}

object {
	outline: 0;
}

ul.bulletlist {
	margin: 0px 0px 40px 115px;
	list-style-type: square;
	padding-left: 15px;
}


ul.bulletlist li {
	margin-bottom: 10px;
	line-height: 1.7em;
	list-style-type: image;
	list-style-image: url('../images/bullet.gif');
}

/********************************************
 * PAGE CONTAINER
 ********************************************/
div#page {
	width: 990px;
	margin: 0 auto;
	padding: 0;
}

/********************************************
 * HEADER NAVIGATION AND SEARCHFORM
 ********************************************/
div#headermetanav {
	text-align: right;
	margin: 0 36px 0 0;
}

div#headermetanav ul {
	padding: 0;
	margin: 9px 0 5px 0;
	list-style-type: none;
	float:left;
	width:900px;
}

div#headermetanav ul li {
	display: inline;
	margin-left: 6px;
	list-style-type: none;
}

div#headermetanav ul li a {
	text-decoration: none;
	color: #bebebe;
	font-size: .9em;
	background: transparent url('../images/headernavbullet.gif') no-repeat right center;
	padding-right: 6px;
}

div#headermetanav ul li.last a {
	background: none;
}

div#headermetanav ul li a:hover {
	text-decoration: none;
	color: #00c8ff;
}
div#headermetanav .tx-srlanguagemenu-pi1{
        width:53px;
        float:left;
        margin:11px 0 0 0;
	
}

div#headermetanav .tx-srlanguagemenu-pi1 a{
	font-size: .9em;
	color: #bebebe;
}

div#headermetanav .tx-srlanguagemenu-pi1 a:hover{
	font-size: .9em;
	color: #00c8ff;
}
div#headermetanav form p {
	margin: 0;
}

div#headermetanav form.search{
	margin: 10px 0 0 0;
	padding: 0;
	clear:both;
}

div#headermetanav form.search input {
	background: transparent url('../images/searchbg.gif') no-repeat left top;
	border: none;
	color: #bebebe;
	font-size: 10px;
	width: 114px;
	padding: 0 10px 0 20px;
	height: 15px;
	margin-right: 7px;
}

/********************************************
 * LOGO AND NAVIGATION
 ********************************************/
div#logo-navigation {
	margin-top: -8px;
	height: 51px;
}

img#logo {
	float: left;
	margin: 0 20px 0 36px;
}

/* NAVIGATION */
ul.nav {
	list-style-type: none;
	position: relative;
	margin: 0;
	padding: 12px 0 0 0;
	z-index: 3;
}

ul.nav li{
	float: left;
	position: relative;
	height: 16px;
	list-style-type: none;
}


ul.nav li ul {
	display: none;
	list-style-type: none;
}

ul.nav li:hover ul {
	display: block;
	list-style-type: none;
}

ul.nav li a {
	display: block;
	text-decoration: none;
}


.nav li a.mission {
	background: transparent url('../images/nav_mission.gif') no-repeat 0 0;
	width: 72px;
	text-indent: -10000px;
}

.nav li a.loesungen {
	background: transparent url('../images/nav_loesungen.gif') no-repeat left top;
	width: 88px;
	text-indent: -10000px;
}

.nav li a.referenzen {
	background: transparent url('../images/nav_referenzen.gif') no-repeat left top;
	width: 105px;
	text-indent: -10000px;
}

.nav li a.team {
	background: transparent url('../images/nav_team.gif') no-repeat left top;
	width: 47px;
	text-indent: -10000px;
}

/* SUBNAV */
ul.subnav {
	list-style-type: none;
	margin: 0;
	padding: 5px;
	background: #e1eff5 url('../images/subnav-bg.jpg') repeat-x 0 0;
	border-top: 2px solid #fff;
	border-right: 2px solid #e6f2f7;
	border-bottom: 2px solid #e6f2f7;
	border-left: 2px solid #fff;
	position: absolute;
	display: none;
	top: 16px;
	left: -9px;
}

ul.subnav li {
	list-style-type: none;
	float: none;
}

ul.subnav li a {
	margin: 5px 5px 2px 5px;
	text-indent: -10000px;
	line-height: 16px;
	background-position: 0 0;
	background-repeat: no-repeat;
}


/********************************************
 * LEFT CONTAINER
 ********************************************/
div#left-container {
	width: 710px;
	float: left;
}

/********************************************
 * FLASH
 ********************************************/
div#flash {
	padding-left: 11px;
	height: 301px;
}

div#flashcontent a img {
	border: none;
}

div#flashcontent h1 {
	color: #00C8FF;
	margin-left: 24px;
}

div#flashcontent p {
	margin-left: 24px;
}


/********************************************
 * CONTENT
 ********************************************/
#doorpage-box3 p.bodytext {
	cursor: pointer;
}

div#showreel {
	position: absolute; left: -10000px;	
}

div#content-container {
	background: transparent url('../images/content-white.png') no-repeat left top;
	padding: 20px 0 0 36px;
}

div#box-discussion p.bodytext {
	line-height: 1.2em !important;
	position: relative;
	top: 5px;
}

/* BREADCRUMB */
div#breadcrumb ul {
	margin: 0 0 15px 0;
	padding: 0;
}

div#breadcrumb ul li {
	display: inline;
	color: #878787;
	font-size: .8em;
	margin: 0;
	padding: 0;
}

div#breadcrumb ul li.active {
	color: #878787;
}

div#breadcrumb ul li a {
	color: #bebebe;
	text-decoration: none;
	background: transparent url('../images/headernavbullet.gif') no-repeat right center;
	padding-right: 8px;
	margin-right: 5px;
}

div#breadcrumb ul li a:hover {
	color: #00c8ff;
}



/* CONTENT HEADER */
div#content-container h1 {
	margin: 0;
	padding: 0;

	background-repeat: no-repeat;
	background-color: transparent;
	background-position: left top;

	height: 21px;
	text-indent: -10000px;

	display: block;
	font-size: 1px;

	float: left;
}

div#content-container h2 {
	margin: 0;
	padding: 0;

	background-repeat: no-repeat;
	background-color: transparent;
	background-position: left top;

	height: 21px;
	text-indent: -10000px;

	display: block;
	font-size: 1px;

	float: left;
}

div#content-container h3 {
	margin: 20px 0 0 115px;
	padding: 0;

	background-repeat: no-repeat;
	background-color: transparent;
	background-position: left top;

	width: 550px;
	height: 16px;
	text-indent: -10000px;

	font-size: 1px;
	clear: both;
}


/* CONTENT CONTAINER */
div.content {
	clear: both;
	margin: 0;
	padding: 0;
	width: 630px;
}

div.content p.bodytext {
	margin: 0 0 0 115px;
	clear: both;
	padding-bottom: 16px;
}


div.content big {
	color: #00c8ff;
	font-size: 1.2em;
	font-weight: bold;
}

div.content small {
	color: #00c8ff;
	font-size: 0.9em;
	font-weight: normal;
}

div.content p {
	line-height: 1.9em;
}


/* BUTTONS */
div.button-right {
	margin-top: 10px;
	float: right;
}

a.button-zurueck {
	background: transparent url('../images/button-zurueck.gif') no-repeat 0 0;
	text-indent: -10000px;
	display: block;
	width: 50px;
}

a.button-bewerben {
	background: transparent url('../images/button-bewerben.gif') no-repeat 0 0;
	text-indent: -10000px;
	display: block;
	width: 106px;
}

a.button-herunterladen {
	text-indent: -10000px;
	background: transparent url('../images/button-herunterladen.gif') no-repeat 0 0;
	display: block;
	width: 50px;
}

a.button-route-planen {
	text-indent: -10000px;
	background: transparent url('../images/button-route-planen.gif') no-repeat 0 0;
	display: block;
	width: 125px;
	height: 20px;
}

a.button-pdf-herunterladen {
	text-indent: -10000px;
	background: transparent url('../images/button-pdf-herunterladen.gif') no-repeat 0 0;
	display: block;
	width: 163px;
	height: 20px;
}


button.button-senden,
a.button-senden {
	text-indent: -10000px;
	background: transparent url('../images/button-senden.gif') no-repeat 0 0;
	display: block;
	width: 54px;
	border: none;
}

a.button-zurueck:hover,
a.button-bewerben:hover,
a.button-herunterladen:hover,
a.button-route-planen:hover,
a.button-pdf-herunterladen:hover,
a.button-senden:hover,
button.button-senden:hover {
	background-position: 0 -18px;
	cursor: pointer;
}

/* BIG NAVIGATION */
ul.big-navigation {
	margin: 0 0 0 115px;
	padding: 0;
}

ul.big-navigation li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul.big-navigation li a {
	display: block;
	height: 40px;
	width: 720px;
	text-indent: -10000px;
	background-position: 0 -40px;
	background-repeat: no-repeat;
}

ul.big-navigation li a:hover {
	background-position: 0 0;
}


/********************************************
 * RIGHT CONTAINER
 ********************************************/
div#container-right {
	width: 244px;
	float: right;
	padding: 0px 34px 0px 0px;
	margin: 0;
}

div#container-right p {
	margin-left: 20px;
	line-height: 1.7em;
}

div#container-right a.pdf-download,
div.tt-news_download a.pdf-download {
	background-image: url('../images/link_pdf.gif');
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0 -20px;
	display: block;
	height: 20px;
	width: 200px;
	text-indent: -10000px;
}

div#container-right a.liste {
	background-image: url('../images/link_liste.gif');
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0 -20px;
	display: block;
	height: 20px;
	width: 200px;
	text-indent: -10000px;
}

div#container-right a.schaubild {
	background-image: url('../images/link_schaubild.gif');
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0 -20px;
	display: block;
	height: 20px;
	width: 200px;
	text-indent: -10000px;
}

div#container-right a.pdf-download:hover,
div.tt-news_download a.pdf-download:hover,
div#container-right a.liste:hover,
div#container-right a.schaubild:hover {
	background-position: 0 0;
}



/********************************************
 * DISCUSSION BOX
 ********************************************/

div#box-discussion h1 {
	width: 200px;
	height: 21px;
	display:block;
	text-indent:-10000px;
	margin: 0;
}

div#box-discussion h2 {
	width: 200px;
	height: 15px;
	display:block;
	text-indent:-10000px;
	margin: 0;
}

div#box-discussion p.bodytext {
	margin: 5px 0 0 0;
	padding: 0;
	line-height: 1.7em;
	display: block;
	height: 41px;
	overflow: hidden;
}

div#box-discussion {
	width: 204px;
	height: 174px;
	margin: 0 5px;
	background: transparent url('../images/box-discussion-bg.jpg') no-repeat left top;
	padding: 20px 15px 16px 15px;
}

div#box-discussion h5 {
	text-indent: -10000px;
	background: transparent url('../images/box-discussion-header.gif') no-repeat;
	margin: 0 0 0 8px;
	padding: 0;
	width: 124px;
	height: 31px;
}

div#box-discussion p {
	margin: 10px 0 8px 8px;
	padding: 0;
	font-size: 1em;
	color: #878787;
}

div#box-discussion-contacts {
	width: 200px;
	height: 85px;
	overflow: auto;
}

div#box-discussion-contacts-list div {
	margin-bottom: 4px;
}

div#box-discussion-contacts-list h6 {
	margin: 0px 0px 4px 0px;
	padding: 0;
}

div#box-discussion-contacts-list h6 a {
	display: block;
	height: 18px;
	width: 185px;
	text-indent: -10000px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0 -2px;
}

div#box-discussion-contacts-list h6 a:hover {
	background-position: 0 -26px;
}

div#box-discussion-contacts-list h6.active a {
	background-position: 0 -50px !important;
}

div#box-discussion-contacts-list h6.active a:hover {
	background-position: 0 -26px !important;
}

div#box-discussion-contacts-list div {
	padding: 0;
	margin: 0 0 10px 20px;
	font-size: 0.9em;
}

div#box-discussion-contacts-list a img {
	border: none;
}

p.discussion-space {
	height: 20px;
}

/********************************************
 * VIDEO BOX
 ********************************************/
/* Alte FCE Box
div#box-nautv {
	width: 241px;
	height: 111px;
	margin: 1px 5px 0;
	background: transparent url('../images/box-video-bg.jpg') no-repeat;
	padding: 47px 0 0 2px;
}

div#box-nautv a {
	text-indent: -10000px;
	display: block;
	width: 234px;
	height: 111px;
}
*/

div#box-nautv {
	width: 241px;
	margin: 1px 5px 0 7px;
	background: transparent url('../images/nautv-bg.jpg') repeat-y;
}

div#nautv-open p {
	font-size: 0.9em;
	margin-top: 0px;
}

div#nautv-open ul {
	margin: 0 0 0 20px;
	padding: 0;
	list-style-type: none;
	height: 225px;
}

div#nautv-open ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

div#nautv-open ul li {
	display: inline;
	float: left;
	width: 101px;
}

div#nautv-open ul li a span {
	display: none;
}

div#nautv-open ul li a img {
	margin: 0 0 12px 0;
}

div#box-nautv a.nautv-openclose {
	display: block;
	width: 240px;
	height: 74px;
	background: #fff url('../images/nautv-footer.jpg') no-repeat 0 0;
}

div#box-nautv a.nautv-openclose.open {
	background-position: -240px 0;
}

/********************************************
 * ICON BOX
 ********************************************/
div#box-icons {
	margin: 30px 0 0 20px;
}


div#box-icons a {
	display: block;
	float: left;
	width: 95px;
	margin: 0 5px 15px 0;
	border: 1px solid #fff;
	text-indent: -10000px;
	height: 30px;
}

div#box-icons a:hover {
	background-position: 0 -30px;
}

a.link-twitter {
	background: transparent url('../images/link-twitter.jpg') no-repeat 0 0;
}

a.link-xing {
	background: transparent url('../images/link-xing.jpg') no-repeat 0 0;
}

a.link-delicious {
	background: transparent url('../images/link-delicious.jpg') no-repeat 0 0;
}

a.link-facebook {
	background: transparent url('../images/link-facebook.jpg') no-repeat 0 0;
}

a.link-flickr {
	background: transparent url('../images/link-flickr.jpg') no-repeat 0 0;
}

a.link-youtube {
	background: transparent url('../images/link-youtube.jpg') no-repeat 0 0;
}

/********************************************
 * PRESS BOX
 ********************************************/

div#box-press {
	margin: 30px 0 0 24px;
}

div#box-press h5 {
	text-indent: -10000px;
	background: transparent url('../images/box-press-header.gif') no-repeat;
	margin: 0;
	padding: 0;
	width: 220px;
	height: 17px;
}

div#box-press ul {
	margin: 15px 0 0 0;
	padding: 0;
}

div#box-press ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

div#box-press ul li a {
	display: block;
	height: 20px;
	width: 200px;
	text-indent: -10000px;
	background-position: -1px 0;
	background-repeat: no-repeat;
}

div#box-press ul li a:hover,
div#box-press ul li a.active:hover {
	background-position: -1px -20px;
}

div#box-press ul li a.active {
	background-position: -1px -40px;
}



/********************************************
 * CONTENT BOX
 ********************************************/

div.right-box-content {
	margin: 30px 0 0 0;
	line-height: 1.7em;
}

div.right-box-content h5 {
	text-indent: -10000px;
	background-color: transparent;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	width: 220px;
	height: 17px;
}

div#container-right a.anfahrt {
	background: transparent url('../images/button-anfahrt.gif') no-repeat 0 -20px;
	width: 150px;
	height: 20px;
	text-indent: -10000px;
	margin-left: 20px;
	display: block;
}

div#container-right a.anfahrt:hover {
	background: transparent url('../images/button-anfahrt.gif') no-repeat 0 0;
}



/********************************************
 * FOOTER
 ********************************************/

/*
*Social Media
*/
#footer #socialmedia {
background-image:url("/fileadmin/templates/bartenbach_de/images/socialmedia/typo.jpg");
background-repeat:no-repeat;
height:30px;
}

#footer #socialmedia_en {
background-image:url("/fileadmin/templates/bartenbach_de/images/button_talk-to-us.jpg");
background-repeat:no-repeat;
height:30px;
}

#footer #socialmedia a, #footer #socialmedia_en a {
display:block;
height:20px;
padding:0 !important;
width:20px;
}

#footer #socialmedia span, #footer #socialmedia_en span {
height:20px;
margin:0 !important;
padding:0 !important;
width:20px;
}

#footer #socialmedia .fb a, #footer #socialmedia_en .fb a {
background-image:url("/fileadmin/templates/bartenbach_de/images/socialmedia/facebook.jpg") !important;
}
#footer #socialmedia .fb a:hover, #footer #socialmedia_en .fb a:hover {
background-image:url("/fileadmin/templates/bartenbach_de/images/socialmedia/facebook_hover.jpg") !important;
}
#footer #socialmedia .twitter a:hover, #footer #socialmedia_en .twitter a:hover {
background-image:url("/fileadmin/templates/bartenbach_de/images/socialmedia/twitter_hover.jpg") !important;
}
#footer #socialmedia .twitter a, #footer #socialmedia_en .twitter a{
background-image:url("/fileadmin/templates/bartenbach_de/images/socialmedia/twitter.jpg");
}

#footer #socialmedia ul {
margin-left:170px !important;
}

#footer #socialmedia_en ul {
margin-left:85px !important;
}
#footer #socialmedia ul li, #footer #socialmedia_en ul li {
display:block !important;
float:left;
height:20px;
width:20px;
}


div#footer {
	clear: both;
	font-size: .8em;
	color: #bebebe;
	margin: 0 42px 0;
	padding: 80px 0 30px 0;
}

div#footer span {
	margin-right: 30px;
	float: left;
}

div#footer a {
	color: #bebebe;
	text-decoration: none;
}

div#footer a:hover {
	color: #00c8ff;
}

div#footer object {
	float: right;
	position: relative;
	top: -16px;
}

div#footer ul {
	padding: 0;
	margin: 0;

}

div#footer ul li {
	display: inline;
	margin-left: 5px;

}

div#footer ul li a {
	text-decoration: none;
	color: #bebebe;
	font-size: .9em;
	background: transparent url('../images/headernavbullet.gif') no-repeat right center;
	padding-right: 6px;
}

div#footer ul li.last a {
	background: none;
}

div#footer ul li a:hover {
	text-decoration: none;
	color: #00c8ff;
}

/********************************************
 * PLUGINS
 ********************************************/

/* ### SCROLLBAR ### */
#pane1 {
	height: 85px;
}

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: url(../images/scrollbar-track.gif) repeat-y;
}
.jScrollPaneDrag {
	position: absolute;
	cursor: pointer;
	overflow: hidden;
	background: url(../images/scrollbar-drag-middle.gif) no-repeat 0 50%;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	background: url(../images/scrollbar-drag-top.gif) no-repeat;
	height: 2px;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
	background: url(../images/scrollbar-drag-bottom.gif) no-repeat;
	height: 2px;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	height: 7px;
	background: url(../images/scrollbar-arrow-up.gif) no-repeat 0 0;
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	height: 7px;
	background: url(../images/scrollbar-arrow-down.gif) no-repeat 0 0;
}

/* ### TOOLTIP ### */
.tooltipbox {
	color: #00c8ff;
	font-weight: bold;
	background: #fff;
	margin: 0;
	padding: 0 2px;
	z-index:8887;
	display:none;
}

/* ### NEWSTICKER ### */
ul#nautv-ticker {
	margin: 0;
	padding: 0;
	background: #e8eef1;
	width: 229px;
	height: 21px;
	list-style-type: none;
	overflow: auto;
}

ul.innerfade {
	margin: 0;
	padding: 0;
	background: #e8eef1;
	width: 229px;
	height: 21px;
}

ul.innerfade li {
	display: none;
	list-style-type: none;
	margin: 0 8px;
	width: 213px;
	height: 21px;
	overflow: hidden;
	color: #878787;
	font-size: 0.9em;
	line-height: 21px;
	text-align: center;
}

/* ### SHADOWBOX FIREFOX FIXES ### */
object#shadowbox_content {
	margin-left: -10px;
}

div#shadowbox_container #shadowbox_content {
	/*margin-left: -10px;*/
}

.expandLeft .subnav {
  margin-left: -10px !important;
}

#bms_logo{
       position: absolute;
       top:2px;
       left: 694px;
}


#bms_logo a{
       background: url(/fileadmin/templates/bartenbach_de/images/bartenbach_B.png) no-repeat top left transparent;
       height: 25px;
       width: 31px;
       color: #f59f00;
}

#bms_logo:hover a{
       background: url(/fileadmin/templates/bartenbach_de/images/B_OVER.png) no-repeat top left transparent;
       background-position: 0 0 !important;
       height: 115px;
       width: 280px;
}



#bms_logo a span{
    color: #F59F00;
    display: none;
    font-size: 13px;
    left: 20px;
    margin: 0 0 0;
    position: absolute;
    top: 90px;
}

#bms_logo:hover a span{
      display:block;
}

