@charset "utf-8";
/* CSS Document */

h1 {
	font: 16px Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	color: #157e94;
	margin-top: 0px;
	margin-bottom: 18px;
	line-height: 130%;
}

h2 {
	font: 14px Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	color: #157e94;
	margin-top: 0px;
	margin-bottom: 9px;
	line-height: 138%;
}

h4 {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 9px;
	line-height: 138%;
}

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

h5 strong {
	font-weight: normal;
}

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

/* Links normal */

a:link {
	color: #157e94;
	border-bottom: none;
	text-decoration: none;
}

a:visited {
	color: #157e94;
	border-bottom: none;
	text-decoration: none;
}

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

a:active {
	color: #157e94;
	border-bottom: none;
	text-decoration: none;
}

/* Links Menue */

div#menue p a:link {
	color: #333333;
	text-decoration: none;
}

div#menue p a:visited {
	color: #333333;
	text-decoration: none;
}

div#menue p a:hover {
	color: #157e94;
	text-decoration: none;
}

div#menue p a:active {
	color: #333333;
	text-decoration: none;
}

/* Links Content */

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

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

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

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

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