/**
 * 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: Verdana, Arial, Helvetica, sans-serif;
}

p {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

div#page {
	position: relative;
    margin: auto;
    min-height: 100%;
    width: 936px;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	background-position: top left;
}

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

div#left {
	width: 468px;
	float: left;	
	margin-right: 1px;
}

div#left div#bannerleft {
	width: 468px;
	height: 137px;
	border-bottom: 1px solid white;
}

div#left div#textleft {
	width: 338px;
	height: 20px;
	background-color: #F18E00;
	border-bottom: 1px solid white;
	font-size: 85%;
	font-weight: bold;
	padding-left: 130px;
	padding-top: 4px;
}

div#left div#logoleft {
	width: 338px;
	padding-left: 130px;
	height: 81px;
}

div#left div#logoleft img {
	border: 0;
}

div#left div#claimleft {
	width: 338px;
	padding-left: 130px;
	font-size: 85%;
	line-height: 100%;	
}

div#left div#navileft {
	padding-left: 130px;
	padding-top: 77px;
}

div#left div#navileft ul,
div#left div#navileft li {
	margin: 0;
	padding: 0;
	list-style: none;
}

div#left div#navileft li a {
	color: black;
	font-size: 85%;	
	font-weight: bold;
}

div#left div#navileft li a:hover {
	color: white;
}

div#right {
	width: 467px;
	float: left;
}

div#right div#bannerright {
	width: 467px;
	height: 137px;
	border-bottom: 1px solid white;	
}

div#right div#textright {
	width: 332px;
	padding-left: 135px;
	height: 20px;
	font-size: 85%;
	font-weight: bold;
	padding-top: 4px;	
	background-color: #653204;
	border-bottom: 1px solid white;
}

div#right div#textright p {
	color: white;
}

div#right div#logoright {
	width: 332px;
	height: 81px;
	padding-left: 135px;
}

div#right div#logoright img {
	border: 0;
}

div#right div#claimright {
	width: 332px;
	padding-left: 135px;
	color: white;
	font-size: 85%;
	line-height: 100%;
}

div#right div#naviright {
	padding-left: 135px;
	padding-top: 77px;
}

div#right div#naviright ul,
div#right div#naviright li {
	margin: 0;
	padding: 0;
	list-style: none;
}

div#right div#naviright li a {
	color: white;
	font-size: 85%;	
	font-weight: bold;
}

div#right div#naviright li a:hover {
	color: #b37b43;
}










