@CHARSET "ISO-8859-1";
/* GENERAL */
body {
	text-align: center;
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #0000ff;
	font-weight: bold;
	text-decoration: none
}
a:link {}
a:visited {
	color: #6666ff;
}
a:hover {
	color: #9999ff;
	text-decoration: underline;
}
p {
	margin: 0;
	padding: 0;
	text-align: left;
}
span.marked {
	font-weight: bold;
	color: #000000;
}
td, th, caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
/* HEADER */
#header {
	width:720px;
	height:178px;
	overflow: hidden;
}
/* GOOGLE SEARCH */
#search {
	float:right;
	padding: 0px 8px 3px 3px;
	background-color: #acfb85;
	margin-bottom: 3px;
	width: 320px;
	background-image: url(img/search_bg.jpg);
	background-position: left center;
	background-repeat: repeat-y;
	text-align: right;
}
#weingueter_select {
	border:1px solid rgb(126, 157, 185);
}
#weingueter_select option.highlight {
	font-weight: bold;
}
#weingueter_select optgroup {
	font-weight: bold;
	font-style: normal;
}
/* CONTENT */
#content {
	width: 820px;
	/*background-color: #fefdd2;*/
	background: url(img/bg01.gif) repeat-y top left;
}
/* NAV */
#nav {
	background-color: #acfb85;
	height: 42px;
}
#nav_container {
	padding: 14px 0 0 0;
}
#nav_container div {
	display: inline;
}
#nav_container a {
	color: #7c5421;
	padding: 4px 15px 4px 15px;
	border: solid black;
	border-width:2px 0px 2px 0px;
	background: url("img/menu.gif") repeat-x top;
}
#nav_container a:hover {
	color: #7c5421;
	background: url("img/menu_hover.gif") repeat-x top;
	text-decoration: none;
}
/* BLOCK ELEMENT */
div.block {
	width: 748px;
	margin-top: 5px;
	clear: both;
}
div.block div.header {
	height: 42px;
	text-align: center;
}
div.block div.header img {
	border: 0px none;
}
div.block div.content {
	/*background-color: #fffff1;*/
	padding: 19px 0 24px 0;
	background: url(img/bg02.gif) repeat-y top left;
	border:1px solid white;
	border-top:0px;
}
div.block div.content div.inner {
	background-image: url("img/reispapier.jpg");
	width: 628px;
	padding: 18px 5px 7px 5px;
	text-align: left;
	border:1px solid black;
}
div.block div.content div.welcome_inner {
	background-image: url("img/reispapier.jpg");
	border:1px solid black;
	width: 250px;
	text-align: left;
	margin-bottom: 15px;
	padding: 8px 5px 8px 5px;
}
div.block div.footer {
	text-align: right;
	clear: both;
}
div.block div.footer a:visited {
	color: #0000ff;
}
div.block div.footer a:hover {
	color: #9999ff;
}
/* LINK TABLE */
table.links {
	width:100%;
	table-layout:fixed;
	margin-top:8px;
}
table.links td {
	vertical-align:middle;
	text-align:right;
	padding: 8px 2px 8px 2px;
}
/* FOOTER */
#footer {
	width: 820px;
	border-top: 2px solid black;
	color: #ddc99e;
	//padding: 4px 4px 0 4px;
}
#footer a {font-weight: bold;color: #ddc99e;}
#footer a:link {color: #ddc99e;}
#footer a:visited {color: #ddc99e;}
#footer a:hover {color: #ddc99e;text-decoration: underline;}
#footer .footer_content {
	padding:4px 4px 0 4px;
}
