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

html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100.1%;
}

p {
	margin: 0;
	padding: 0;
	color: #323232;
}

a {
	text-decoration: none;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'Rambla', Verdana, Arial, sans-serif;
	color: #323232;	
	background: url(/_local/images/bg.gif) repeat-x 0 0;
}

div#page {
	position: relative;
	margin: auto;
	width: 100%;
	min-width: 990px;
	min-height: 100%;
	_height: 100%;
}

div.center {
	width: 990px;
	margin: auto;
	position: relative;
}

div#top {
	width: 990px;
	height: 165px;
}

div#top div#logo {
	position: absolute;
	left: 11px;
	top: 18px;
	z-index: 2px;
}

div#top div#quicklinks {
	width: 990px;
	height: 70px;
}

div#top div#navigation {
	width: 990px;
	height: 111px;
}

div#bottom {
	width: 990px;
	min-height: 150px;
	_height: 150px;
	padding-bottom: 80px;
	padding-top: 20px;
	background: url(/_local/images/banner_shadow.jpg) no-repeat center top;	
}

div#bottom div#subnavigation {
	width: 240px;
	min-height: 100px;
	padding-bottom: 60px;
	padding-top: 56px;
	_height: 100px;
	float: left;
}

div#bottom div#content {
	width: 654px;
	min-height: 100px;
	_height: 100px;
	float: left;
	padding-bottom: 60px;
	margin-left: 71px;
}

div#footer {
	width: 100%;
	min-width: 990px;
	height: 102px;
	background-color: #2957a4;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
}

div#footer p,
div#footer a {
	color: white;
	font-size: 100%;
}

div#footer div#footerleft {
	float: left;
	padding: 25px 0 0 35px;	
}

div#footer div#footerright {
	float: right;
	padding: 25px 35px 0 0;
}

div#footer div#footerright a {
	color: #6a8abf;
}

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