/**
 * typo style sheets
 *
 * @project		multimetrix
 * @author		maik mettenheimer <mettenheimer@november.de>
 * @lastupdate	2009-06-11
 */


/* general
------------------------------------------------------------------------------*/

body {
	color: #3c3d3e;
	font: 12px/1.6 Verdana, sans-serif;
}

h1, h2, h3 {
	font-family: Verdana, sans-serif;
	font-weight: bold;
	line-height: 1.6;
}

h1 {
	font-size: 18px;
	margin-bottom: 20px;
}

h1.small {
	font-size: 12px;
	margin-bottom: 20px;
}

h1.bordered {
	background: url(../img/rulerAfter.png) repeat-x bottom left;
	font-weight: normal;
	font-size: 12px;
	padding-bottom: 6px;
	margin-top: 12px;
}

h2 {
	font-size: 12px;
	margin-bottom: 16px;
}

h2.rot {
	font-weight: normal;
	color: #921219;
	margin-bottom: 0px;
}

#secondaryContent h2 {
	font-size: 12px;
	margin-bottom: 0;
}

p {
	margin-bottom: 16px;
}

/* latest news / sidebar */
#currentNews p {
	margin: 0;
}


/* lists
------------------------------------------------------------------------------*/

ul {
	margin: 0 0 16px 0;
	padding: 0;
	list-style-type: none;
}

ul li {
	background: url(../img/bullet.png) no-repeat 0px 6px;
	padding-left: 16px;
}

/* images
------------------------------------------------------------------------------*/

#secondaryContent img {
	margin: 10px 0 0px;
}

/* ordered list with images */
img.item {
	position: relative;
	top: 3px;
	margin-right: 2px;
}

/* anker
------------------------------------------------------------------------------*/
a:link,
a:visited {
	color: #3c3d3e;
	text-decoration: underline;
	outline: none;
}

a:active,
a:focus,
a:hover {
	color: #921219;
	text-decoration: underline;
}

a.email {
	background: url(../icons/email.png) no-repeat top left;
}

a.pdf {
	background: url(../icons/pdf.png) no-repeat top left;
	padding: 3px 0px 0px 26px;
}

/* sidebar */

#currentNews a:link,
#currentNews a:visited {
	color: #3c3d3e;
	text-decoration: none;
	outline: none;
}

#currentNews a:active,
#currentNews a:focus,
#currentNews a:hover {
	color: #921219;
	text-decoration: underline;
}
