/**
 * 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 {
	font-family: Arial, Verdana, Helvetica;
	font-size: 93%;
	height: 100%;
}

p {
	font-size: 93%;
	margin: 0;
	padding: 0;
	color: #ffe8a6;
}

a {
	text-decoration: none;
}

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

body.bg {
	background: url(../images/bg.jpg) repeat-x top center #12191e;
}

div#page {
	position: relative;
	margin: auto;
	width: 990px;
	min-height: 100%;
	_height: 100%; /* for iE6 */
	font-size: 100%;
	background: url(../images/bg_page.gif) no-repeat left 0;	
}

div#top {
	height: 198px;
	width: 990px;
}

div#top div#logo {
	width: 224px;
	height: 198px;
	float: left;
}

div#top div#language {
	padding-left: 40px;
	padding-top: 90px;
	width: 60px;
	height: 108px;
	float: left;
}

div#top div#banner {
	width: 578px;
	height: 198px;
	float: left;
}

div#top div#print {
	padding-top: 0px;
	width: 80px;
	height: 18px;
	float: left;
}

div#top div#print img {
	float: left;
}

div#top div#print a#print {
	color: #005e34;
	float: left;
	font-size: 77%;
	display: block;
	color: #004c2f;
	padding-left: 5px;
}

div#bottom {
	margin-top: 10px;
	padding: 0;
	width: 990px;
	background: url(../images/bottom_back.gif) repeat-y 0 0;
}

div#bottom div#navigation {
	margin: 0;
	padding: 0;
	width: 224px;
	min-height: 400px;
	_height: 400px;
	float: left;
	padding-bottom: 80px;
}

div#bottom div#content {
	font-family: Arial, Verdana, Helvetica;
	font-size: 100%;
	color: #ffe8a6;
	margin: 10px 0 0 32px;
	padding: 0;
	width: 726px;
	padding-bottom: 80px;
	float: left;
	background-color: #12191e;
}

div#bottom div#content div.infobox {
	background: url(../images/infobox.gif) repeat-x 0 0;
	min-height: 19px;
	padding: 6px 11px;
}


div#bottom div#content div.infobox h1 {
	margin: 0;
	font-size: 108%;
	color: #f0b300;
}

div#footer {
	position: absolute;
	bottom: 15px;
	left: 265px;
	width: 708px;
}

div#footer span#footerleft {
	float: left;
}

div#footer span#footerright {
	float: right;
}

div#footer p {
	font-size: 77%;
	color: #898162;
}

div#footer p a {
	color: #898162;
	text-decoration: none;
}

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

body.cms_editpage div#footer {
	visibility: hidden;
}

body.cms_editpage div#content {
	background-color: #12191e;
}
.news_images img{
width: 250px;
}
.pre_text{
float: left;
margin-right: 10px; 
}
.pre_text img{
border: 0px;
}
.socialiconsextra {
    float: right;
    height: 16px;
    margin-top: 20px;
    width: 70px;
}

a.facebook, a.twitter, a.linkedin {
    display: block;
    float: left;
    height: 16px;
    margin-right: 4px;
    width: 16px;
}
a.facebook {
    background: url("/_local/templates/standard/images/socialicons.gif") no-repeat scroll 0 0 transparent;
}
a.twitter {
    background: url("/_local/templates/standard/images/socialicons.gif") no-repeat scroll -20px 0 transparent;
}
