/*---------------------------- Main -------------------------------*/
html, body {
	margin: 20px auto;
	padding: 0px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 8px;
	text-align: center;
	background-color: #EFEDED;
	color: #333333;
	}
/*---------------------------- Links -------------------------------*/
a {  
	color: #C80000;
	text-decoration: none;
	font-weight: bold;
	}	
a:visited {
	color: #94A6B8;
	text-decoration: none;
	}
a:hover {
	color: #000000;
	text-decoration: none;
	}		
a img {
	border: none;
	}	
/*---------------------------- Content -------------------------------*/
#content{
	margin: 0px auto;
	width: 780px;
	font-size: 11px;
	text-align: left;
	}
/*----------------------------Top Bar -------------------------------*/
#topbar{
	padding: 0px;
	width: 778px;
	height: 25px;
	background-color: #FFFFFF;
	border:1px solid #CCCCCC;
	font-family: Verdana, Geneva, Arial, sans-serif;
	line-height: 17px;
	font-size: 10px;
	}
.navbar{	
	margin: 0px 5px;
	padding: 5px 1px 2px 1px;
	}
.navbar ul{
	display: inline;
	list-style-type: none;
	}
.navbar li{
	display: inline;
	list-style-type: none;
	}
.navbar a, .navbar a:visited  {
	float: left;
	font-weight: bold;
	margin: 0px 10px 3px 10px;
	color: #000000;
	}		
.navbar a:hover{
	color: #C80000;
	}
.navbar img {
	float: left;
	margin-right: 6px;
	}
/*---------------------------- Header -------------------------------*/
.header {
	margin: 1px 0px;
	padding: 0px;
	display: block;
	width: 778px;
	height:98px;
	background-color: #314D73;
	background: url('header.png') no-repeat bottom center;
	border: 1px solid #CCCCCC;
	cursor: pointer;
	}		
/*---------------------------- Page -------------------------------*/
.page {
	width: 778px;
	margin: 1px 0px;
	padding: 0px;
	background-color: #FFFFFF;
	border:1px solid #CCCCCC;
	text-align: left;
	float: left;
	}

/*----------------------------Link Bar -------------------------------*/
.linkbar {
	margin: 10px 18px 0px 20px;
	padding-bottom: 2px;
	}	
.linkbar #previous_link {
	float: left;
	}
.linkbar #next_link {
	float: right;
	}	
/*---------------------------- Narrow Column -------------------------------*/
.ncol {
	padding: 30px 20px;
	width: 435px;
	background:#FFF;
	float: right;
	}	
/*---------------------------- Wide Column -------------------------------*/
.wcol {
	padding: 30px 20px;	
	}
/*---------------------------- Error -------------------------------*/
.error {
	margin: 25px 18px;
	font-weight: bold;
	}
.error img{	
	float: left;
	margin-right: 18px;
	margin-top: -2px;
	}
/*---------------------------- Description -------------------------------*/
.description {	
	margin-bottom: 30px;
	}
.description li{	
	margin-bottom: 10px;
	margin-left: -20px;
	}
.description ol{	
	margin-top: 20px;
	margin-bottom: 20px;
	}
	.description ul{	
	margin-top: 20px;
	margin-bottom: 20px;
	}
.description h2{	
	margin-top: 0px;
	border-bottom: 1px solid #CCCCCC;
	text-align: left;
	font-size: 10px;
	}
.description img {	
	/*display: float;*/
	float: left;
	border: 1px solid #CCCCCC;
	padding: 2px;
	margin: 0px 10px 10px 0px;
	max-width: 98%;
	}
/*---------------------------- Hint -------------------------------*/
.hint h1 {
	background-color:#CCCCCC;
	color:#CCCCCC;
	font-size: 10px;
	}
.hint h1:hover {
	/*background-color:#FFFFFF;*/
	color:#FFFFFF;
	font-size: 10px;
	}
.hint h2{	
	margin-top: 0px;
	border-bottom: 1px solid #CCCCCC;
	text-align: left;
	font-size: 10px;
	}
/*---------------------------- Title -------------------------------*/
.title {
	margin: 30px 18px 0px 20px;
	padding-bottom: 2px;
	border-bottom: 1px solid #CCCCCC;
	}
.title h1{	
	font-weight: bold;
	margin: 0px;
	text-align: left;
	font-size: 14px;
	}	
.title h1 img{	
	float: left;
	margin-right: 6px;
	margin-top: 0px;
	}
.title #award {	
	float: right;
	margin-right: 0px;
	}
.title #archived {	
	color: #C80000;
	}	
/*---------------------------- Sidebar -------------------------------*/
.sidebar {
	width: 280px;
	padding: 30px 0px 30px 20px;
	float: left;
	font-size: 10px;
	}
.sidebar div{	
	margin: 0px 0px 20px;
	}
.sidebar h2{	
	margin-top: 0px;
	border-bottom: 1px solid #CCCCCC;
	text-align: left;
	font-size: 10px;
	}
.sidebar  #bigimage{	
	border: 1px solid #CCCCCC;
	padding: 2px;
	width: 276px;
	height: 207px;
	}
/*---------------------------- Map -------------------------------*/	
.map {
	width: 725px;
	height: 420px;
	margin: 30px auto;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	}
.map #map{
	width: 721px;
	height: 416px;
	margin: 2px;
	}
.map #cacheicon {
	float: left;
	margin-right: 10px;
	}	
/*---------------------------- Caches -------------------------------*/
.caches ul {	
	padding: 0px;
	margin: 0px;
	}
.caches ul li {	
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}
.caches ul li img{	
	border: none;
	float: left;
	margin-top: -1px;
	margin-right: 5px;
	}
	
.caches #award {	
	border: none;
	float: right;
	margin-top: -10px;
	margin-left: 5px;
	}
/*---------------------------- Stars -------------------------------*/
.stars img{	
	border: none;
	margin-right: 3px;
	}
/*---------------------------- Items -------------------------------*/
.items ul {	
	padding: 0px;
	margin: 0px;
	}
.items ul li {	
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}
.items ul li img{	
	border: none;
	margin-right: 5px;
	}
/*---------------------------- Images -------------------------------*/
.images img {	
	display: block;
	border: 1px solid #CCCCCC;
	padding: 2px;
	margin: 0px auto 10px;
	max-width: 98%;
	}
.images object {	
	display: block;
	/*border: 1px solid #CCCCCC;
	padding: 2px;*/
	margin: 0px auto 10px;
	max-width: 98%;
	}
/*---------------------------- Stats -------------------------------*/
.stats h3{	
	border-top: 1px solid #CCCCCC;
	font-size: 10px;
	font-weight: normal;
	margin-top: 10px;
	}
.stats ul li {	
	list-style-type: square;
	list-style-image: none;
	margin-bottom: 2px;
	}
.stats  #oesterreich {	
	list-style-type: none;
	list-style-image: url('./icon/at.png');
	}
.stats  #belgien {	
	list-style-type: none;
	list-style-image: url('./icon/be.png');
	}
.stats  #daenemark {	
	list-style-type: none;
	list-style-image: url('./icon/dk.png');
	}
.stats  #frankreich {	
	list-style-type: none;
	list-style-image: url('./icon/fr.png');
	}
.stats  #luxemburg {	
	list-style-type: none;
	list-style-image: url('./icon/lu.png');
	}
.stats  #niederlande {	
	list-style-type: none;
	list-style-image: url('./icon/nl.png');
	}
.stats  #polen{	
	list-style-type: none;
	list-style-image: url('./icon/pl.png');
	}
.stats  #portugal{	
	list-style-type: none;
	list-style-image: url('./icon/pt.png');
	}
.stats  #schweden {	
	list-style-type: none;
	list-style-image: url('./icon/se.png');
	}
.stats  #spanien {	
	list-style-type: none;
	list-style-image: url('./icon/es.png');
	}
.stats  #vereinigtes_königreich{	
	list-style-type: none;
	list-style-image: url('./icon/gb.png');
	}
.stats  #vereinigte_staaten{	
	list-style-type: none;
	list-style-image: url('./icon/us.png');
	}
/*---------------------------- Legend -------------------------------*/
.legend ul li {	
	list-style-type: square;
	margin-bottom: 2px;
	}
.legend span {	
	color: black;	
	}
.legend #all {	
	color: #C80000;
	}
.legend #tra {	
	color: #228B22;
	}
.legend #mul {	
	color: #FF8C00;
	}
.legend #mys {	
	color: #00008B;
	}
.legend #let{	
	color: #DCDCDC;
	}
.legend #ear {	
	color: #1E90FF;
	}
.legend #vir {	
	color: #EEEEEE;
	}
.legend #web{	
	color: #8B8989;
	}
.legend #unb {	
	color: #000055;
	}
/*---------------------------- Members -------------------------------*/	
.members ul li {	
	list-style-type: square;
	list-style-image: none;
	margin-bottom: 2px;
	}
.members #stars {
	/*display: inline;*/
	float: right;
	
	}
.members img{
	float: right;
	border: none;
	margin-bottom: -5px;
	margin-right: -6px;
	padding-right: -6px;
	}
/*---------------------------- Trade -------------------------------*/
.trade ul li {	
	list-style-type: none;
	margin-bottom: 2px;
	}
.trade  #in{	
	list-style-image: url('./icon/in.png');
	}	
.trade  #out{	
	list-style-image: url('./icon/out.png');
	}
/*---------------------------- Search Form -------------------------------*/
.topsform {
	margin-bottom: 35px;
	padding: 0px;
	height: 16px;
	background-color: #FFFFFF;
	border:1px solid #CCCCCC;
	}	
.t-s{
	margin: 0px auto;
	padding: 0px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	color: #666666;
	font-size: 10px;
	width: 67%;
	border: none;
	background-color: #FFF;	
	}
.topsformsubmit{
	margin: 0px auto;
	padding: 0px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	color: #000000;
	font-size: 10px;
	font-weight: bold;
	width: 30%;
	height: 100%;
	background-color: #FFF;
	border: none;
	border-left:1px solid #CCCCCC;
	cursor: pointer;
	}
.topsformsubmit:hover{ /*-- does not work in IE --*/
	background-color: #EFEDED;
	color: #C80000;
	}
/*---------------------------- Footer -------------------------------*/
.footer {
	line-height: 17px;
	font-size: 0.8em;
	margin: 1px 0px;
    padding-right: 5px;
	padding-top: 5px;
	width: 773px;
	height: 55px;
	background-color: #FFFFFF;
	border:1px solid #CCCCCC;
	clear:both;
	}
.footer img {	
	float: right;
	}
	
.powered {
	margin: 12px auto;
	margin-right: 100px;
	padding-left: 30px;
	text-align: center;
	}


#title_map {
	font-weight: bold;
	margin-bottom: 10px;
}	
	
#id {
	color: #FFF;
	padding: 2px 4px;
	font-size: 80%;
	margin-right: 5px;
}
	
#id.type0 {
	background: #228B22;
}
#id.type1 {
	background: #FF8C00;
}
#id.type2 {
	background: #00008B;
}
#id.type3 {
	background: #DCDCDC;
}
#id.type4 {
	background: #1E90FF;
}
#id.type5 {
	background: #EEE;
}
#id.type6 {
	background: #8B8989;
}
#id.type7 {
	background: #005;
}
	
	
