/**
 * 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: 85%;
	color: #3c3c3c;
	margin: 0;
	line-height: 138%;	
}

#content p.medium,
#content li.medium,
#content span.medium {
	font-size: 100%;
}

#content p.gray,
#content li.gray,
#content span.gray {
	color: #828282;
}

#content p.white,
#content li.white,
#content span.white {
	color: white;
}

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

#content a.special {
	background-image: url(../images/liststyle.gif);
	background-repeat: no-repeat;
	background-position: 1px 2px;
	padding-left: 17px;	
}

#content a:hover {
	color: #ffc000;
}

#content h1 {
	margin: 0;
	padding: 0;
	font-size: 167%;
	line-height: 144%;
	font-weight: normal;
	color: #3c3c3c;
}

#content h2 {
	margin: 0;
	padding: 0;
	font-size: 138.5%;
	line-height: 144%;
	font-weight: normal;
	color: #3c3c3c;
}

#content ul,
#content li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#content ul li {
	margin-top: 5px;
	padding-left: 17px;
	background-image: url(../images/liststyle.gif);
	background-repeat: no-repeat;
	background-position: 1px 6px;

}

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

#content table {
	margin: 0;
	padding: 0;
	border: 0;
	border-top: 1px solid #c8c8c8;
	border-left: 1px solid #c8c8c8;
}

#content table td {
	border: 0;
	border-right: 1px solid #c8c8c8;
	border-bottom: 1px solid #c8c8c8;
}


/* /////////////////// BOX /////////////////// */

#content div.boxsmalltop {
	background-image: url(../images/box_small_top.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

#content div.boxsmalltop p,
#content div.boxsmalltop a {
	font-size: 85%;
}

#content div.boxsmallmiddle {
	background-image: url(../images/box_small_middle.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

#content div.boxsmallmiddle p,
#content div.boxsmallmiddle a {
	font-size: 85%;
}

#content div.boxsmallbottom {
	background-image: url(../images/box_small_bottom.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	width: 199px;
	height: 27px;
}

#content div.boxsmallbottom p,
#content div.boxsmallbottom a {
	font-size: 85%;
}













