/**
 * Brunner AG - Druck und Medien, Kriens
 * @copyright      Copyright 2010, Brunner Web, all rights reserved
 * @link           http://www.bag.ch/web
 */

@import url('fonts.css');

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	background: url('../../../images/bg.png') repeat-x center 100px #000;
}

p {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

div#page {
	position: relative;
    margin: auto;
    width: 990px;
    height: 789px;    
  	background: url('../../../images/bg_content.gif') no-repeat center 150px; 	
}

div#top {
	width: 970px;
	height: 67px;
	padding: 83px 15px 0 5px;
	float: left;
	overflow: hidden;
}

div#top div#navigation {
    width: 660px;
    height: 47px;
    padding: 20px 0 0 4px;
	float: left;
}

div#top div#logo {
    width: 240px;
    height: 67px;
	float: right;
}

div#main {
	width: 970px;
	height: auto;
	padding: 0px 15px 0 5px;	
	float: left;
	min-height: 592px;
}

div#main div#content {
	width: 960px;
	padding: 25px 0 0 6px;
	overflow-y: auto;	
}

body.cms_editpage div#content {
	overflow-y: visible;
}

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

div#footer {
	width: 970px;
	height: 38px;
	padding: 0 15px 0 5px;
	float: left;
}

div#footer div#mobimo {
	width: 250px;
	height: 38px;
	float: left;
}

div#footer div#blickwinkel {
	width: 68px;
	height: 38px;
	float: right;
}

.printonly {
	display: none;
}
