@font-face {
	{
		font-family : "'Oswald'";
		font-style : normal;
		font-weight : 400;
		src : local('Oswald Regular'), local('Oswald-Regular'), url(http://fonts.gstatic.com/s/oswald/v10/Y_TKV6o8WovbUd3m_X9aAA.ttf) format('truetype');
	}
}
html {
	margin : 0;
	padding : 0;
	overflow-y: scroll;
}
.cf:before, .cf:after {
	content : " ";
	display : table;
}
.cf:after {
	clear : both;
}
.c {
	clear : both;
}
.fl-left {
	float : left;
}
.fl-right {
	float : right;
}
a:focus, input:focus {
	outline : none;
}
body {
	background-color : #ececed;
	font : 14px/1.5 Arial, "Helvetica Neue", Helvetica, sans-serif;
	color : #434d4f;
	margin : 0;
	padding : 0;
	
}
p {
	margin : 5px 0 10px 0;
}
#middle {
	width : 960px;
	margin : 0 auto;
	padding-top : 0;
	margin-top : 0;
	position : relative;
}
#header {
	width : 100%;
	height : 100px;
	padding-top : 0;
	margin-top : 0;
	position : relative;
	overflow : hidden;
}
#mobsuche {
	display : none;
}
div#slideshowWrapper {
	position : relative;	
	z-index: 1;
}
a.nachoben {
	display : none;
}
a, a img {
	border : none;
}
a:link {
	color : #434d4f;
	text-decoration : underline;
}
a:visited {
	color : #434d4f;
	text-decoration : underline;
}
a:focus {
	color : #434d4f;
	text-decoration : underline;
}
a:hover {
	color : #118248;
	text-decoration : underline;
}
a:active {
	color : #434d4f;
	text-decoration : underline;
}
#header-rect {
	height : 80px;
	width : 705px;
	border-width : 0 0 5px 0;
	border-bottom-color : #ffec01;
	border-style : solid;
	background : url(/assets/img/gfx/verlauf_rect.png);
	float : left;
	padding-top : 15px;
	padding-left : 15px;
}
.meta-navi {
	padding : 0;
	margin : 0;
	list-style : none;
}
.meta-navi li {
	float : left;
}
.meta-navi li a {
	/*display : block;*/	
	/*color : #007C3F;*/
	/*padding : 5px 15px;*/
	/*background : #FFf;
	text-decoration : none;
	margin-right : 15px;*/
	/*box-shadow : 0 2px 3px rgba(0, 0, 0, 0.5);*/
	font-size : 14px;
	color: #FFF;
	padding: 0 10px;
	text-decoration: none;	
}
.meta-navi li a:hover, .meta-navi li a:focus {
	color : #FFEC01;
}
#suche {
	width : 200px;
	padding-top : 0;
	float : right;
}
#suchfeld {
	font-size : 12px;
	width : 140px;
	padding : 0 15px;
	line-height : 28px;
	height : 28px;
	border : 0;
	display : block;
	float : left;
	box-shadow : 0 2px 3px rgba(0, 0, 0, 0.5);
}
input#searchBtn {
	display : block;
	float : left;
	padding : 3px 5px;
	margin-top : 3px;
}
#logo {
	float : left;
	background : #fff;
}
#logo a {
	display : block;
	text-align : left;
	width : 200px;
	height : 70px;
	padding : 15px 20px 15px 20px;
}
#logo a img {
	width : auto;
	height : 100%;
}
#logo_overlay {
	position : absolute;
	top : 15px;
	left : 20px;
	background : url(/assets/img/gfx/basi-logo2.gif) no-repeat #ffffff;
}
div#container {
	width : 100%;
	margin : 0 auto;
	font-size : 14px;
}
h1, h2, h3, h4, h5, h6 {
	margin : 0;
	padding : 0;
	font-weight : normal;
	font-size : 100%;
	font-family : 'Oswald', Arial, "Helvetica Neue", Helvetica, sans-serif;
}
h2 {
	font-size : 28px;
	line-height : 1;
	color : #128248;
	margin : 0 0 24px 0;
	padding-top : 6px;
}
h3 {
	font-size : 22px;
	margin-top : 30px;
	color : #128248;
}
h4 {
	text-decoration : none;
	font-weight : normal;
	color : #8c9c9e;
}
#navi {
	width : 100%;
	margin-top : 9px;
	margin-bottom : 0;
}
#navi > ul {
	list-style : none;
	margin : 0;
	padding : 0;
	position : relative;
	display : table;
	/* table-layout: fixed; */
	width : 100%;
}
#navi > ul > li {
	display : table-cell;
	vertical-align : top;
	border-left : 1px solid white;
	position : relative;
}
#navi > ul > li.act:hover ul {
	display : none;
}
#navi ul li a {
	display : block;
	font-size : 14px;
	text-decoration : none;
	text-align : center;
	height : 35px;
	line-height : 35px;
}
#navi ul li a:hover, #navi ul li a:focus, #navi ul li a:active {
	text-decoration : none;
	color : white;
}
#navi .navLvl-1 {
	display : none;
	list-style : none;
	min-width : 200px;
	margin : 0;
	padding : 0;
	position : absolute;
	top : 100%;
	left : 0;
	z-index : 2;
}
#navi .navLvl-1.navColor-23 {
	left : auto;
	right : 0;
}
#navi .navLvl-1 a {
	text-align : left;
	height : auto;
	line-height : 1.2;
	font-size : 12px;
	padding : 10px;
}
a.nav-link {
	background : #e8e8e8;
	color : #434D4F;
	display : block;
	text-decoration : none;
	font-size : 12px;
	padding : 10px;
	border-top : 1px solid #FFF;
}
#navi .footer-nav {
	display : none;
}
#nav-18 {
	background-color : #c8031a;
	color : white;
}
#nav-18:hover, .act #nav-18, .navColor-18 a.nav-link:hover, .techgase .current .nav-link, .techgase a.nav-link:hover {
	background-color : #c8031a;
	color : white;
}
div.techgase h2, div.techgase h3 {
	color : #c8031a;
}
#nav-19 {
	background-color : #006fb6;
	color : white;
}
#nav-19:hover, .act #nav-19, .navColor-19 a.nav-link:hover, .medgase .current .nav-link, .medgase a.nav-link:hover {
	background-color : #006fb6;
	color : white;
}
div.medgase h2, div.medgase h3 {
	color : #006fb6;
}
#nav-20 {
	background-color : #45a12a;
	color : white;
}
#nav-20:hover, .act #nav-20, .navColor-20 a.nav-link:hover, .lebensgase .current .nav-link, .lebensgase a.nav-link:hover {
	background-color : #45a12a;
	color : white;
}
div.lebensgase h2, div.lebensgase h3 {
	color : #45a12a;
}
#nav-21 {
	background-color : #f29400;
	color : white;
}
#nav-21:hover, .act #nav-21, .navColor-21 a.nav-link:hover, .spezialgase .current .nav-link, .spezialgase a.nav-link:hover {
	background-color : #f29400;
	color : white;
}
div.spezialgase h2, div.spezialgase h3 {
	color : #f29400;
}
#nav-22 {
	background-color : #919799;
	color : white;
}
#nav-22:hover, .act #nav-22, .navColor-22 a.nav-link:hover, .anlagenbau .current .nav-link, .anlagenbau a.nav-link:hover {
	background-color : #919799;
	color : white;
}
div.anlagenbau h2, div.anlagenbau h3 {
	color : #919799;
}
#nav-10 {
	/*background-color : #FFEB00;*/
	background-color : #128248;   
	color : white;
}
#nav-10:hover, .act #nav-10, .navColor-10 a.nav-link:hover, .unternehmen .current .nav-link, .unternehmen a.nav-link:hover {
    /*background-color : #FFEB00;*/
    background-color : #128248;    
    color : white;
}
div.unternehmen h2, div.unternehmen h3 {
    color : #128248;
    /*color : #FFEB00;*/
}
#nav-15{
	background-color : #9C449C;
	color : white;
}
#nav-15:hover, .act #nav-15, .navColor-15 a.nav-link:hover, .kontakt .current .nav-link, .kontakt a.nav-link:hover {
    background-color : #9C449C;
    color : white;
}
div.kontakt h2, div.kontakt h3 {
    color : #128248;
    /*color : #9C449C;*/
}
#nav-23 {
	background-color : #009ee0;
	color : white;
}
#nav-23:hover, .act #nav-23, .navColor-23 a.nav-link:hover, .schwimm .current .nav-link, .schwimm a.nav-link:hover {
	background-color : #009ee0;
	color : white;
}
div.schwimm h2, div.schwimm h3 {
	color : #009ee0;
}
body[data-menu-position="closed"] #jPanelMenu-menu{
	visibility: hidden;
}
body[data-menu-position="open"] #jPanelMenu-menu{
	visibility: visible;
}
#jPanelMenu-menu li #nav-10,
#jPanelMenu-menu li #nav-15,
#jPanelMenu-menu li #nav-18,
#jPanelMenu-menu li #nav-19,
#jPanelMenu-menu li #nav-21,
#jPanelMenu-menu li #nav-20,
#jPanelMenu-menu li #nav-22,
#jPanelMenu-menu li #nav-23 {
	color : #f7f7f7;
	border-top : 1px solid #fff;
	width : auto;
}
#jPanelMenu-menu {
	margin : 0;
	overflow-y: auto !important;
	box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.2);
}
.jPanelMenu header.main .menu-trigger {
	position : absolute;
	top : 0;
	left : 0;
	padding : 0 1.5em;
	font-size : 1.2em;
	line-height : 57.5px;
}
.jPanelMenu header.main nav {
	text-indent : -9999px;
}
.jPanelMenu .content {
	padding-top : 4em;
}
.jPanelMenu .content section.intro h2 {
	padding-top : 0;
}
.jPanelMenu .content h2 {
	margin-top : 0;
	padding-top : 62.5px;
}
.jPanelMenu .content .spec, .jPanelMenu .content h3 {
	margin-top : 0;
	padding-top : 4em;
}
.jPanelMenu .content .spec h3 {
	padding-top : 0;
}
.jPanelMenu .content .jPM-specific {
	display : block;
}
#jPanelMenu-menu, #jPanelMenu-menu ul {
	background : #fff;
	margin : 0;
	padding : 0;
	list-style-type : none;
}
#jPanelMenu-menu .footer-nav {
	width : 100%;
}
#jPanelMenu-menu .footer-nav a {
	border-bottom : 1px solid #E8E8E8;
}
#jPanelMenu-menu .footer-nav a:hover, #jPanelMenu-menu .footer-nav a:focus, #jPanelMenu-menu .footer-nav .active a {
	background : #E8E8E8;
	color : #434D4F;
}
#jPanelMenu-menu .footer-nav {
	width : 100%;
}
#jPanelMenu-menu li {
	display : block;
	margin-left : 0;
	padding-left : 0;
	background-color : #fff;
}
#jPanelMenu-menu li ul {
	display : none;
}
#jPanelMenu-menu li a {
	font-size : 25px;
	font-weight : normal;
	display : block;
	text-decoration : none;
	line-height : 50px;
	padding-left : 15px;
}
#jPanelMenu-menu li li a {
	border-top : 1px solid #fff;
	font-size : 18px;
	height : auto;
	line-height : 1.5;
}
#jPanelMenu-menu li.hasSubmenu .trigger {
	display : block;
	float : right;
	height : 100%;
	width : 50px;
	border-left : 1px solid white;
	text-align : center;
	font-size : 30px;
	position : relative;
	z-index : 10;
}
#textur {
	margin-top : 0;
	margin-bottom : 0;
	padding-top : 0;
	padding-bottom : 0;
	height : 3px;
	position : relative;
	border-bottom : 1px solid #d7d7d7;
}
#textur img {
	position : absolute;
	top : 0;
}
#bereichslogo, #bereichslogo img {
	margin-top : 0;
	margin-bottom : 0;
	padding-top : 0;
	padding-bottom : 0;
	background-color : #d8d8da;
}
#bereichslogo {
	background-color : transparent;
}
#bereichslogo img, .bereichsillu {
	width : 100%;
	height : auto;
}
#aktuell {
	width : 954px;
	height : 12px;
	padding-top : 9px;
	padding-bottom : 16px;
	padding-left : 20px;
	line-height : 17px;
	font-size : 11px;
	background-color : white;
	background : rgba(255, 255, 255, 0.2);
	vertical-align : middle;
	color : white;
	position : absolute;
	top : 414px;
	margin-left : 1px;
}
#aktuell a {
	color : white;
}
#content {
	margin-top : 0;
	line-height : 1.7;
}
#underContent {
	padding-bottom : 25px;
}
img.symbolueberschrift {
	margin-left : 58px;
	margin-right : 0;
	padding : 0;
	float : left;
	border : red solid 0;
	display : none;
	visibility : hidden;
}
#unterContent h1 {
	font-family : arial, helvetica, sans-serif;
	font-size : 30px;
	font-style : normal;
	font-weight : bold;
	text-align : left;
	text-decoration : none;
	margin-left : 0;
	margin-right : 30px;
	border : red solid 0;
	padding : 0;
}
#text {
	background-color : white;
}
.main {
	padding-top : 6px;
}
div#mainContent {
	width : 50%;
	font-size : 14px;
	float : left;
}
#subContent {
	float : right;
	width : 40%;
}
div.contentTeaser {
	width : 200px;
	padding : 0 10px 0 0;
	float : left;
}
div.contentTeaser img {
	display : block;
	border : #989898 solid 1px;
	margin : 0 0 7px 0;
}
div.contentTeaser h3 {
	font-size : 118.2%;
	margin : 0 0 3px 0;
}
div.contentTeaser h3 a {
	text-decoration : none;
}
div#footer {
	clear : both;
	padding : 5px 10px 10px;
	color : #8c9c9e;
	font-size : 12px;
}
div#footer span {
	margin : 0;
	margin-left : 7px;
}
div#footer ul {
	list-style : none;
	margin : 0;
	padding-left : 3px;
}
div#footer ul li {
	float : left;
}
div#footer ul li a {
	color : #434d4f;
	margin-right : 7px;
	margin-left : 7px;
}
div#footer ul li a:hover {
	color : #118248;
}
div#subContent2Cols {
	width : 100%;
	float : left;
}
div#subContent2Cols h3 {
	color : #128248;
	border-bottom : 1px solid #cfd0d1;
	font-weight : normal;
	background : #fff;
	margin : 20px 0 5px 0;
	padding : 0 0 3px 0;
}
div#subContent2Cols strong {
	color : #128248;
	display : block;
}
div#subContent2Cols ul {
	margin : 0;
	padding : 0;
	list-style : none;
}
div#subContent2Cols div#newsTeaser {
	float : none;
	padding : 0 0 20px 0;
}
div#subContent2Cols div#jobsTeaser {
	width : 180px;
	padding : 0 10px 0 10px;
	float : right;
}
div#subContent2Cols div#jobsTeaser h3 {
	margin-left : -10px;
	padding-left : 10px;
}

/* News */
.news{
	list-style: none;
	margin: 0;	
	padding: 0;
}
.news-item{
	border-bottom: 1px solid #CFD0D1;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.news-item h4 a{
	text-decoration: none;
}
.year-list{
	list-style: none;
	margin: 0;
	margin-bottom: 20px;
	padding: 0;
}
.year-list li{
	display: inline;
}
.year-list li a,
.year-list li.active a:hover{
	text-decoration: none;
	margin-right: 10px;
}
.year-list li a:hover{
	text-decoration: underline;
}
.year-list li.active a{
	color: #128248;
	font-weight: bold;
	cursor: default;
}

#unterNavi {
	width : 25%;
	float : left;
}
#unterNavi ul {
	list-style : none;
	margin : 0;
	padding : 0;
}
.unterNaviPunkt {
	width : 100%;
	height : 40px;
}
#sprungnavi {
	position : fixed;
	top : 340px;
	width : 230px;
}
#sprungnavi ul li.oben {
	background-color : #128248;
	color : #ffffff;
	width : 200px;
	height : 23px;
	padding : 10px;
	padding-top : 7px;
	padding-bottom : 0;
}
#unterContent {
	float : right;
	width : 70%;
}
#contentInner {
	/*float : left;*/
	padding : 20px;
}
div#contentInnermost {
	float : left;
	position : relative;
	width : 100%;
}
div#content {
	background : #fff;
	box-shadow : 0 2px 2px rgba(0, 0, 0, 0.2);
	float : left;
	width : 100%;
	position : relative;
}
#unterContent h2 {
	font-size : 35px;
}
span.bildlinks {
	display : block;
	float : left;
	padding-right : 20px;
	padding-bottom : 10px;
	padding-top : 5px;
}
span.bildrechts {
	display : block;
	float : right;
	padding-left : 20px;
	padding-bottom : 10px;
	padding-top : 5px;
}
span.bildcenter {
	display : block;
	float : left;
	margin:10px 10px 0 0;
	padding-left : 20px;
	padding-bottom : 10px;
	padding-top : 5px;
}

span.bildabstandrechts {
	margin-top : 15px;
	padding-right : 7px;
}
span.bildabstandrechts img {
	padding-top : 5px;
}

span.datenblattbild {
	margin-top : 15px;
	padding-right : 7px;
}
span.datenblattbild img {
	padding-top : 5px;
}


.gallery-left {
	padding-right : 20px;
}
.gallery-middle {
	padding : 0;
}
.gallery-right {
	padding-left : 20px;
}
table.tablenoborder th {
	background-color : #e7e7e7;
	padding : 5px;
	border : #ffffff solid 1px;
}
table.tablenoborder td {
	background-color : #f1f1f1;
	padding : 5px;
	border : #ffffff solid 1px;
	vertical-align : top;
}
table.tablenoborder {
	border-collapse : collapse;
	border : #ffffff solid 1px;
	margin-bottom : 20px;
	clear : both;
	width : 100%;
}
table.tablenoborder p {
	margin : 0;
	padding : 0;
}
table.tablecontact, table.layout {
	margin-top : 10px;
}
table.tablecontact {
	width : 630px !important ;
	table-layout : fixed;
	border-collapse : collapse;
}
table.tablecontact td, table.tablecontact th {
	width : 200px !important ;
	padding-right : 10px;
	vertical-align : top !important ;
}
div.einzeljob {
	margin-top : 10px;
	margin-bottom : 20px;
}
div.einzeljob p {
	margin-top : 0;
	margin-bottom : 0;
}
* html #unterNavi {
	margin-left : 10px;
}
* html #unterNavi ul li a {
	padding-bottom : 10px;
}
* html #navi ul li a {
	width : 158px;
}
.mobonly {
	display : none !important ;
}
#map1 {
	border : #AFBCCF solid 1px;
	width : 400px;
	height : 500px;
	margin-left : 0;
	margin-bottom : 20px;
	margin-top : 20px;
	margin-right : 25px;
	float : left;
}
#jquery-overlay {
	position : absolute;
	top : 0;
	left : 0;
	z-index : 90;
	width : 100%;
	height : 500px;
}
#jquery-lightbox {
	position : absolute;
	top : 0;
	left : 0;
	width : 100%;
	z-index : 100;
	text-align : center;
	line-height : 0;
}
#jquery-lightbox a img {
	border : none;
}
#lightbox-container-image-box {
	position : relative;
	background-color : #fff;
	width : 250px;
	height : 250px;
	margin : 0 auto;
}
#lightbox-container-image {
	padding : 10px;
}
#lightbox-loading {
	position : absolute;
	top : 40%;
	left : 0%;
	height : 25%;
	width : 100%;
	text-align : center;
	line-height : 0;
}
#lightbox-nav {
	position : absolute;
	top : 0;
	left : 0;
	height : 100%;
	width : 100%;
	z-index : 10;
}
#lightbox-container-image-box > #lightbox-nav {
	left : 0;
}
#lightbox-nav a {
	outline : none;
}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width : 49%;
	height : 100%;
	display : block;
}
#lightbox-nav-btnPrev {
	left : 0;
	float : left;
}
#lightbox-nav-btnNext {
	right : 0;
	float : right;
}
#lightbox-container-image-data-box {
	font : 10px Verdana, Helvetica, sans-serif;
	background-color : #fff;
	margin : 0 auto;
	line-height : 1.4em;
	overflow : auto;
	width : 100%;
	padding : 0 10px 0;
}
#lightbox-container-image-data {
	padding : 0 10px;
	color : #666;
}
#lightbox-container-image-data #lightbox-image-details {
	width : 70%;
	float : left;
	text-align : left;
}
#lightbox-image-details-caption {
	font-weight : bold;
}
#lightbox-image-details-currentNumber {
	display : block;
	clear : left;
	padding-bottom : 1.0em;
}
#lightbox-secNav-btnClose {
	width : 66px;
	float : right;
	padding-bottom : 0.7em;
}
@media (max-width:980px) {
	#middle {
		width : 100%;
	}
	#header-rect {
		width : 100%;
		padding-left : 0;
	}
	#logo {
		position : absolute;
		top : 0;
		left : 0;
		z-index : 1031;
	}
	.meta-navi {
		position : absolute;
		top : 15px;
		left : 260px;
	}
	div#footer ul, div#footer span {
		width : 100%;
		text-align : center;
		display : block;
		float : none;
		padding : 0;
		margin : 0;
	}
	div#footer ul li {
		float : none;
		display : inline;
	}
	div#footer ul li a {
		line-height : 2;
	}
	div#slideshowWrapper {
		height: auto;		
	}
}
@media (max-width:767px) {
	#keinlinkflaeche, #header-rect, #navi, #textur, #footer {
		display : none;
	}
	#header {
		width : auto;
	}
	div#contentInnermost, div#content, div#container, #middle, #unterContent {
		background : #fff;
		margin : 0;
		padding : 0;
		width : auto !important ;
	}
	div#content, #middle{
		box-shadow: -10px 0 25px rgba(0, 0, 0, 0.2);
	}
	object {
		width : 100% !important ;
	}
	#map1 {
		float : none;
		width : 100%;
	}
	body table.tablecontact {
		width : auto !important ;
		table-layout : auto !important ;
	}
	#unterContent div {
		float : none !important ;
	}
	body div.businesses_list {
		height : auto;
	}
	div.contact {
		width : auto;
	}
	div.contact div.right {
		margin-left : 10px;
	}
	#suche {
		display : block;
		position : absolute;
		top : 20px;
		left : 20px;
	}
	a.nachoben {
		position : absolute;
		right : 20px;
		bottom : 20px;
		display : block;
		clear : both;
		width : 40px;
		height : 40px;
		padding-right : 0;
		font-size : 1.2em;
		background-image : url("/assets/img/gfx/nach-oben.png");
		background-repeat : no-repeat;
		overflow : hidden;
		text-indent : -200px;
	}
	img {
		max-width : 100%;
		height : auto;
	}
	div#contentInnermost {
		padding-bottom : 30px;
	}
	.mobonly {
		display : block !important ;
	}
	body .mobright {
		float : right;
	}
	#mob-navi {
		float : left;
		width : 30px;
	}
	#header {
		background-color : #fff;
		height : 167px;
		padding : 20px;
		position : relative;
	}
	.ss-icon {
		display : block;
		background-image : url(/assets/img/gfx/menue.png);
		background-repeat : no-repeat;
		width : 38px;
		height : 32px;
		overflow : hidden;
		text-indent : -200em;
	}
	body[data-menu-position="open"] .ss-icon {
		transform : rotate(90deg);
	}
	#header {
		height : 80px;
		overflow : visible;
	}
	.mobsuche {
		display : block;
		background-image : url(/assets/img/gfx/search.png);
		background-repeat : no-repeat;
		width : 44px;
		height : 43px;
		margin-top : 15px;
		overflow : hidden;
		text-indent : -200em;
	}
	#logo {
		height : 100%;
		width : auto;
		float : right;
		text-align : right;
		position : static;
	}
	#logo a {
		padding : 0;
		height : 100%;
		width : auto;
		text-align : right;
	}
	#logo a img {
		width : auto;
		height : 100%;
	}
	#mobsuche {
		position : absolute;
		top : 120px;
		left : 20px;
		width : 100%;
		z-index : 3;
	}
	#mobsuche input {
		border : #c0c0c0 solid 1px;
		padding : 10px;
		width : 85%;
	}
	div#mainContent, div#subContent {
		width : auto;
		float : none;
	}
	#subContent {
		background : none;
		width : auto;
	}
	div#subContent2Cols div#newsTeaser, div#subContent2Cols div#contentTeaser {
		width : auto;
		float : none;
		padding : 0 0 40px 0;
	}
	div#subContent2Cols h3 {
		font-size : 24px;
	}
	.desktoponly {
		display : none;
	}
	div#slideshow {
		width : 100%;
		height : auto !important ;
	}
	span.bildlinks, span.bildrechts {
		display : block;
		float : none;
		padding-left : 0;
		padding-right : 0;
	}
	.footable {
		border-collapse : separate;
		border-spacing : 0;
		border : #cccccc solid 1px;
		border-radius : 6px;
		font-family : 'trebuchet MS', 'Lucida sans', Arial;
		font-size : 14px;
		color : #444444;
		background : #ffffff;
	}
	.footable > thead > tr:first-child > th.footable-first-column, .footable > thead > tr:first-child > td.footable-first-column {
		border-radius : 6px 0 0 0;
	}
	.footable > thead > tr:first-child > th.footable-last-column, .footable > thead > tr:first-child > td.footable-last-column {
		border-radius : 0 6px 0 0;
	}
	.footable > thead > tr:first-child > th.footable-first-column.footable-last-column, .footable > thead > tr:first-child > td.footable-first-column.footable-last-column {
		border-radius : 6px 6px 0 0;
	}
	.footable > thead > tr > th {
		border-left : 1px solid #cccccc;
		border-top : 1px solid #cccccc;
		padding : 10px;
		text-align : left;
	}
	.footable > thead > tr > th, .footable > thead > tr > td {
		background-color : #dce9f9;
		background-image : linear-gradient(to bottom, #ebf3fc, #dce9f9);
		box-shadow : 0 1px 0 rgba(255, 255, 255, 0.8) inset;
		border-top : none;
		text-shadow : 0 1px 0 rgba(255, 255, 255, 0.5);
	}
	.footable > thead > tr > th.footable-first-column, .footable > thead > tr > td.footable-first-column {
		border-left : none;
	}
	.footable.breakpoint > tbody > tr.footable-row-detail {
		background : #eeeeee;
	}
	.footable.breakpoint > tbody > tr.footable-row-detail > .footable-row-detail-cell {
		border-left : none;
	}
	.footable > tbody img {
		vertical-align : middle;
	}
	.footable > tbody > tr:hover {
		background : #fbf8e9;
	}
	.footable > tbody > tr:last-child > td.footable-first-column {
		border-radius : 0 0 0 6px;
	}
	.footable > tbody > tr:last-child > td.footable-last-column {
		border-radius : 0 0 6px 0;
	}
	.footable > tbody > tr:last-child > td.footable-first-column.footable-last-column {
		border-radius : 0 0 6px 6px;
	}
	.footable > tbody > tr > td {
		border-top : 1px solid #cccccc;
		border-left : 1px solid #cccccc;
		padding : 10px;
		text-align : left;
	}
	.footable > tbody > tr > td.footable-first-column {
		border-left : none;
	}
	.footable > tfoot > tr > th, .footable > tfoot > tr > td {
		background-color : #dce9f9;
		background-image : linear-gradient(to bottom, #ebf3fc, #dce9f9);
		box-shadow : 0 1px 0 rgba(255, 255, 255, 0.8) inset;
		border-top : 1px solid #cccccc;
		text-shadow : 0 1px 0 rgba(255, 255, 255, 0.5);
		padding : 10px;
	}
	.footable .pagination {
		margin : 20px 0;
	}
	.footable .pagination > ul {
		display : inline-block;
		margin : 0;
		padding : 0;
		border-radius : 6px;
		box-shadow : none;
		background-color : #ffffff;
	}
	.footable .pagination > ul > li {
		display : inline;
	}
	.footable .pagination > ul > li > a, .footable .pagination > ul > li > span {
		float : left;
		padding : 4px 12px;
		line-height : 20px;
		text-decoration : none;
		border : #cccccc solid 1px;
		border-left-width : 0;
	}
	.footable .pagination > ul > li:first-child > a, .footable .pagination > ul > li:first-child > span {
		border-bottom-left-radius : 4px;
		border-top-left-radius : 4px;
		border-left-width : 1px;
	}
	.footable .pagination > ul > li:last-child > a, .footable .pagination > ul > li:last-child > span {
		border-top-right-radius : 4px;
		border-bottom-right-radius : 4px;
	}
	.footable .pagination > ul > li > a:hover, .footable .pagination > ul > li > a:focus, .footable .pagination > ul > .active > a, .footable .pagination > ul > .active > span {
		background-color : #eeeeee;
	}
	.footable .pagination > ul > .active > a, .footable .pagination > ul > .active > span {
		color : #444444;
		cursor : default;
	}
	.footable .pagination > ul > .disabled > span, .footable .pagination > ul > .disabled > a, .footable .pagination > ul > .disabled > a:hover, .footable .pagination > ul > .disabled > a:focus {
		color : #cccccc;
		cursor : default;
		background-color : #ebf3fc;
	}
	.footable .pagination.pagination-centered {
		text-align : center;
	}
	.footable .pagination.pagination-right {
		text-align : center;
	}
	.footable-odd {
		background-color : #f7f7f7;
	}
}
@media (max-width:480px) {
	#jPanelMenu-menu li a {
		font-size : 14px;
	}
	#jPanelMenu-menu li li a {
		font-size : 12px;
	}
}
