div.main{
  float:left;
  width:968px;
}


/* hier wird mit der background-position die Positionierung der Hintergrundfarbe gesteuert */
body{
  overflow:auto;
  font-family:Verdana, Arial;
  background-color:#FFEDCC;
}

td{
	font-family:Verdana, Arial;
	font-size:10px;
	color:#fff;
	font-weight:bold;
}
td input[type="button"]{
	border:1px solid #fff;
	color:#fff;
	cursor:pointer;
	font-weight:bold;
	background:none;
}
div.nav{
	background-color:#fff;
	border: none;
	color:#00386c;
	font-weight:bold;
	position:absolute;
	font-size:11px;
}
.nav span{padding-left:10px;}
.nav a{
	color:#00386c;
	text-decoration:none;
}
.nav a:hover{
	color:#134371;
	text-decoration:underline;
}
div#hs{
	left:851px;
	top:173px;
	width:117px;
	overflow:hidden;
	height:370px;
	z-index:10;
}
div#innerHs{
	overflow:hidden;
	height:290px;
}
div#hs div#innerHs div{
	margin:5px;
	margin-bottom:0px;
	margin-right:0px;
	float:left;
	width:100px;
	font-size:9px;
	
}
div#hs div#innerHs div div{
	margin:0px;
	margin-bottom:5px;
	margin-left:5px;
	float:left;
	width:100px;
	font-size:9px;
	color:#263f55;
	font-weight:normal;			
}
br.clearer{clear:both}
h4{
	width:95%;
	font-size:14px;
	text-align:center;
	margin-bottom:5px;
	color: #00386c;
}
div#mail a, div#back a, div#restart a{color:#fff;}
div#mail{
	background-color:#ffedcc;
	background-repeat:no-repeat;
	width:120px;
	height:48px;
	padding:0;
	//padding-bottom:20px;
	padding-top:10px;
	z-index:10;
	top:550px;
	left:850px;
	background-image:url(images/button_gross.jpg);
	font-size:10px;
	text-align:center;
	line-height:15px;
}

div#restart, div#back{
	width:112px;
	padding:0;
	background-image:url(images/button.jpg);
	text-align:center;
	margin-top:-87px;
}
div#restart{
	height:26px;
	/height:38px;
	padding-top:12px;
	top:700px;
	left:732px;
}
div#back{
	height:31px;
	//height:38px;
	padding-top:7px;
	top: 700px;
	left:10px;
}

div.board{
	width:910px;
	height:480px;
	margin-top:0px;			
	margin-left:0px;
}
div.logo{
	width:160px;
	height:114px;
	float:left;	
}
div.card{
	width:120px;
	height:109px;
	margin-right:10px;
	margin-bottom:10px;
	float:left;
}
div.topAd{
	float:left;
	width:808px;
	height:90px;
	background-color:#134371;
	margin-left:0px;
}

*html div.topAd{
    width:808px;
}

div.topAdUnderline{
  font-size: 10px;
	color: #ffffff;
	float:left;
  width:798px;
	height:14px;
	padding: 5px;
	background-color:#134371;
}

*html div.topAdUnderline{
	width:808px;
	height:24px;
}

div.title{
	color:#134371;
	margin-left:4px;
	font-size:12px;
	margin-top:-8px;
}
h3{
	display:inline;
}
div#scrollUp{
	height:20px;
	width:115px;
	background-image:url(images/scrollup.jpg);
	background-repeat:no-repeat;
	margin-bottom:5px;
}
div#scrollDown{
	margin-top:-5px;
	height:20px;
	width:115px;
	background-image:url(images/scrolldown.jpg);
	background-repeat:no-repeat;
}
div.layer{
	position:absolute;
	color:#134371;
	top:625px;
}
div#timer, div#penalty{
	display:inline;
}
div#status{
	font-size:12px;
	position:absolute;
	color:#134371;
	top:620px;
	left:140px;
}
a.topnavmemo:link,
a.topnavmemo:visited {
  font-size: 10px;
  text-decoration: none;
  color: #FFEDCC;
}
a.topnavmemo:hover,
a.topnavmemo:active {
  font-size: 10px;
  text-decoration: underline;
  color: #FFFFFF;
}


