/**
 * 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-color: #0064be;
	background-image: url(../../images/bg.gif);
	background-repeat: repeat-x;
	background-position: top left;
}

div#page {
	position: relative;
	margin: auto;
	width: 990px;
	min-height: 100%;
	_height: 100%;
	background-image: url(../images/bg_page.gif);
	background-repeat: no-repeat;
	background-position: 0 350px;
}

div#top {
	height: 131px;
}

div#logo {
	position: absolute;
	left: 0;
	top: 15px;
}

div#top div#quicklinks {
	position: relative;
	z-index: 200;
	margin-top: 15px;
	float: left;
	padding-top: 12px;
	width: 990px;
}

div#navigation {
	position: relative;
	z-index: 100;
	width: 990px;
	min-height: 33px;
	_height: 33px; /* for iE 6 */ 
	border-bottom: 1px solid white;
	background-image: url(../../images/bg_navi.png);
	background-repeat: repeat;
	background-position: 0 0;	
}

div#banner {
	width: 990px;
	height: 260px;
	background-color: #0064be;
	border-bottom: 1px solid white;
}

div#subnavigation {
	padding: 15px 20px 20px 20px;
	width: 155px;
	float: left;
}

div#content {
	position: relative;
	top: -77px;
	min-height: 80px;
	_height: 80px; /* for iE6 */
	background-color: #0064be;
	border-top: 1px solid white;
	padding: 17px 25px 0px 28px;
	width: 547px;
	float: left;
}

div#newsteaser {
	padding: 15px 20px 20px 20px;
	width: 155px;
	float: left;
}

div#footer {
	position: absolute;
	bottom: 0;
	width: 530px;
	height: 20px;
	border-top: 1px solid #3986cd;
	margin-left: 230px;
	padding-top: 5px;
	color: #5597d1;
	font-size: 85%;
}

div#footer a {
	color: #5597d1;
}

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

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

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

div#search {
	position: absolute;
	left: 790px;
	top: 40px;
	width: 250px;
	height: 24px;
	float: left;
	color: white;
	font-size: 85%;
	padding-top: 60px;
	text-align: right;
}

 div#search a {
	color: white;
}

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

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

div#search input.search {
	width: 173px;
	height: 12px;
	border: 1px solid #a7b9ca;
	border-right: 0;
	background-color: white;
	color: #a7b9ca;
	font-size: 92%;
	padding: 2px;
	line-height: 123.1%;
	float: left;
	margin-top: 1px;
}

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