/**
 * body
 */
body {
	font: 12px tahoma, arial, sans-serif;
	color: #000;
}

/**
 * Überschriften
 */
h1 {
	font-size: 280%;
	line-height: 180%;
	letter-spacing: 1px;
	color: #3e3e3e;
	font-weight: normal;
	text-align: center;
}

h2 {
	font-size: 200%;
	line-height: 150%;
	letter-spacing: 2px;
	color: #003460;
	font-weight: normal;
	margin-bottom: 12px;
}

h3 {
	font-size: 120%;
	line-height: 150%;
	letter-spacing: 1px;
	color: #003460;
	font-weight: normal;
	text-transform: uppercase;
}

/**
 * Einleitung
 */
div.introduction p.bodytext {
	font-size: 120%;
	line-height: 140%;
	text-transform: uppercase;
	color: #003460;
}

/**
 * Fließtext
 */
p.bodytext {
	line-height: 140%;
}

p.center {
	color: #3e3e3e;
	text-align: center;
}

/**
 * Links
 */
p.bodytext a,
div#content ul li a {
	color: #003460;
}

/**
 * Hauptmenü
 */
ul#main_nav li a {
	letter-spacing: 1px;
	font-size: 140%;
	line-height: 200%;
	color: #fff;
	text-decoration: none;
}
ul#main_nav li.active a {
	font-weight: bold;
}
