/**
 * 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%;
}

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-color: white;
}

p {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

div#page {
	position: relative;
    margin: auto;
    width: 986px;
    min-height: 100%;    
	background-color: #141d15;
}

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

div#top {
	width: 986px;
	height: 165px;
	background-image: url(../images/bg_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;    
}

div#logo {
	position: absolute;
	top: 165px;
	left: 0;
	width: 986px;
	height: 65px;	
}

div#sprachwahl {
	position: absolute;
	top: 185px;
	left: 780px;
	width: 200px;
	height: 25px;	
	z-index: 10;
}

div#images {
	width: 986px;
	height: 197px;  
	padding-top: 46px;
	border-bottom: 1px solid white;
}

div#images div#image1 {
	width: 245px;
	height: 197px;
	float: left;  
	border-right: 1px solid white;
}

div#images div#image2 {
	width: 246px;
	height: 197px;  
	float: left;  	
	border-right: 1px solid white;	
}

div#images div#image3 {
	width: 245px;
	height: 197px;  
	float: left;  	
	border-right: 1px solid white;	
}

div#images div#image4 {
	width: 247px;
	height: 197px;  
	float: left;  	
}

div#bottom {
	width: 986px;
	min-height: 320px;
	background-image: url(../images/bg_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left top;    
}

/* for iE6 */
* html div#bottom {
	height: 320px; 
}

div#content {
	padding-top: 7px;
}

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