/* CSS Document */

h1 {
	font: 15px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #555555;
	margin-top: 0px;
	margin-bottom: 10px;
}

h1 strong {
	font: 12px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #555555;
	margin-top: 0px;
	margin-bottom: 10px;
}

h2 {
	font: 12px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #f29400;
	margin-top: 0px;
	margin-bottom: 9px;
}

h5 {
	font: 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #777777;
	margin-top: 0px;
	margin-bottom: 11px;
}

h5 strong {
	font-weight: normal;
}

h4 {
	font-size:22px;
	font-weight:bold;
	color:#000000;
}

p {
	margin-top: 0px;
	margin-bottom: 11px;
}

/* Links normal */

a:link {
	color: #124b9b;
	border-bottom: none;
	text-decoration: none;
}

a:visited {
	color: #124b9b;
	border-bottom: none;
	text-decoration: none;
}

a:hover {
	color: #acb3ce;
	border-bottom: none;
	text-decoration: none;
}

a:active {
	color: #124b9b;
	border-bottom: none;
	text-decoration: none;
}

/* Links Content */

div#content p a:link {
	color: #124b9b;
	border-bottom: 1px dashed #cdcdcd;
	text-decoration: none;
}

div#content p a:visited {
	color: #124b9b;
	border-bottom: 1px dashed #cdcdcd;
	text-decoration: none;
}

div#content p a:hover {
	color: #acb3ce;
	border-bottom: 1px dashed #cdcdcd;
	text-decoration: none;
}

div#content p a:active {
	color: #124b9b;
	border-bottom: 1px dashed #cdcdcd;
	text-decoration: none;
}

ul {
	margin-top: -11px;
	margin-bottom: 11px;
	list-style-image:url(../images/ul-punkt.jpg);
}
