body
	{
	background: #FFFFFF;
	color: #990000;
	font-family: Arial, Verdana;
	font-size: 12pt;
}
a:link
	{
	color: #990000;
	text-decoration: none;
}
a:visited
	{
	color: #990000;
	text-decoration: none;
}
a:hover
	{
	color: #FF9999;
	text-decoration: underline;
}
p
	{
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
table
	{
	border-collapse: collapse;
}
td
	{
	align: center;
	text-align: center;
	color: #990000;
	font-size: 10pt;
}
img
	{
	border: 0;
}

div#body_gesamt
	{width: 970px;
	margin-left: auto;
	margin-right: auto;
}
div#menu_left
	{width: 148px;
	float: left;
	border-right-style: solid;
	border-width: 1px;
	border-color: #990000;
}
div#menu_top
	{width: 818px;
	float: right;
}
div#main
	{width: 818px;
	float: right;
}
div.hr {
	margin-left: auto;
	margin-right: auto;
	height: 10px;
	border-bottom-style: solid;
	border-width: 1px;
	border-color: #990000;
}
div.hru {
	margin-left: auto;
	margin-right: auto;
	height: 10px;
	border-top-style: solid;
	border-width: 1px;
	border-color: #990000;
}
div.hrp {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	height: 10px;
	border-bottom-style: dotted;
	border-width: 1px;
	border-color: #990000;
}
div#kursbez {
	width: 700px;
	font-size: 8pt;
	text-align: justify;
	margin-left: auto;
	margin-right: auto;
}

/*
 * Tooltip
 */
#dhtmltooltip {
	font-weight: bold;
	position: absolute;
	width: 150px;
	border: 1px solid #990000;
	padding: 2px;
	background-color: lightyellow;
	visibility: hidden;
	z-index: 100;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#990000,direction=135);
}

/*
 * Ticker, keine Positionsangabe notwendig
 */
#TICKER {
	font-size: 18pt;
/*	position:absolute;
	top:230px;
	left:20px;
	width:545px;
	height:30px;
	z-index:1; */
}

/*
 * menu.php - Layout
 */
.menu_top_alone {
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
	margin-left: 10px;
	margin-bottom: 10px;
}
.menu_top {
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
	margin-left: 10px;
}
.menu_sub {
	font-size: 8pt;
	font-weight: bold;
	text-align: left;
	margin-left: 20px;
}
.menu_sub_end {
	font-size: 8pt;
	font-weight: bold;
	text-align: left;
	margin-left: 20px;
	margin-bottom: 10px;
}

/*
 * Gaestebuch - Layout
 */
.gb_label {
	align: right;
	text-align: right;
	padding-right: 15px;
}
.gb_input {
	align: left;
	text-align: left;
}
.gb_dat {
	font-size: 8pt;
	text-align: left;
}
.gb_name {
	font-size: 12pt;
	text-align: left;
}
.gb_text {
	font-size: 10pt;
	text-align: justify;
	border-top-style: dotted;
	border-bottom-style: solid;
	border-width: 1px;
	border-color: #990000;
	padding: 5px;
}
.gb_insert {
	font-size: 12pt;
	font-weight: bold;
	background-color: #FFFF99;
}

.cr
	{
	font-size: 8pt;
}
input.button1
	{
	height: 25px;
	width: 100px;
	font-family: Arial, Verdana;
	font-size: 10pt;
	font-weight: bold;
	color: #990000;
}
input.button2
	{
	height: 28px;
	width: 150px;
	font-family: Arial, Verdana;
	font-size: 10pt;
	font-weight: bold;
	color: #990000;
}
#table_border
	{
	border-style: solid;
	border-width: 1px;
	border-color: #990000;
}
#table_bottom_border
	{
	border-bottom-style: solid;
	border-width: 1px;
	border-color: #990000;
}
#table_bottom_border_light
	{
	border-bottom-style: dotted;
	border-width: 1px;
	border-color: #990000;
}
