* {
	font-size: 12pt;
	font-family: "Trebuchet MS", "Lucida Grande", helvetica;
}
body {
	background-color: #3A6EA5;
	margin: 0px;
	padding: 0px;
}
img {
	vertical-align: middle;
	border: 0px;
}
a {
	color: #FB7E00;
	text-decoration: none;
}
h3 {
	font-size: 14pt;
}
li {
	margin-bottom: 5px;
}
li a {
	font-weight: bold;
}
b {
	font-weight: bold;
}
i {
	font-style: italic;
}
small {
	font-size: 11pt;
}
small * {
	font-size: 11pt;
}
#top {
	background-color: #FFFFFF;
	border-top: 3px solid #FF8B16;
}
#menu {
	background-color: #FF8B16;
	color: #82B4FA;
	font-weight: bold;
	font-size:11pt;
	padding: 5px;
}
#menu a {
	color: #FFFFFF;
	font-weight: bold;
	font-size:11pt;
}
#text {
	background: #82B4FA url(werbung.png) no-repeat 3px center;
	font-size: 8pt;
	padding: 3px;
	padding-left: 15px;
	color: #000000;
	border-top: 1px solid black;
}
#text a {
	font-size: 8pt;
	color: #25476B;
}
#content {
	text-align: justify;
	padding: 10px;
	background-color: #FFFFFF;
	color: #000000;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}
#banner {
	width: 120px;
	height: 600px;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
#bottom {
	clear: right;
}
