
/**
 * 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.gif) repeat-x top center;
}

div#shadow {
	position: absolute;
	left: 0;
	top: 30px;
	z-index: 0;
	width: 100%;
	min-height: 680px;
	_height: 680px; /* for iE6 */
	background: url(/_local/templates/images/shadow.png) no-repeat center top;
	overflow: hidden;
}

div#page {
	position: relative;
	margin: auto;
	width: 990px;
	min-height: 100%;
	_height: 100%; /* for iE6 */
	background: url(../images/bg_maxwidth2.gif) repeat-y center top;
}

div#top {
	background: url(../images/bg_top.gif) no-repeat right top;
	height: 30px;
}

div#top div#quicklinks {
	padding-left: 212px;
	padding-top: 7px;
}

div#logo {
	position: relative;
	width: 189px;
	height: 160px;
	border-left: 1px solid white;
	border-right: 1px solid white;
	float: left;
}

div#logotext {
	position: absolute;
	z-index: 10;
	top: 88px;
	left: 13px;
	text-align: right;
	font-size: 85%;
	line-height: 138.5%;
}

div#banner {
	background-color: #8cdfc7;
	float: left;
	width: 606px;
	height: 159px;
	margin-right: 1px;
	border-top: 1px solid white;	
}

div#address {
	background-color: #8cdfc7;
	float: left;
	width: 176px;
	height: 108px;
	border-top: 1px solid white;
	font-size: 85%;
	line-height: 138.5%;
	padding-top: 51px;
	padding-left: 15px;
}

div#address a {
	color: black;
}

div#address h3 {
	color: white;
	font-weight: bold;
	font-size: 131%;
	line-height: 123.1%;
	margin: 0;
	padding: 0;
	margin-bottom: 4px;
}

div#navigation {
	width: 190px;
	min-height: 1px;
	_height: 1px; /* for iE6 */
	float: left;
	padding-top: 31px;
}

div#content {
	width: 777px;
	padding: 15px 5px 30px 13px;
	min-height: 550px;
	_height: 550px; /* for iE6 */
	float: left;
}

div#footer {
	position: absolute;
	left: 213px;
	bottom: 0;
	width: 752px;
	height: 20px;
	font-size: 85%;
	color: #c8c8c8;
}

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

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

div#footer span.right a {
	color: #c8c8c8;	
}

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

