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

@import url("fonts.css");

html, body {
	height: 100%;
}

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

p {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

div#page {
	position: relative;
    margin: auto;
    min-height: 100%;
    width: 990px;
    background-color: white;
    background-image: url(../images/bg.gif);
    background-repeat: repeat-y;
}

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

div#left {
    width: 202px;
    float: left;
}

div#image {
    width: 201px;
    height: 156px;
    border-bottom: 1px solid white;
}

div#navigation {
    margin-top: 85px;
    padding-right: 1px;
    padding-bottom: 150px;
}

div#right {
    width: 788px;
    float: left;
}

div#right div#head {
    background-image: url(../images/head.jpg);
    background-repeat: no-repeat;
    width: 788px;
    height: 156px;
}

div#right div#content {
    width: 670px;
    padding-left: 52px;
    padding-bottom: 60px;
}

div#clear {
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	clear: both;
}

div#footer {
	position: absolute;
	bottom: 10px;
}

div#footer div#address {
	font-size: 85%;
	padding-left: 20px;
	position: absolute;
	bottom: 0;
	left: 0;
}

/* for iE6 */
* html div#footer div#address {
	position: relative;
	bottom: 0;
	left: 0;
	float: left;
}

div#footer div.right {
	background-image: url(../images/line.gif);
	background-repeat: repeat-x;
	width: 670px;
	margin-left: 261px;
	padding-top: 4px;
	color: gray;
	font-size: 85%;
	float: left;
}

/* for iE6 */
* html div#footer div.right {
	margin-left: 90px;
	position: absolute;
	bottom: 0;
}

div#footer div#address a {
	color: black;
	text-decoration: underline;
}

div#footer div.right a {
	color: gray;
}

div#footer div span.left {
	float: left;
}

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

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