/**
 * 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;
	background-color: #dcdcdc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

div#page {
	position: relative;
	background-color: white;
	margin: auto;
	width: 990px;
}

div#logolink {
	position: absolute;
	width: 332px;
	height: 152px;
	left: 0;
	top: 29px;
	z-index: 200;
}

div#logo {
	position: absolute;
	left: 0;
	top: 29px;
	background-image: url(../../images/logo.png);
	background-position: top left;
	background-repeat: no-repeat;
	width: 711px;
	height: 194px;
	z-index: 100;
}

div#top {
	height: 252px;
	width: 990px;
}

div#top div#whitestripe {
	height: 29px;
	background-color: #dcdcdc;
}

div#top div#whitestripe div#quicklinks {
	height: 29px;
	width: 832px;
	float: left;
}

div#top div#whitestripe div#search {
	width: 158px;
	height: 24px;
	float: left;
	color: red;
	font-size: 77%;
	line-height: 100%;
	padding-top: 5px;
	text-align: right;
}

div#top div#whitestripe div#search a {
	color: white;
}

div#top div#whitestripe div#search p {
	float: left;
	margin-top: 4px;
	margin-right: 5px;
}

div#top div#whitestripe div#search img {
	border: 0;
	float: left;
	margin-top: 1px;	
}

div#top div#whitestripe div#search input.search {
	width: 130px;
	height: 12px;
	border: 1px solid #a1a5a7;
	border-right: 0;
	background-color: white;
	color: gray;
	font-size: 100%;
	line-height: 100%;		
	padding: 2px;
	padding-left: 3px;
	line-height: 123.1%;
	float: left;
	margin-top: 1px;
	font-family: Verdana;	
}

div#banner {
	height: 194px;
	width: 990px;
	background-color: white;
}

div#navigation {
	height: 29px;
	width: 990px;
	background-color: #91bde4;
}

div#subnavigation {
	width: 200px;
	padding-top: 83px;
	float: left;
}

div#content {
	width: 740px;
	padding: 15px 20px 50px 30px;
	min-height: 400px;
	_height: 400px; /* for iE6 */
	float: left;	
}

div#footer {
	height: 22px;
	padding: 7px 10px 0 10px;
	width: 970px;
	background-color: #a1a5a7;
	color: white;
	font-size: 77%;
}

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

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

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

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

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

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