@charset "utf-8";
/* CSS Document */

/* ---------- content ---------- */

/* reset */
body, h1, h2, h3, h4, p, li {
	font-size:12px;
	color:#444;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	margin:0;
	padding:0;
}

/* basics */
a {
	color:#4D87C7;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
li {
	margin-bottom:8px;
}

/* fonts */
h1 {
	color:#0059A2;
	font-size:14px;
	font-weight:bold;
	margin:0 0 24px 0;
}
h2 {
	color:#000000;
	font-size:12px;
	font-weight:bold;
	margin:24px 0;
}
h3 {
	color:#939393;
	font-size:12px;
	font-weight:bold;
	margin:12px 0;
}
h4 {
	color:#939393;
	font-size:12px;
	font-weight:normal;
	margin:12px 0;
}
p {
	margin:12px 0;
}

/* teaser */
#teaser h1 {
	color:#0059A2;
	font-size:12px;
	font-weight:bold;
	margin:0 0 12px 0;
}
#teaser h2 {
	color:#000000;
	font-size:10px;
	font-weight:bold;
	margin:12px 0 8px 0;
}
#teaser h3 {
	color:#939393;
	font-size:10px;
	font-weight:bold;
	margin:12px 0 8px 0;
}
#teaser h4 {
	color:#939393;
	font-size:10px;
	font-weight:normal;
	margin:12px 0 8px 0;
}
#teaser p {
	font-size:10px;
	margin:8px 0 12px 0;
}
#teaser a {
	font-size:10px;
}

/* topnavi */
#topnavi {
	font-size:10px;
	color:#4D87C7;
}
