@charset "utf-8";
.banner {
	font-family: Georgia, "Times New Roman", Times, serif;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 900px;
	height: 90px;
	z-index: 1;
}
.menu_itembold {
	font-weight: bold;
	background-color: #C99420;
}
.menu_itemhighlight {
	background-color: #C99420;
	font-style: italic;
}



body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #604011;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	background-color: #FFFFCC;
	position: relative;
}
.gerken_photo {
	float: right;


}

.vgd_main #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 810px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
	top: 0px;
}
.tablelist {
	position: absolute;
	height: auto;
	width: 250px;
	left: 241px;
	top: 174px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: small;
	z-index: 20;
}
.tabletitle {
	height: 25px;
	width: auto;
	padding-left: 3px;
}
.tablelink {
	height: 25px;
	width: 50px;
}


.vgd_main #mainContent {
	height: 810px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
.text_gerken_photo {
	text-align: right;
	float: right;
	position: relative;
	font-size: smaller;
	width: auto;
	height: 25px;
}
.text_artist {
	text-align: justify;
}
.banner_text {
	font-size: smaller;
	text-align: right;
}
.contact_form {
	text-align: left;
	overflow: visible;

}
.tble_top_img {
	z-index: 16;
	position: absolute;
	height: 500px;
	width: 376px;
	left: 490px;
	top: 166px;
}

.port_vertmenu {
	left: 0px;
	top: 147px;
	position: absolute;
}
.linklist {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 20px;
	width: 50px;
	z-index: 21;
}
.linkimg {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.contact_form_note {
	text-align: left;
	width: 500px;
	overflow: visible;
}
.img_float_right {
	float: right;
	padding: 5px;
}
.img_float_left {
	float: left;
	padding: 5px;
}

#horzmenu {
	position:absolute;
	left:0px;
	width:900px;
	height:36px;
	z-index:10;
	background-image: url(../images/c9441f%20color%20square.jpg);
	background-repeat: repeat;
	top: 90px;
}
#vgdfooter {
	position:absolute;
	left:0px;
	top:690px;
	width:900px;
	height:120px;
	z-index:14;
}
