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

/* ////////////////// GLOBAL SETTINGS ////////////////// */
@import url('/_local/templates/css/content.css');
/* ////////////////// GLOBAL SETTINGS ////////////////// */

#content p, #content li, #content td p {
	color: #002d47;  /* individual template-settings */
}

#content p.small,
#content span.small,
#content a.small {
	font-size: 93%;
	line-height: 131%;
}

#content a {
	color: #002d47;  /* individual template-settings */
}

#content h1 {	
	color: white;  /* individual template-settings */
}

#content h1.white {	
	color: white !important;
}

#content h1.black {	
	color: black !important;
}

#content ul li {
	background-image: url(../images/list.gif);  /* individual template-settings */
}

