/* CSS Document */

h1 {
	font: 16px "Comic Sans MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #0b3972;
	margin: 0px;
	margin-bottom: 15px;
	display: block;
	border-bottom: 5px solid #fdd48f;
	padding-bottom: 1px;
}

h2 {
	font: 12px Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	color: #73a100;
	margin-top: 15px;
	margin-bottom: 13px;
	text-transform: uppercase;
}

h5 {
	font: 12px "Comic Sans MS", Verdana, Arial, Helvetica, sans-serif;
	color: #73a100;
	text-align: center;
	margin-top: 13px;
	margin-bottom: 13px;
	font-weight: normal;
}

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

div#text p a {
	color: #005da1;
	text-decoration: none;
	border-bottom: 1px solid #bbd1ed;
}

div#text p a:hover {
	color: #4785cd;
	text-decoration: none;
	border-bottom: 1px solid #bbd1ed;
}

div#menue a {
	background-image: url(../images/layout/menue/normal.gif);
	background-repeat: no-repeat;
	height: 30px;
	padding-top: 15px;
	padding-left: 60px;
	margin-top: -13px;
	display: block;
	text-decoration: none;
	color: #0b3972;
	font-size: 10px;
}

div#menue a:hover {
	background-image: url(../images/layout/menue/hover.gif);
}

div#menue a.aktiv {
	background-image: url(../images/layout/menue/aktiv.jpg);
	padding-left: 65px;
}

div#menue a:hover.aktiv  {
	background-image: url(../images/layout/menue/aktiv.jpg);
	padding-left: 65px;
}

li {
	margin-bottom: 2px;
}