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

a {
	text-decoration: none;
}

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

body.bg {
	background: url(../images/bg.gif) no-repeat top center;	
	background-color: #e4e5e6;		
}

div#page div#sms_spende {
	top: 250px;
	left: -60px;
	position: absolute;
	background-color: transparent !important;
	margin: auto;
	width: 300px;
	height: 370px;
	z-index: 1000;
	display: none;
}

div#top {
	position: relative;
	background-color: red;
	margin: auto;
	width: 1020px;
	height: 41px;
	padding-top: 11px;
	background: url(../images/bg_top.jpg) no-repeat top left;
}

div#borderoverlay {
	background-color: white;
	position: absolute;
	left: 495px;
	top: 203px;
	width: 10px;
	height: 21px;
	z-index: 2;
}

div#top div#topright {
	float: right;
}

div#top div#topright div#language {
	float: right;
	margin-right: 5px;
	padding-top: 3px;	
}

div#top div#topright div#quicklinks {
	float: right;
	margin-right: 13px;	
	padding-top: 3px;
}

div#top div#topright div#search {
	width: 172px;
	height: 24px;
	float: left;
	color: black;
	font-size: 85%;
	float: right;
}

div#top div#topright div#search img {
	border: 0;
	float: left;
	margin-top: 1px;	
}

div#top div#topright div#search input.search {
	width: 130px;
	height: 12px;
	border: 1px solid white;
	background-color: white;
	color: black;
	font-size: 100%;
	padding: 2px;
	line-height: 123.1%;
	float: left;
	margin-top: 1px;
}

div#page {
	position: relative;
	background-color: white;
	margin: auto;
	width: 1020px;
	padding: 0 0;
	min-height: 632px;
	_height: 632px; /* for iE6 */
	background: url(../images/bg_page.jpg) repeat-y top left;
}

div#page div#logo {
	position: absolute;
	left: 15px;
	top: -10px;
	width: 256px;
	height: 162px;
}

div#page div#spenden {
	height: 53px;
	margin-left: 171px;
	width: 729px;
	text-align: right;
	padding-right: 105px;
	padding-top: 58px;
	background: url(../images/zewo.gif) repeat-y top right;
	font-size: 107%;	
	line-height: 114%;	
}

div#page div#spenden a {
	color: white;
}

div#page div#navigation {
	height: 34px;
	overflow: hidden;
	width: 733px;
	padding-top: 7px;
	padding-left: 287px;
	background: url(../images/navi.gif) repeat-y top right;
	
}

div#bottom div#subnavigation {
	width: 203px;
	padding-left: 30px;	
	margin-left: 15px;
	_margin-left: 7px;
	float: left;
	min-height: 1px;
	margin-top: 63px;
	_height: 1px; /* for iE6 */	
}

div#bottom div#content {
	width: 720px; /* before 722px  */
	padding: 0 20px 10px 10px;
	float: left;
}

div#footer {
	position: relative;
	background-color: red;
	margin: auto;
	width: 1020px;
	height: 44px;
	padding-top: 25px;
	background: url(../images/bg_footer.jpg) no-repeat top left;
	font-size: 93%;
}

div#footer span.left {
	float: left;
	padding-left: 15px;
}

div#footer span.left a {
	color: black;
}

div#footer span.right {
	float: right;
	padding-right: 15px;
}

div#footer span.right a {
	color: #9fa0a1;
}

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

.cmsFormsButtonTriggerFull {
	margin-right: 10px;
}

