/**
 * Brunner AG - Druck und Medien, Kriens
 * @copyright      Copyright 2009, Brunner Web, all rights reserved
 * @link           http://www.bag.ch/web
 */
 
@import url('fonts.css');

html, body {
	height: 100%;
}

p {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
}

body.bg {
	background: url(/__/frontend/handler/image.php?id=105) left top;
}

div#page {
	position: relative;
	min-height: 100%;
	min-width: 990px;
  	height: 100% !important;	
	margin: auto;
	padding: 0;
	background: url(../../../images/bottom.png) no-repeat center 750px;
}

* html div#page {
	height: 100%;
}	

div#page div#top {
	width: 100%;
	height: 89px;
	background: url(../../../images/top.gif) center top;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

div#top div#header {
	width: 990px;
	margin: auto;
}

div#top div#header div#navigation {
	height: 60px;
	margin-top: 24px;
	width: 615px;
	padding-left: 35px;
	float: left;
}

div#top div#header div#logo {
	width: 180px;
	padding-left: 123px;
	padding-top: 18px;
	height: 50px;
	float: left;
	z-index: 20;
}

div#main {
	position: relative;  /* needed */	
	width: 990px;
	height: 750px; /* needed */	
	min-height: 750px; /* needed */	
	margin: auto;
	background: url('../../../images/bg_box.png') center top !important;
}

div#main div#innermain {
	width: 930px;
	margin: auto;
	padding: 0 20px;
	height: auto;
}

div#main div#innermain div#content {
	width: 925px;
	padding-top: 112px;
	float: left;
	padding-left: 4px;
}

div.clear {
	clear: left;
	font-size: 0px;
	line-height: 1px;
	height: 1px;	
}

div#page div#bottom {
	width: 100%;
	height: 100px;
	background: url(../../../images/bottom100.png) no-repeat center top;
	float: left;	
}

div#bottom div#footer {
	width: 920px;
	margin: auto;
    color: black;	
    text-transform: uppercase;
	height: 80px;  
	font-size: 71%;	
	padding: 5px 40px 0 35px;
	white-space: nowrap;
}

div#bottom div#footer a {
	color: black;
}

div#bottom div#footer a.cms {
	color: #c8c8c8;
}

div#bottom div#footer span.left {
	float: left;
	text-transform: lowercase !important;
}

div#bottom div#footer span.right {
	float: right;
	padding-top: 7px;
}