/* CSS Document */

html, body, div, a, img, ul, li {
	border: none;
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	line-height: 140%;
}

html, body {
	height: 100%;
}

body {
	background: white;
}

#bottom {
	background-image: url(gfx/bot.jpg);
	background-repeat: repeat;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 50%;
	z-index: -5;
}

#shim {
	visibility: hidden;
	width: 100%;
	height: 50%;                     /* Bump #global down half the height of the screen. */
	margin-top: -343px;           /* Half the height of #global. */
	float: left;
}

#global {
	clear: both;
	background-image: url(gfx/rand.jpg);
	background-repeat: repeat-x;
	width: 100%;
	text-align: center;
	height: 686px;
	min-width: 1100px;
	overflow: hidden;
   top: -343px;
   position: static;
	z-index: -4;

}

#box {
	position: relative;
	text-align: left;
	width: 1100px;
	height: 686px;
	margin: 0 auto;
	background-image: url(gfx/bg.jpg);
	overflow: hidden;
	z-index: 0;
}

#naked_box {
	position: absolute;
	left: 0px;
	top: 0px;
	text-align: center;
	width: 700px;
	height: 500px;
	padding: 10px 0 0 0;
	background-image: url(gfx/rand.jpg);
	background-repeat: repeat-x;
	background-position: -100px;
	z-index: 0;
}

#menu {
	position: absolute;
	right: 0px;
	top: 42px;
	width: 1000px;
	height: auto;
	text-align: right;
	z-index: 5;
	font-weight: 100;
	color: #002048;
}

#menu h1 {
	font-size: 100%;
	font-weight: 100;
}

.de {
	font-size: 35px;
	line-height: 70%;
}

.en {
	font-size: 35px;
	line-height: 70%;
}

.ch {
	font-size: 33px;
	line-height: 70%;
}

.fr {
	font-size: 27px;
}

.ru {
	font-size: 27px;
}

.ja {
	font-size: 27px;
}

#menu ul {
	list-style-type: none;
}

#menu ul li {
	display: inline;
}

#menu ul li a {
	color: #AAAAAA;
}

#menu ul li a:hover {
	color: #B10332;
}

.bullet {
	color: #AAAAAA;
}

#text {
	color: #777777; 
	position: absolute;
	right: 30px;
	padding-right: 20px;
	top: 156px;
	width: 372px;
	height: 350px;
	overflow: auto;
	text-align: justify;
	line-height: 140%;
}

#broadtext {
	position: absolute;
	left: 50px;
	top: 50px;
	width: 600px;
	padding-right: 50px;
	height: 400px;
	overflow: auto;
	text-align: center;
	line-height: 140%;
}

p {
	margin: 0 0 0.5em 0;
	line-height: 1.3em;
}

#text ul {
	list-style-type: disc;
	list-style-position: outside;
	margin: 0 0 0.3em 1em;
	padding: 0 0 0 1em;
}

.superscript {
    position:relative;
    font-size:75%;
    top:-0.8ex;
    margin-left:0em;
    margin-right:0em;
}

a {
	color: #B10332;
}

h1 {
	color: #002048;
	margin: 0 0 1em 0;
	text-align: left;
}

#menu h1 {
	display: inline;
}

h2 {
	color: #002048;
	font-size: 120%;
	margin: 0.5em 0 0.3em 0;
	text-align: left;
}

h3 {
	color: #002048;
	font-size: 100%;
	font-weight: bold;
	text-align: left;
	margin: 0.2em 0 0.3em 0;
}

.mini {
	font-size: 70%;
}

.blue {
	color: #002048;
}

#langselectbox {
	position: absolute;
	bottom: 30px;
	right: 30px;
	width: auto;
	height: 22px;
	text-align: right;
	z-index: 5;
}

#broadtext * {
	text-align: center;
}

.winestats {
	background-color: #E0ECFA;
	padding: 10px 10px 7px 10px;
	margin: 0 0 1em 0;
	border-bottom: 1px solid #002048;
}

.winestats form {
	display: inline;
}

#image {
	position: absolute;
	width: 300px;
	height: auto;
	top: 156px;
	left: 350px;
}

#submenu_anchor {
    position:relative;
    bottom: 0px;
    margin: 0px;
	 width: 1px;
	 height: 1px;
	 overflow: visible;
	 display: inline;
}

#submenu {
	text-align: left;
	font-size: 50%;
	position: absolute;
	top: 5ex;
	left: 0px;
	width: 400px;
	height: auto;
}

.thumb {
	float: left;
	margin: 0 10px 10px 0;
}

.thumbbar {
	width: 100%; 
	height: 89px;
}

hr {
	clear: both;
	height: 0;
	margin: 0;
	width: 10px;
	border: none;
}

#closebutton {
	text-align: left;
	padding-left: 1em;
}