/**
 * Brunner AG - Druck und Medien, Kriens
 * @copyright      Copyright 2009, Brunner Web, all rights reserved
 * @link           http://www.bag.ch/web
 */

@import url(fonts.css);

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

body.bg {
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
}

p {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

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

div#diashow {
	position: absolute;
	background-color: #555555;
	width: 558px;
	height: 196px;
	top: 264px;	
	left: 225px;
}

body.cms_editpage div#diashow {
	top: 0px;	
}

div#content {
	float: left;
	width: 700px;
	margin-top: 206px;
}

div#navigation {
	float: left;
	width: 200px;
	text-align: right;
	margin-top: 282px;	
	margin-right: 55px;
}

div#footer {
	width: 100%;
	padding: 0; 
	height: 40px;
	position: absolute;
	left: 0;
	bottom: 0;
}

div#footer span.left {
	line-height: 138.5%;
	font-size: 85%;
	color: #555555;
	display: block;
	float: left;
	width: 600px;
	padding: 10px 0 0 12px;
}

div#footer span.cms {
	line-height: 138.5%;
	font-size: 85%;
	color: #555555;
	display: block;
	float: left;
	text-align: right;
	width: 358px;
	padding: 10px 8px 0 12px;
}

div#footer a {
	color: #555555;
	text-decoration: none;
}

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






