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

#content div.box {
	background: url('../../../images/bg_box.png') left top no-repeat;	
	position: absolute;
	top: 198px;
	left: -30px;
	height: 315px;
	overflow: hidden;
	width: 250px;
}

#content div.box2 {
	background: url('../../../images/bg_box_2.png') left top no-repeat;	
	position: absolute;
	top: 198px;
	left: -30px;
	height: 315px;
	overflow: hidden;
	width: 250px;
}

body.cms_editpage #content div.box {
	position: static;
}

body.cms_editpage #content div.box2 {
	position: static;
}


#content div.box h1 {
	font-size: 153.9%;
	color: white;
}

#content div.box2 h1 {
	font-size: 153.9%;
	color: white;
}

#content p, #content li, #content td p {
	font-size: 85%;
	color: #000;
	margin: 0;
	line-height: 144%;	
}

#content p.legend,
#content span.legend {
	font-size: 77%;	
}

#content a {
	color: #786854;
	text-decoration: underline;
}

#content h1 {
	margin: 0;
	padding: 0;
	font-size: 107%;
	line-height: 144%;
	font-weight: bold;
	color: black;
}

#content ul,
#content li {
	margin: 0;
	padding: 0;
}

#content ul {
	padding-left: 18px;
}

#content hr {
	border: 0px; /* Für Firefox und Opera */
	border-top: solid 1px black;
	border-bottom: transparent;
	background: none transparent;
	height: 0px;
}

#content table.distanzen {
	margin: 0;
	padding: 0;
}

#content table.distanzen td {
	border-bottom: 1px solid #d9dadc;
	padding: 2px 0;
}

#content table.distanzen td.gray {
	background-color: #ededed;
	padding-right: 10px;
	padding-left: 10px;
}

