/**
 * Brunner AG - Druck und Medien, Kriens
 * @copyright      Copyright 2009, Brunner Web
 * @link           http://www.bag.ch/web
 */
 
@import url(fonts.css); 

#content {
	color: black;
}

#content p, #content li, #content td p {
	font-size: 93%;
	margin: 0;
	line-height: 166%;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#content a {
	color: #bf1318;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
}

#content a.white {
	color: white;
}

#content h1 {
	margin: 0;
	padding: 0;
	font-size: 167%;
	line-height: 144%;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
}

#content h2 {
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	font-size: 107%;
	line-height: 144%;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
}

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

#content li {
	background-image: url(../images/list_style.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	padding-left: 12px;
	list-style: none;
}

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

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

/* BOX */

#content div.boxtopgray {
	padding: 7px 14px;
	color: white;
	background-image: url(../images/box_top_gray.gif);
	background-repeat: no-repeat;
	background-position: top;
	font-size: 85%; 
	line-height: 131%;
}

#content div.boxmiddle {
	border-left: 1px solid #c8c8c8;
	border-right: 1px solid #c8c8c8;
	padding: 10px 14px 10px 14px;
	padding-bottom: 1px;
	font-size: 85%; 
	line-height: 131%;
}

#content div.boxmiddle p {
	width: 100%;
	overflow: hidden;
}

#content div.boxmiddle img {
	margin: 7px 0px;
}

#content div.boxbottom {
	background-image: url(../images/box_bottom.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding: 0px;
	margin: 0 0 20px 0;
	height: 10px;
	font-size: 85%;
	line-height: 131%;	 
	
}


/* LaTeX formulas */
#content p.LaTeX {
	font-size: 130%;
}
#content span.LaTeX {
	font-size: 130%;
}


