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

@page {
	size: auto;
	margin: 2cm;
}
 
div#content p, div#content td p, div#content ul, div#content ul li {
	font-size: 100%;
}
 
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, Verdana, "Times New Roman", Times, serif;
	color: black;
	background: transparent;
}

div#content h1, div#content h2, div#content h3 {
	font-family: Arial, Helvetica, Verdana, "Times New Roman", Times, serif;
	page-break-after: avoid;
}

hr {
	border: 0;
	color: black;
	padding: 0;
	margin: 0;
	height: 1px;
	background-color: #333;
}

div#page {
	width: 92%;
}

div#page {
	margin-top: 190px;
}

div#main, 
div#content {
	width: 100%;
}

div#main div#content {
	width: 95%;
	margin-left: 5%;
}

div#head div#stabnavigation, 
div#mainnavigation,
div#subnavigation,
div#header,
div#language,
img#teaserone,
img#teasertwo,
div#sidenavigation,
div#quicklinks,
div#division,
div#footer,
div#copyright {
	display: none;	
}

div#teaser {
	position: absolute;
	right: 2cm;
	top: 1cm;
	z-index: 10;
}

div#content ul {
	margin-left: 16px;
}

div#content ul li {
	padding-left: 5px;
	list-style: square !important;
}

/* Add after a link the URL, FF/Moz & Safari only  
div#content a:link:after, a:link:visited:after {
  content: " (Link: <" attr(href) ">) ";
  font-size: 76%;
  color: #999;
  background: transparent;
}

div#content a[href^="/"]:link:after {
  content: " (Link auf <http://www.foamglas.de " attr(href) ">) ";
}
*/
