/**
 * Brunner AG - Druck und Medien, Kriens
 * @copyright      Copyright 2010, Brunner Web
 * @link           http://www.bag.ch/web
 */
 
@import url('fonts.css');

html, body {
	height: 100%;
}


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

p {
	margin: 0;
	padding: 0;
}

div#page {
	width: 990px;
	position: relative;
	margin: auto;
	text-align: left;	
	border-left: 1px solid white;
	border-right: 1px solid white;
	background: url('../images/background.gif') repeat-y center #e1e1e1;
	min-height: 100%;	
  	height: auto !important;
}

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

div#main {
	float: left;
	width: 807px;
}

div#main div#header {
	float: left;
	width: 807px;
	height: 210px;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}

div#main div#header img {
	float: left;
	display: block;
	width: 807px;
	height: 182px;	
	border: 0;	
	padding: 0;
	margin: 0;
}

div#main div#header div#mainnavigation {
	width: 807px;
	height: 26px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	background-color: #3a4346;
	float: left;	
	margin: 0;
	padding: 0;
}

div#main div#subnavigation {
	float: left;
	width: 183px;
	min-height: 1px;
}

div#main div#content {
	float: left;
	width: 580px;
	min-height: 400px;
	margin-left: 25px;
	padding-top: 15px;
}

div#main div#line {
	float: left;
	width: 567px;	
	height: 1px;
	margin: 10px 0 0 214px;
	padding: 0 0 10px 0;
	border-top: 1px solid white;
	line-height: 1px;
	font-size: 0;
}

div#teaser {
	float: left;
	width: 182px;
	padding-left: 1px;
	margin-bottom: 20px;
}

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

div#footer {
	position: absolute;
	height: 12px;
	color: #999;
	font-size: 70%; 
	text-decoration: none;
	left: 14px;
	bottom: 7px;
	line-height: 100%;
	z-index: 1;
	width: 100px;
}

div#footer a {
	color: #999;
	text-decoration: none;
}

