/*************************************************************/
/*   Design:   EBNAT.CH			      				 	 	 */
/*   File:     screen.css					                 */
/*-----------------------------------------------------------*/
/*   Autor:    Reto Bühler, www.nuun.ch 		             */
/*   Datum:    April 2015						             */
/*   Site:     wwww.ebnat.ch	    			   		     */
/*************************************************************/
/*   Colors:  Color: # (CONTENT)				 			 */
/*			  Color: # (NAV / CONTENTLINKS INAKTIV)			 */
/*			  Color: # (CONTENTLINKS AKTIV)		 			 */
/*			  Color: # (NAV AKTIV)							 */
/*************************************************************/
body {
background-color: transparent;
color:#000000;
}

#wrapper {max-width:auto; width:100%; min-height:100%; margin:0 auto; padding:0; position:relative; font-size:10pt; line-height:13pt;}
#header_print {display:block; width:100%; height:auto;}
#header_print img {width:100%; height:auto;}
.mod_navigation {display:none;}

#header {width:100%; position:absolute; z-index:1000;}
#header .inside {max-width:auto; width:100% height:auto; margin:0; position:relative; background:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-khtml-box-shadow:none; /* Konqueror */
	}
#header .content {display:none;}


body.home #main {float:left; padding:5px 0 30px 0; width:100%;}
body #container .mod_nav_breadcrumb {display:none;}


#container {max-width:1400px; position:relative; top:0; min-height:auto; padding:100px 0 0 0; margin:0 auto; z-index:800; clear:both;}
* html #container {height:auto;}

#right {position:relative; display:block; float:right; width:28.80859375%; padding-top:60px; padding-left:2.9296875%; padding-bottom:0;}
body.default_2_cols #main {position:relative; top:0; margin:0; display:block; width:100%; float:left; padding-bottom:0;}
body.default_3_cols #main {position:relative; top:0; margin:0; display:block; width:68.26171875%; float:left; padding-bottom:0;}

#container .ce_text ul {display:block; list-style-type:disc; list-style:disc; margin:0 0 8px 0; padding:0 0 0 0;}
#container .ce_text ul li {padding:0 0 0 0; margin:0 0 0 18px; display:list-item; background:none;}

.mod_headerimages {display:none;}

.ce_download, .ce_downloads {display:none;}
#footer {display:none;}




@font-face {
    font-family: 'robotoregular';
    src: url('roboto-regular-webfont.woff2') format('woff2'),
         url('roboto-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'robotolight';
    src: url('roboto-light-webfont.woff2') format('woff2'),
         url('roboto-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'robotoitalic';
    src: url('roboto-italic-webfont.woff2') format('woff2'),
         url('roboto-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'robotomedium';
    src: url('roboto-medium-webfont.woff2') format('woff2'),
         url('roboto-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'robotobold';
    src: url('roboto-bold-webfont.woff2') format('woff2'),
         url('roboto-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}