/**
 * Brunner AG - Druck und Medien, Kriens
 * @copyright      Copyright 2009, Brunner Web
 * @link           http://www.bag.ch/web
 */
 
#content p, #content li, #content td p {
	font-size: 93%;
	line-height: 144%;	
}

#content p.legend, #content span.legend {
	font-size: 85%;
	line-height: 131%;		
}

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

#content a:hover {
	color: #42b191;
}

#content h1,
#content h2,
#content h3 {
	margin: 0;
	padding: 0;
}

#content h1 a,
#content h2 a,
#content h3 a {
	color: #325047;
	text-decoration: underline;
}

#content h1 {	
	font-size: 174%;
	line-height: 131%;
	color: #325047;
	font-weight: normal;
	padding-bottom: 5px;
	font-family: Verdana, Helvetica, sans-serif;
}

#content h2 {	
	font-size: 144%;
	line-height: 131%;
	color: #325047;
	padding-bottom: 5px;	
	font-weight: normal;
	font-family: Verdana, Helvetica, sans-serif;
}

#content h3 {	
	color: white;
	font-weight: bold;
	font-size: 107%;
	line-height: 144%;
	margin: 0;
	padding: 0;
	font-family: Verdana, Helvetica, sans-serif;	
}

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

#content ol {
	padding-left: 20px;
}

#content ol li {
	background: none;
	padding: 0;
	margin: 0 0 3px 0;
	list-style: decimal;
}

#content ul li {
	background: none;
	padding: 0;
	padding-left: 12px;
	margin: 0 0 3px 0;
	list-style: none;
	background: url(../images/list_navi.gif) no-repeat 0px 6px;	
}

#content hr {
	background-color: #c5e7d1; /* Farbe für Opera und Firefox */ 
	color: #c5e7d1; /* Farbe für Internet Explorer (IE) */
	border: 0; 
	height: 1px; 	
}

#content blockquote {
	padding: 15px;
	font-size: 85%;
	color: #000000;	
	line-height: 138%;
	margin: 0;
	background-color: #cccccc;	
}

#content blockquote p {
	color: #000000;
}

/* ////////// BOXES ////////// */


#content div.yellowboxtop {
	background: url(../../images/box_yellow_top.gif) no-repeat 0 0;
	background-color: #C9C362;
	border-bottom: 1px solid white;
}

#content div.yellowboxbottom {
	background: url(../../images/box_yellow_bottom.gif) no-repeat bottom center;
	background-color: #E9E7C0;	
	border-bottom: 1px solid white;
	font-size: 93%;		
}

#content div.yellowboxbottom a:hover {
	color: white;
}

#content div.redboxtop {
	background: url(../../images/box_red_top.gif) no-repeat 0 0;
	background-color: #8B3434;	
	border-bottom: 1px solid white;
}

#content div.redboxbottom {
	background: url(../../images/box_red_bottom.gif) no-repeat bottom center;
	background-color: #D1AEAE;	
	border-bottom: 1px solid white;
	font-size: 93%;		
}

#content div.redboxbottom a:hover {
	color: white;
}

#content div.greenboxtop {
	background: url(../../images/box_green_top.gif) no-repeat 0 0;
	background-color: #325047;
	border-bottom: 1px solid white;
}

#content div.greenboxbottom {
	background: url(../../images/box_green_bottom.gif) no-repeat bottom center;
	background-color: #c5e7d1;	
	border-bottom: 1px solid white;
	font-size: 93%;		
}

#content div.greenboxbottom a:hover {
	color: white;
}

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

#content table td {
	padding: 2px 0;
}

#content table.special td {
	padding: 5px 0;
	border-bottom: 1px solid #c5e7d1;	
}

#content table.special {
	border-top: 1px solid #c5e7d1;	
}

