/**
 * 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;
}

body.bg {
	background: url(../images/bg.jpg) no-repeat center top;
	background-color: #bbc3c9	
}

div#page {
	position: relative;
	margin: auto;
	width: 990px;
}

div#logo {
	position: absolute;
	z-index: 80;
	left: 0;
	top: 138px;
	width: 980px;
	height: 100px;
	background: url(../images/logo.png) no-repeat left top;
	_background: url(../images/logo.gif) no-repeat left top; /* for iE6 */
}

div#quicklinks {
	position: absolute;
	z-index: 82;
	left: 0;
	top: 0px;
	width: 980px;
	height: 32px;
}

div#banner {
	width: 976px;
	height: 172px;
	margin-left: 4px;
	margin-bottom: 10px;
}

div#bottom {
	background: url(../images/bg_bottom.gif) repeat-y left bottom;	
}

div#navigation {
	width: 215px;
	min-height: 505px;
	_height: 505px; /* for iE */
	background: url(../images/bg_navigation.jpg) no-repeat center bottom;
	background-color: white;
	margin-right: 4px;
	float: left;
	padding: 40px 0 35px 23px;
}

div#right {
	width: 738px;
	float: left;
	min-height: 580px;
	background: url(../images/bg_content.jpg) no-repeat center top;	
	background-color: white;	
	_height: 580px; /* for iE */

}

div#right div#picto_navi {
	padding-top: 12px;
	float: right;
	position: relative;
	z-index: 100;
}

div#right div#content {
	width: 655px;
	min-height: 400px;
	padding: 15px 30px 50px 45px;
}

div#cms {
	float: right;
	padding-top: 10px;
	padding-right: 10px;
	font-size: 85%;
	margin-bottom: 50px;
}

div#cms a {
	color: white;
}

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

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