/* CSS Document */

html, body {
	height: 105%;
}

body {
	background-color:#FFFFFF;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#464749;
	background-image:url(bilder/hintergrund.gif);
	background-repeat:no-repeat;
}
.rubrikbild {
	position: absolute;
	top: 29px;
	left: 420px;
	width: 450px;
	height: 238px;
	text-decoration:none;
}

.navi {
	position:absolute;
	top:279px;
	left:420px;
	color:#000000;
	width: 446px;
}

.adresse {
	position: absolute;
	border: 0;
	top: 448px;
	left: 74px;
	font-size: 11px;
	height: 120px;
	width: 230px;
}

h1 {
	font-size: 11px;
	font-weight: bold;
	color:#000000;
	margin-bottom: -5px;
}

h2 {
	font-size: 11px;
	font-weight: bold;
	color:#B10A24;
	margin-bottom: -10px;
	text-indent:20px;
}

h3 {
	font-size: 11px;
	font-weight: bold;
	color:#B10A24;
	margin-bottom: -1px;
}

.contentbox {
	position: absolute;
	color:#464749;
	top: 315px;
	left: 420px;
	width: 450px;
	line-height: 1.5;
	height: 378px;
}

a {
	text-decoration:none;
}

A:link {
	color:#000000;
}
A:active {
	color: #B10A24;
}
A:visited {
	color:#000000;
}
A:hover {
	color: #B10A24;
	letter-spacing:2px;
}

ul {
	list-style-type:square;
	margin-left: 15px;
}

li {
	color: #B10A24;
	font-weight:bold;
}
