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

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

body.bg {
    background-image: url(../images/bg.jpg);
    background-repeat: repeat-x;
}

p {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

div#page {
	position: relative;
    margin: auto;
    width: 980px;
    background-color: white;
    min-height: 100%;
	background-color: #f1f1f1;    
}

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

div#logo {
	position: absolute;
	left: 542px;
	top: 80px;
	width: 420px;
	height: 220px;
}

div#top {
    background-image: url(../images/bg_top.jpg);
    background-repeat: no-repeat;
    height: 298px;
    padding-top: 42px;
}

div#top div#banner {
	width: 946px;
	height: 298px;
	margin: 0 17px;
}

div#middle {
    background-image: url(../images/bg_middle.jpg);
    background-repeat: repeat-y;
    min-height: 300px;
}

/* for iE6 */
* html div#middle {
    height: 300px;
}

div#middle div#left {
   float: left;
}

div#middle div#left div#navigation {
    width: 170px;
    padding-left: 31px;
    padding-top: 6px;
}

/* for iE6 */
* html div#middle div#navigation {
    overflow: hidden;
}

div#middle div#right {
    float: left;
}

div#middle div#right div#content {
    float: left;
    width: 543px;
    margin-right: 8px;
    background-image: url(../images/bg_content.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    padding-top: 15px;
    margin-bottom: 5px;
}

div#middle div#right div#newsteaser {
    float: left;
    width: 200px;
    margin-top: 3px;
    margin-bottom: 20px;
	color: #6a6a6a;
}

div#middle div#right div#footer {
    font-size: 93%;
    padding-left: 10px;
	color: #6a6a6a;
}

div#middle div#right div#footer span.blue {
	color: #0093cf;
	font-weight: normal;
}

div#middle div#right div#footer a {
	color: #6a6a6a;
}

div#bottom {
    background-image: url(../images/bg_bottom.jpg);
    background-repeat: no-repeat;
    height: 131px;
}

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

div#cms a {
	color: #d2d2d2;
	font-size: 85%;
}

div#cms {
	padding-top: 10px;
	padding-left: 120px;
}













