body {
	margin:0;
	padding:0;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	min-width:795px;/* background-repeat: repeat-y; */
	background-image: url(imx/bg_body.jpg);
	background-repeat: repeat-x;
}
#websitetitle {
	width:140;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 10px;
	float: left;
	position: absolute;
	left: 5px;
	top: 1px;
}
#websitetitle td a, #websitetitle td a:visited {
	color: #999999;
	text-decoration: none;
}
/* diverse navigationselemente */
#hauptnavigation {
	position: absolute;
	height: 37px;
	margin:0;
	overflow: hidden;
	min-width: 790px;
	font-size: 14px;
	font-weight: bolder;
	letter-spacing: 1px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
	width: 500px;
	left: 269px;
	top: 11px;
}
#hauptnav_li, #hauptnav_li li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}
#hauptnav_li a:link, #hauptnav_li a:visited {
	float: left;
	line-height: 14px;
	padding-top: 18px;
	text-decoration:none;
	color:#000000;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 4px;
	margin-left: 0;
}
#hauptnav_li a:hover, #hauptnav_li li a:hover {
	/* border-top: 13px solid #96EC85;  */
	margin: 0px 25px 4px 0;
	padding-top: 18px;
	color:#d98443;

}
#hauptnav_li li.main_nav_sel a:visited{
	padding-top: 18px;
	background: transparent;
	color: #990000;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 4px;
	margin-left: 0;
	text-transform: uppercase;
}
#subnavigation {
	position: absolute;
	height: 50px;
	margin:0;
	overflow: hidden;
	min-width: 790px;
	font-weight: bolder;
	letter-spacing: 1px;
	width: 250px;
	left: 270px;
	top: 56px;
	padding: 0;
}
.sub_nav, .sub_nav_sel {
	font-size: 14px;
	text-decoration: none;
	padding: 0px;
	display: inline;
}

.sub_nav a:link, .sub_nav a:visited {
	color: #000000;
	text-decoration: none;
	text-transform: uppercase;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 10px;
}
.sub_nav_sel {
	font-weight: bold;
	text-transform: uppercase;
}
.sub_nav_sel a:link, .sub_nav_sel a:visited, .sub_nav a:hover {
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 10px;
	color: #990000;
	text-decoration: none;
	text-transform: uppercase;
}


#subsubnavigation {
	width: 150px;
	position: absolute;
	left: 20px;
	top: 140px;
	font-size: 12px;
	padding-top: 2px;
}
.subsub_nav, .subsub_nav_sel {
	width: 150px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding: 3px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

.subsub_nav a:link, .subsub_nav a:visited {
	color: #000000;
	text-decoration: none;

}
.subsub_nav_sel a:link, .subsub_nav_sel a:visited, .subsub_nav a:hover {
	font-weight: bold;
	color: #000000;
	text-decoration: none;

}

#centercontent {
	position: absolute;
	left: 200px;
	top: 96px;
	width: 840px;
	font-size: 12px;
	line-height: 18px;
	padding: 10px;
	background-color: #FFFFFF;
	-webkit-box-shadow: 3px 3px 3px #777777;
	-moz-box-shadow: 3px 3px 3px #777777;
	box-shadow: 3px 3px 3px #777777;
	-ms-filter:"progid:DXImageTransform.Microsoft.DropShadow(color=#333333, offx=2, offy=2)";
    filter:progid:DXImageTransform.Microsoft.DropShadow(color=#333333, offx=2, offy=2);
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #DDDDDD;
	margin-bottom: 20px;
	text-align: center;
}
#centercontent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #990000;
}
#centercontent a, #centercontent a:visited {
	color: #666666;
	text-decoration: none;
}

.table_guestbook td {
	text-align: left;
}.gb_box {
	padding: 10px;
	border: 1px dashed #CCCCCC;
	margin-bottom: 10px;
}
.gb_box .gb_head {
	font-size: 10px;
	color: #666666;
	margin-bottom: 5px;
}
.gb_name {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #990000;
}
