@charset "utf-8";
/* Gumpinger Software CSS style */
/*  
  Website colors:
  Menu and Submenu link color: #b6b3b2
  Selected Menu and Submenu link color: #7ba41c
  Table Caption color: #7ba41c
  Text color: #333;
*/

/* -----------------  FONT FACES ----------------- */

@font-face {
  font-family: Abel-Regular;
  src: url('../fonts/Abel-Regular.ttf'),
	   url("../fonts/Abel-Regular.eot") format("opentype");	/*  for IE */								
}
@font-face {
  font-family: OpenSans-Regular;
  src: url('../fonts/OpenSans-Regular.ttf');
	   						
}
@font-face {
  font-family: OpenSans-Bold;
  src: url('../fonts/OpenSans-Bold.ttf');
	   						
}
@font-face {
  font-family: OpenSans-ExtraBold;
  src: url('../fonts/OpenSans-ExtraBold.ttf');
	   						
}

@font-face {
  font-family: Forum-Regular;
  src: url('../fonts/Forum-Regular.ttf');
	   						
}

@font-face {
  font-family: Caudex-Regular;
  src: url('../fonts/Caudex-Regular.ttf');
	   						
}
@font-face {
  font-family: Play-Regular;
    src: url('../fonts/Play-Regular.eot');
    src: url('../fonts/Play-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Play-Regular.woff') format('woff'),
         url('../fonts/Play-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
	   						
}

@font-face {
  font-family: Play-Bold;
  src: url('../fonts/Play-Bold.ttf');
	   						
}

/* ----------------- END - FONT FACES ----------------- */

body{
	margin-left:0;
	margin-right:0;
	margin-bottom:45px;
	margin-top:10px;
	padding:0;
	font-family: Play-Regular, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	text-align:center;
}
.container {
	margin-left: auto;
	margin-right: auto;
	margin-top: 95px;
	margin-bottom:0;
	width: 100%;
	min-width:960px;
	max-width:1240px;
	text-align:left;
}
.containersmall {
	margin-left: auto;
	margin-right: auto;
	margin-top: 95px;
	margin-bottom:0;
	width: 100%;
	text-align:left;
}
.header {
	width:100%;
	position:fixed;
	z-index:1;
	top:0;
	left:0;
	text-align:center;
    background-color:#FFF; 
}
.footer, .dialog {
	width: 100%;
	position: fixed;
	z-index:1;
	bottom: 0;
	left:0;
	padding-bottom: 10px;
	text-align: center;
	color: #b6b3b2;
	font-family: Play-Regular, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#FFF;
}

.clearfix:after {
 	content: "."; 
 	display: block; 
	height: 0; 
 	clear: both; 
 	visibility: hidden;
 }
 
 .clearfix{display: inline-block;}

/* Hides from IE-mac \*/

* html .clearfix{height: 1%;}
.clearfix{
	display: block;
}

.mobile_footer {
	width: 100%;
	/*position: fixed;*/
	z-index:1;
	bottom: 0;
	left:0;
	/*padding-bottom: 10px;*/
	text-align: center;
	color: #b6b3b2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#FFF;
}

.clearfix:after {
 	content: "."; 
 	display: block; 
	height: 0; 
 	clear: both; 
 	visibility: hidden;
 }
 
 .clearfix{display: inline-block;}

/* Hides from IE-mac \*/

* html .clearfix{height: 1%;}
.clearfix{
	display: block;
}

/* End hide from IE-mac */  
 

/* ---------------------------- START - Page link style ---------------------------- */

div.menu a, div.footer_menu a{
	font-family: Play-Regular,  Arial, Helvetica, sans-serif;
	font-size: 12px;
}
	
a{
	color: #A3A3A3;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #A3A3A3;
}
a:hover {
	text-decoration: none;
	color: #7ba41c;
}
a:active {
	text-decoration: none;
	color: #b6b3b2;
}

/* ---------------------------- END - Page link style ---------------------------- */


/* ---------------------------- START - Submenu link style ---------------------------- */

.submenu a {
	font-family: Play-Regular,  Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.submenu a:link {
	font-size:10px;
	
}

/* ---------------------------- END - Submenu link style ---------------------------- */


/* ---------------------------- START - Unordered list style ---------------------------- */

div.header ul, div.footer ul, div.mobile_footer ul  {
	margin:0;
	display:block;		
}
div.header ul li, div.footer ul li, div.mobile_footer ul li {
	display:inline;
	list-style-type:none;
	padding: 0 10px 5px 0px;
}

/* ---------------------------- END - Unordered list style ---------------------------- */


/* ---------------------------- START - Submenu style ---------------------------- */

.submenu_container {
	clear:both;
	padding-top:7px;
	width: 100%;
	
}
.sub_top_border { }
.sub_top_left_border {
	float: left;
	width: 30%;
	background-image: url(../img/submenu_left_top_border.jpg);
	background-repeat: no-repeat;
	height: 10px;
}
.sub_top_middle_border {
	background-image: url(../img/submenu_top_border.jpg);
	background-repeat: repeat-x;
	height: 10px;
}
.sub_top_right_border {
	float: right;
	width: 30%;
	background-image: url(../img/submenu_right_top_border.jpg);
	background-repeat: no-repeat;
	background-position: 100%;
	height: 10px;
}
.submenu_left_gradient_background {
	background-image: url(../img/submenu_left_gradient_background.jpg);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	background-color: #f6f9f2;
}
.submenu_right_gradient_background {
	background-image: url(../img/submenu_right_gradient_background.jpg);
	background-repeat: repeat-y;
	background-position: 100%;
}
.submenu {
	width: 100%;
	text-align: center;
	text-transform: uppercase;
}
.sub_bottom_border {  }
.sub_bottom_left_border {
	float: left;
	width: 30%;
	background-image: url(../img/submenu_left_bottom_border.jpg);
	background-repeat: no-repeat;
	height: 7px;
	
}
.sub_bottom_middle_border {
	background-image: url(../img/submenu_bottom_border.jpg);
	background-repeat: repeat-x;
	height: 7px;
}
.sub_bottom_right_border {
	float: right;
	width: 30%;
	background-image: url(../img/submenu_right_bottom_border.jpg);
	background-repeat: no-repeat;
	background-position: 100%;
	height: 7px;
}
.showUser {
	word-wrap: break-word;
	text-align: right;
	text-transform: uppercase;
	font-size: 9px;
	padding-right:15px;
	/*margin-top: -10px;*/
	float:right;
}

.submenuTable td, th {
	padding:0;
	margin:0;
}
.subMenu {
	padding-left:10%;
	}

/* ---------------------------- END - Submenu style ---------------------------- */


/* ---------------------------- START - Menu style ---------------------------- */

.menu_container {
	margin-top:15px;
	width: 100%;
	
}

.menu {
	width: 90%;
	text-align: center;
	padding-top:2px;
	text-transform: uppercase;
}

.logo {
	float: right;
	width: 10%;
	height:23px;
	min-width:141px;
	background-image: url(../img/logo.jpg);
	background-repeat: no-repeat;
	background-position:50%;
}
.fitTable {
	width:100%;	
}

/* ---------------------------- END - Menu style ---------------------------- */

/* ---------------------------- START - Footer style ---------------------------- */

.fontSize08em {
	font-size:0.8em;	
}

div.content {
	margin-left:10px;
	margin-right:10px;
}

div.content h1{
}

div.content h2{
}

div.content h3{
	margin: 0px;
	padding: 5px 0px 10px 0px;
}

div.content h4{
}

div.content p{
	margin: 5px 0px 5px 0px;
	padding: 0px;
}


/* ---------------------------- END - Menu style ---------------------------- */


/* ---------------------------- START - Footer style ---------------------------- */

.footer_menu_container {
	width: 100%;
	min-width: 550px;
	text-transform: uppercase;
}
.footer_line {
	
}
.footer_line_right_end {
	background-image: url(../img/footer_line_right_end.jpg);
	background-repeat: no-repeat;
	float: right;
	height: 14px;
	width: 30%;
	background-position:100%;
}
.footer_line_left_end {
	background-image: url(../img/footer_line_left_end.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 14px;
	width: 30%;
}

.footer_line_middle {
	background-image: url(../img/footer_line.jpg);
	background-repeat: repeat-x;
	height: 14px;	
}

/* ---------------------------- END - Footer style ---------------------------- */

/* ---------------------------- highlight menu -------------------------------- */

body.sectionStart div.menu li#startTag a,
body.sectionBuero div.menu li#officeTag a,
body.sectionKontakte div.menu li#contactsTag a,
body.sectionProjekte div.menu li#projectsTag a,
body.sectionWaren div.menu li#productsTag a,
body.sectionBelege div.menu li#billTag a,
body.sectionRechnungen div.menu li#invoiceTag a,
body.sectionFahrtenbuch div.menu li#routeLogbookTag a,
body.sectionDateien div.menu li#fileTag a,
div.submenu li.current a{
	color: #7ba41c;
	font-weight: 600;
}


/* --- AUTOCOMPLETE CSS --- */
.autocomplete2 {
    position: absolute;
    color: #333;
    background-color: #fff;
    border: 1px solid #666;
    font-family: Arial;
/** overflow-y: auto;
**/ height: auto;
}

.autocomplete2 ul {
    padding: 0;
    margin: 0;
    list-style: none;
    overflow: hidden;
}

.autocomplete2 li {
    display: block;
    white-space: nowrap;
    cursor: pointer;
    margin: 0;
    padding-left: 5px;
    padding-right: 5px;
    border: 1px solid #fff;
}

.autocomplete2 li.selected {
    background-color: #cef;
    border-top: 1px solid #9bc;
    border-bottom: 1px solid #9bc;
}
th.sorted a,th.sortable a {
    background-position: right;
    display: block;
    width: 100%;
    margin-right:30px;
}

th.sortable a {
    background-image: url(../img/arrow_off.png);
    background-repeat: no-repeat;
}

th.order1 a {
    background-image: url(../img/arrow_down.png);
    background-repeat: no-repeat;
     margin-right:30px;
}

th.order2 a {
    background-image: url(../img/arrow_up.png);
    background-repeat: no-repeat;
     margin-right:30px;
}

.officeFrame {
	margin-top: -20px;
}

.office365WaitLabel {
	font-family: Play-Regular, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}

.office365Message {
	font-family: Play-Regular, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
}
div.jGrowl-notification {
				float: 			right,down;
				margin-left: 	6px;
}

#tabs ul{
	list-style: none;
	padding:0;
	margin:0;
}

#tabs li{
	display: inline;
	border: groove #CCC;
	border-width: 1px 1px 0 1px;
	margin: 0 0.5em 0 0;
	color: #7ba41c;	
}

#tabs li a {
	padding: 0 1em;
	color: #7ba41c;
}

#tabCtrl{
	border: 1px groove #CCC;
	padding: 15px;
}
