/* --- CSS Reset --- */


/* --- --- */

body {
	font-family: 'Verdana', sans-serif;
	color: #000;
	font-size: 13px;
	line-height: 15px;
}

p, h3, li {
	color: #000;
	font-size: 12px;
	line-height: 17px;
}

p {
	margin-bottom:13px;
}

h3 {
	font-weight: bold;
}

h1 {
	font-size: 24px;
	font-weight: normal;
	color: #00529b;
	line-height: 30px;
	margin-bottom:20px;
}

h1.angenehmer {
	font-weight:bold;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #00529b;
	line-height:20px;
	margin-bottom: 13px;
}

a,
a:visited {
	color: #00529b;
	text-decoration: none;
}

a:hover,
a:focus {

}