/* Style Elemente */

body {
	margin: 0px;
	font-family      : Verdana, Arial, Helvetica, sans-serif;
	color: rgb(220,220,220);
}


/* Id's, Blöcke.. */

.block {
   background-color: rgb(80,102,125);
}

.topblock { 
	/* border: 1px dashed rgb(200,200,200); */
	height: 130px;
	background: url('http://www.puls200.de/map/title.jpg');
}

.selector {
   color: black;
   width: 160px;
   background-color: rgb(220,220,220);
}

.tooltip {
   background-color: rgb(220,220,220);
   color: black;
   border: 1px solid rgb(80,102,125);
   padding: 2px;
}
	
#bBlock {
  font-size: 8pt;
}

#bTitle {
  font-size: 9pt;
  text-decoration: underline;  
}

#bbTitle {
   font-weight: bold;
}	
	
#top {
   background: url('http://www.puls200.de/map/title-spacer.jpg');
	background-color: rgb(80,102,125);
	border-bottom: 1px solid rgb(150,150,150);
}

#posinfo {
   font-size: 9pt;
   vertical-align: bottom;
   padding-top: 90px;
   float:right;
   height:130px; 
   width:200px;
}
   
	
#schiffsname {
   padding-top: 20px;
   padding-right: 20px;
   font-size: 20pt;
   float:right;
}
	
#links {   
   background-color: rgb(80,102,125);
   width: 190px;
   height: 700px;   
   padding-top: 30px;
   padding-left: 10px;
}

#map {
   position: absolute;
   left: 201px;
   top: 133px;
	width: 800px;
	height: 700px;
	border: 1px solid rgb(150,150,150);
	background-color: rgb(80,102,125);
}

#footer {
   position: absolute;
   left: 201px;
   top: 833px;
   width: 800px;
   height: 35px;
   padding-top: 5px;   
   text-align: center;
   font-size: 8pt;
}
