/* LINKS */
a, a:link {
	color: #182D49;
	text-decoration: underline;
}
a:visited {
	color: #182D49;
	text-decoration: underline;
}
a:active, a:hover, a:link:active, a:link:hover {
	color: #182D49;
	text-decoration: none;
}
a:visited:hover {
	text-decoration: none;
}

.link {
	color: #182D49;
	cursor: pointer;
	list-style: none;
	}

a img {
	border: none;
	}

.menupunkt a, .menupunkt a:active, .menupunkt a:hover, .menupunkt a:link:active, .menupunkt a:link:hover {
	color: #000000;
	text-decoration: none;
	font-size:12px;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	text-decoration:none;
	margin: 0;
	padding: 0;
}
h1 { font-size: 18px; margin-bottom: 10px;}
h2 { font-size: 14px; margin-bottom: 10px; }
h3 { font-size: 12px; margin-bottom: 10px; }
h4 { font-size: 11px; margin-bottom: 10px; }
h5 { font-size: 10px; margin-bottom: 10px; }
p { margin: 0; padding: 0; margin-bottom: 10px;}