/**
 * 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: Arial, Verdana, Helvetica, sans-serif;
}

body.bg {
	background: url(../images/bg.gif) repeat top left;	
}

div#page {
	position: relative;
	width: 100%;
	min-width: 970px;
	min-height: 100%;
	_height: 100%;   /* for iE6 */
}

div#innerpage {
	position: absolute;
	width: 100%;
	min-width: 970px;
	min-height: 100%;
	_height: 100%;   /* for iE6 */
	background: url(../images/bg_innerpage.png) repeat-x center top;	
	_background: none;	
}

div#innerpage div#center {
	position: relative;
	margin: auto;
	width: 970px;
	background-color: white;
	margin-top: 40px;
	min-height: 650px;
	_height: 650px;   /* for iE6 */
}

div#innerpage div#center div#banner {
	width: 970px;
	height: 205px;
}

body.cms_editpage div#innerpage div#center div#banner_overlay {
	display: none;
}


div#innerpage div#center div#quicklinks {
	width: 525px;
	height: 50px;
	position: absolute;
	left: 440px;
	top: 10px;
	z-index: 21;
	padding-right: 5px;
}

div#innerpage div#center div#navigation {
	width: 730px;
	height: 50px;
	position: absolute;
	left: 240px;
	top: 132px;
	z-index: 20;
}

div#innerpage div#center div#banner_overlay {
	width: 970px;
	height: 205px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background: url(../images/banner_overlay.png) no-repeat center top;	
}

div#innerpage div#center div#left {
	width: 230px;
	float: left;
}

div#innerpage div#center div#left div#logo {
	float: left;
	height: 68px;
	width: 230px;
}

div#innerpage div#center div#left div#subnavigation {
	margin-top: 50px;
	width: 194px;
	padding: 0 18px;
	float: left;
}

div#innerpage div#center div#content {
	width: 722px;
	padding: 3px 10px 40px 8px;
	float: left;
}

div#innerpage div#footer {
	margin: auto;
	width: 950px;
	background-color: #243f7e;
	height: 21px;
	font-size: 85%;
	padding: 7px 10px 0 10px;
	margin-bottom: 30px;
}

div#innerpage div#footer span#footerleft {
	float: left;
	color: white;
}

div#innerpage div#footer span#footerleft a {
	color: white;
}

div#innerpage div#footer span.right {
	float: right;
}

div#innerpage div#footer span.right a {
	color: white;
}

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

body.cms_editpage div#footer {
	visibility: hidden;
}
