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

body.bg {
	background-color: #f4f4f4;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}

p {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

div#center {
	position: relative;
    margin: auto;
    width: 990px;
	background-image: url(../images/bg_center.jpg);
	background-repeat: no-repeat; 
}

div#page {
    width: 920px;
    margin-left: 35px;
	background-image: url(../images/bg_page.jpg);
	background-repeat: repeat-y;
	min-height: 600px;
}

/* for iE6 */
* html div#page {
	height: 600px;
}

div#top {
    background-color: white;
    border-bottom: 13px solid #ffd000;
}

div#top div#logo {
    float: left;
}

div#top div#quicklinks {
    float: right;
    padding-top: 40px;
    height: 10px;
    padding-right: 25px;
}

div#address {
    height: 14px;
    background-color: black;
    border-top: 1px solid white;
    color: white;
    font-size: 85%;
    padding-left: 25px;
    line-height: 123.1%;
}

div#address span {
    display: block;
    width: 300px;
    float: left;
}

div#address span.right {
    float: right;
    text-align: right;
    padding-right: 26px;
}

div#bottom div#navigation {
	width: 237px;
	padding-top: 25px;
	padding-bottom: 25px;
	float: left;
}

div#bottom div#content {
	width: 648px;
	float: left;
	padding: 12px 15px 0px 20px;
	position: relative;
	z-index: 5;
}

div#contentbg {
	position: absolute;
	width: 683px;
	height: 683px;
	top: 83px;
	left: 272px;
	z-index: 1;
}

body.cms_editpage div#contentbg  {
	border: 1px solid red;
	left: 200px;
}

div#footer {
    width: 675px;
    height: 17px;
    margin-left: 35px;
	background-image: url(../images/bg_footer.gif);
	background-repeat: no-repeat; 
	padding-top: 60px;
	padding-left: 245px;
	margin-bottom: 20px;
}

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

/* Thickbox without border */
#TB_window img#TB_Image {
   border: 0 !important;
}












