body {
	background-color: #828AD8;
	font-family: arial, verdana, sans-serif;
	margin: 15px;
}

.page {
	width: 100%;
}

.titel {
	background-color: #FFFFFF;
	background-image: url(pics/headback.png);
	background-repeat: repeat-y;
	background-position: left;
	font-size: 48px;
	font-weight: bold;
	font-style: italic;
	color:#828AD8;
	text-align: center;
	width: 100%;
	height: 69px;
	border-bottom: solid 1px #000000;
}

.menu {
	width: 100%;
	background-color: #D0D0F0;
}

.menu table tr td {
	background-image: url(pics/btn.gif);
	background-repeat: no-repeat;
	width: 79px;
	height: 47px;
	text-align: center;
	vertical-align: middle;
	font-size: 10px;
	color: #FFFFFF;
	overflow: hidden;
}

.menu table tr td a {
	text-decoration: none;
	color: #FFFFFF;
}

.menu table tr td:hover {
	background-image: url(pics/btnh.gif);
}

.menu table tr td:hover a {
	color: #FFFF00;
}

.menu table tr td#active {
	background-image: url(pics/btnhi.gif);
}

.menu table tr td#active a {
	color: #0000CC;
}

.inhalt {
	width: 100%;
	min-height: 150px;
	background-color: #D0D0F0;
	padding-top: 15px;
	padding-bottom: 15px;
}

.footer {
	background-color: #FFFFFF;
	background-image: url(pics/headback.png);
	background-repeat: repeat-y;
	background-position: left;
	text-align: center;
	border-top: solid 1px #000000;
	font-size: 10pt;
	padding: 2px;
}

.headline {
	background-color: #FFFFAA;
	border: solid 1px #C0C0FF;
	width: 350px;
	padding: 4px;
	font-size: 10pt;
}

.headline a {
	text-decoration: none;
}

.headline H1 {
	display: inline;
	font-size: 14pt;
	font-weight: bold;
}

.headline H2 {
	display: inline;
	font-size: 12pt;
}

.navigation li {
	list-style: none;
	background-color: #828AD8;
	width: 200px;
	border-bottom: solid 1px #000000;
	border-right: solid 1px #000000;
	padding-left: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.navigation li#active {
	background-image: url(pics/navigationback1.png);
	background-position: right;
	background-repeat: repeat-y;
}

.navigation li a {
	text-decoration: none;
	font-weight: bold;
}

.navigation2 li {
	list-style: none;
	background-color: #828AD8;
	width: 190px;
	margin-left: -30px;
	border-bottom: solid 1px #000000;
	border-right: solid 1px #000000;
	padding-left: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.navigation2 li#active {
	background-image: url(pics/navigationback2.png);
	background-position: right;
	background-repeat: repeat-y;
}

.navigation2 li a {
	text-decoration: none;
	font-weight: bold;
}

.navigation3 li {
	list-style: none;
	background-color: #828AD8;
	width: 180px;
	margin-left: -60px;
	border-bottom: solid 1px #000000;
	border-right: solid 1px #000000;
	padding-left: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.navigation3 li#active {
	background-image: url(pics/navigationback3.png);
	background-position: right;
	background-repeat: repeat-y;
}

.navigation3 li a {
	text-decoration: none;
	font-weight: bold;
}

.content {
	padding: 5px;
	padding-right: 10px;
}

h1 {
	font-size: 14pt;
}

.traeger {
	border: solid 1px black;
	display: block;
	font-weight: bold;
	text-align: center;
}
