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

body.bg {
	background: url(../images/bg.jpg) repeat-x top left;
	background-color: #666666;	
}

p {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

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

div#logo {
    width: 300px;
    height: 42px;
   	float: left;
}

div#quicklinks {
    width: 640px;
    height: 13px;
    padding-top: 29px;
    padding-right: 50px;
   	float: left;
}

div#top {
    width: 920px;
    padding: 25px 35px 0px 35px;
    height: 205px;
   	background: url(../images/bg_top.jpg) repeat-x top left; 
}

/* for iE6 */
* html div#top {
    padding: 24px 35px 0px 35px;
}

div#top div#banner {
   	width: 920px;
   	height: 178px;
   	background-color: white;
}

div#top div#navigation {
   	height: 26px;
   	background: url(../images/bg_navi.gif) repeat-x top left;   
   	border-top: 1px solid #808080; 	
}

div#bottom {
    width: 990px;
   	background: url(../images/bg_page.jpg) no-repeat top left; 
   	min-height: 400px;
}

/* for iE6 */
* html div#bottom {
   	height: 400px;
}

div#bottom div#bottomleft {
    float: left;
}

div#bottom div#subnavigation {
    width: 185px;
    padding-left: 55px;
    margin-right: 10px;
    margin-top: 83px;
}

div#bottom div#address {
    width: 185px;
    float: left;
    padding-left: 55px;
    margin-right: 20px;
    margin-top: 4px;
    float: left;
    position: absolute;
    bottom: 96px;
}

div#bottom div#address p,
div#bottom div#address a {
    color: #b4b4b4;
	font-size: 85%;
	line-height: 144%;		
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

div#bottom div#address a {
   text-decoration: underline;
}

div#bottom div#content {
    width: 670px;
    padding-top: 25px;
    padding-right: 20px;
    padding-bottom: 22px;
    float: left;
}

div#footer {
    width: 890px;
   	background: url(../images/bg_footer.jpg) no-repeat top left; 
   	color: white;
   	padding: 40px 50px 40px 50px;
   	height: 10px;
}

div#footer a {
   color: white;
   font-size: 93%;
}

div#footer div#footerleft {
    float: left;
}

div#footer div#footerright {
    float: right;
}

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