/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */

/* #Page Styles
================================================== */

body { background-color: #ecede1; background-image: url(../img/main_bg.png); background-repeat: no-repeat;  background-position:  center -5px;}
#header { position: relative; background-color: #9baf32; height:280px; background-image: url(../img/header_bg_gradient.png); text-align: center; }
#tel { position: absolute; bottom: 15px; right: 15px;}

/* MAIN NAV */
#mainnav { background-image: url(../img/nav_bg.jpg); height:29px; font-family: 'liberation_sansregular'; padding-top:10px; }
#mainnav ul { text-align: center;}
#mainnav ul li { display:inline; padding-left:0px; margin-left:52px; margin-right:52px; }
#mainnav ul li.active { border-bottom:1px solid #a6b849; }
#mainnav ul li a { font-size: 14px; color: #FFF; text-decoration: none; }

#maincontent { background-color: #fff; min-height:500px;}
#gradient { background-image: url(../img/gradient_bg.png); height:30px; background-repeat: repeat-x; }

#tabcontainer { min-height:300px;}
#tabcontent {background-color: #f8f8f8; width:100%; min-height:300px;}

#logo {margin-top:40px; width: 100%; }
#logo img {}


form {}

/* TAB NAVIGATION */
.tab-nav { position: relative; float: left; width: 100%;  }
ul.tabs { position: relative; float: left; width: 100%; font-family: 'liberation_sansregular'; font-size: 14px; margin: 0; padding: 0; background-image: url(../img/tabs-line.gif); background-repeat: repeat-x; background-position: left bottom; }
ul.tabs li { position: relative; float: left; display: inline-block; margin-right: 1px; margin-bottom: 0px; padding: 0; background-color: #f8f8f8;  }
ul.tabs li a { display: block; height: 31px; line-height: 31px; padding-top: 1px; color: #a7a9ac; }
ul.tabs li .txt { position: relative; float: left; padding-left: 8px; padding-right: 8px;}
/* ACTIVE TAB */
ul.tabs li.active { border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #f8f8f8; padding-top: 0px; }
ul.tabs li.active .edge-left { position: relative; float: left; display: block; width: 9px; height: 31px;  background-image: url(../img/tba-edges-active.gif); background-repeat: no-repeat; background-position: left top; }
ul.tabs li.active .edge-right { position: relative; float: left; display: block; width: 9px; height: 31px; background-image: url(../img/tba-edges-active.gif); background-repeat: no-repeat; background-position: right top;}
ul.tabs li.active .txt { position: relative; float: left; border-top-width: 1px; border-top-style: solid; border-top-color: #dfdfdf; padding-left: 8px; padding-right: 8px;}
ul.tabs li.active a { display: block; height: 31px; line-height: 31px; color: #000; }
ul.tabs li a { display: block; text-decoration: none; color: #a7a9ac; font-size: 14px;}
ul.tabs li a .bold { font-weight: bold;}

#tabcontent { position: relative; float: left; width: 100%; font-family: Arial, Helvetica, sans-serif; font-size: 11px;}
#tabcontent .col1 { position: relative; float: left; margin-right: 30px; margin-left: 100px; margin-top: 20px; }
#tabcontent .col2 { position: relative; float: left; margin-right: 30px; margin-top: 20px;}

/* FORMULAR INPUT */
#tabcontent label { font-weight: normal; font-size: 11px; color: #000;}
#tabcontent input { font-size: 11px; border: 1px solid #bababa; border-radius: 1px; padding-top: 6px; padding-right: 4px; padding-bottom: 6px; padding-left: 4px; width: 160px; background-color: transparent; background-image: url(../img/input-bg.gif); background-repeat: repeat-x; }
#tabcontent select { font-size: 11px;  border: 1px solid #bababa; border-radius: 1px; padding: 5px; width: 170px; background-color: transparent; background-image: url(../img/input-bg.gif); background-repeat: repeat-x; }
#tabcontent .button { background-image: url(../img/button-bg.gif); background-repeat: repeat-x; color: #fff; text-shadow: none; font-family: 'liberation_sansregular'; letter-spacing: 1px; font-weight: bold; border: none; }

/* BUTTONS */
#button-1 { margin-top: 18px;}
#button-2 { margin-top: 18px;}

/* INFO BOX */
.info-box { position: relative; float: left; display: inline-block; background-color: #f3f3f3; width: 300px; text-align: center; }
.info-box h3 { font-weight: bold; font-family: 'liberation_sansregular'; text-transform: uppercase; font-size: 18px; color: #9eb238; padding-top: 15px; padding-bottom: 10px; }
.info-box .hotline-image {}
.info-box p { color: #9eb238; font-weight: bold; font-size: 12px; line-height: normal; }



/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {

		body { background-image: none;}
	}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
  
      
    #tabcontent { position: relative; float: left; width: 100%; font-family: Arial, Helvetica, sans-serif; font-size: 11px;}
		#tabcontent .col1 { position: relative; float: left; margin-right: 30px; margin-left: 15px; margin-top: 20px; }
		#tabcontent .col2 { position: relative; float: left; margin-right: 30px; margin-top: 20px;}
    
    .info-box { position: relative; float: left; display: inline-block; width: 180px; margin-top: 20px; background-color: #f3f3f3; text-align: center; padding-left: 20px; padding-right: 20px; }
		.info-box h3 { font-weight: bold; font-family: 'liberation_sansregular'; text-transform: uppercase; font-size: 18px; color: #9eb238; padding-top: 15px; padding-bottom: 10px; }
		.info-box .hotline-image { }
    .info-box .hotline-image img { width: 100%; height: auto; }
		.info-box p { color: #9eb238; font-weight: bold; font-size: 12px; line-height: normal; }
    
    
  }

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
		#logo img {width: 50%; height: auto;}
		#header {height:180px;}
		nav {display:none;}
    
    #tabcontent .col1 {}
    #tabcontent .col2 {}
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
    
    #logo img { width: 70%; height: auto;}
  
  	#mainnav { height: auto; background-color: #000; background-image: none;}
    #mainnav ul { margin: 0; padding-bottom: 10px; }
    #mainnav ul li { display: inline-block; margin-bottom: 5px; margin-top: 5px;}
    
    #tabcontent { margin-top: 0px; } 
    #tabcontent .col1 { position: relative; float: left; display: inline-block; width: 80%; padding-left: 125px; margin-left: 0px; margin-right: 0px;}
    #tabcontent .col2 { position: relative; float: left; display: inline-block; width: 80%; padding-left: 125px; margin-left: 0px; margin-right: 0px; margin-top: 0px; }
    #tabcontent .button { margin-left: 15px; margin-top: 10px; margin-bottom: 30px;} 
    
    .info-box { position: relative; float: left; margin-left: 60px; display: inline-block; background-color: #f3f3f3; width: 300px; text-align: center; }
    
   }

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
  
  	#logo img { width: 80%; height: auto;}
  
  	#mainnav { height: auto; background-color: #000; background-image: none;}
    #mainnav ul { margin: 0; padding-bottom: 10px; }
    #mainnav ul li { display: inline-block; margin-bottom: 5px; margin-top: 5px;}
    
    ul.tabs li { width: 100%;}
    ul.tabs li a{ width: 100%;}
		ul.tabs li { position: relative; float: left; display: inline-block; margin-right: 1px; margin-bottom: 0px; padding: 0; background-color: #f8f8f8;  }
		ul.tabs li a { position: relative; float: left; width: 100%; display: block; height: 40px; line-height: 40px; padding-top: 1px; color: #a7a9ac; }
		ul.tabs li .txt { position: relative; float: left; width: 100%; text-align: center; border-top-width: 1px; border-top-style: solid; border-top-color: #dfdfdf; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #dfdfdf; }
    
    ul.tabs li.active .edge-left { display: none; background-image: none;  }
		ul.tabs li.active .edge-right { display: none; background-image: none; }
    ul.tabs li.active a { display: block; height: 40px; line-height: 40px; color: #000; }
    
    #tabcontent { margin-top: 0px; } 
    #tabcontent .col1 { position: relative; float: left; display: inline-block; width: 80%; padding-left: 65px; margin-left: 0px; margin-right: 0px; margin-top: 0px;}
    #tabcontent .col2 { position: relative; float: left; display: inline-block; width: 80%; padding-left: 65px; margin-left: 0px; margin-right: 0px; margin-top: 0px; }
    #tabcontent .button { margin-left: 20px; margin-top: 10px; margin-bottom: 30px;}
  }


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/