/**
 * 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%;
	color: #000000;
}

#content p, #content li, #content p li {
	line-height: 144%;
	margin: 0;
	color: #000000;
}

#content p.blue, #content span.blue, #content li.blue, #content li p.blue  {
	color: #0095da;
}

#content a {
	text-decoration: none;
	color: #0095da;
}

#content img {
	margin-top: 5px;
}

#content img.cmsDocumentIcon {
	margin-top: 0px;
}

#content img.floatleft {
	margin-right: 15px;
}

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

#content h1 {	
	font-size: 200%;
	line-height: 144%;
	color: #0095da;
	font-weight: normal;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Helvetica, sans-serif;
}

#content h2 {	
	font-size: 144%;
	line-height: 144%;
	color: #0095da;
	font-weight: normal;
	letter-spacing: -1px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Helvetica, sans-serif;
}

#content h3 {	
	font-size: 144%;
	line-height: 200%;
	color: #0095da;
	font-weight: normal;
	letter-spacing: -1px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Helvetica, sans-serif;
	background-image: url(/_local/templates/images/bg_h3.gif);
	background-repeat: repeat-x;
	background-position: 0 0px;
	height: 42px;
}

/* tinymce editor fix for ie: */
body#content h3 {
	height: auto;
}

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

#content ul li {
	background-image: url(/_local/templates/images/list.gif);
	background-position: 0px 8px;
	background-repeat: no-repeat;
	padding: 2px 0 2px 15px;
}

#content hr {
	background-color: #dee0e2; /* Farbe für Opera und Firefox */ 
	color: #dee0e2; /* 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;
}

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

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

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

#content table.links {
	border-top: 1px solid #e2e4e7;	
}
