/**
 * 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;
	color: #323232;
}

a {
	text-decoration: none;
}

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, sans-serif;	
	color: #323232;	
}

body.bg {
	background: url(../images/bg_gtl.jpg) no-repeat center 0;
}

div#outer {
	width: 100%;
	min-width: 990px;
	min-height: 100%;
	background: url(../../images/bg_page_bg.png) repeat-y center 0;
}

div#page {
	position: relative;
	margin: auto;
	width: 980px;
	min-height: 100%;
	_min-height: 100%; /* for iE6 */
}

div#outertop {
	height: 177px;
	width: 100%;
	min-width: 990px;
	background: url(../../images/bg_page_top.png) no-repeat center 0;
}

div#top {
	height: 144px;
	margin: auto;
	width: 980px;	
}

div#top div#slogan {
	margin-left: 234px;
	margin-top: 53px;
	width: 400px;
	font-size: 107%;
	float: left;
}

div#top div#slogan p {
	margin-top: 4px;
}

div#top div#logos {
	float: right;
	margin-top: 19px;
	margin-right: 10px; 
}

div#top div#logos img {
	display: block;
}

div#leftteaser {
	float: left;
	min-height: 200px;
	_height: 200px;	
	margin-right: 10px;
	padding-left: 12px;
	width: 201px;	
	/*padding-top: 29px;*/
}

div#content {
	width: 736px;
	float: left;
	min-height: 200px;
	/*margin-top: 18px;*/
	margin-top: -1.4925%;
	_height: 200px;
}

div#footer {
	padding: 50px 0 20px 744px;
}

div#footer a,
div#footer p {
	font-size: 100%;
	line-height: 123.1%;
	
}

div#footer a {
	color: black;
	text-decoration: underline;
	font-style: italic;
	
}

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





