/** 
 * Power Design Harz
 * Script Entwicklung
 * 
 * Problem: Entwicklung einer Map API mit komfortabler 
 * Eingabemöglichkeit inklusive Formatierungsmethoden
 *  
 * Programmcode: maps5.html
 *   
 * @author Alexander Beck u21416
 * @version 1.5
 * 
 */
/*Layoutformatierung für die Website*/
body{
	margin: 0px 0px 0px 0px;
	background-color: #FFFFFF;
	text-align: center;
	font-family: Arial;
	color: #FFFFFF;
}
/*Tabellenstruktur formatieren*/
table{
	text-align: left;
	
}
/*Formatierung der Info Überschrift vom Info Fenster*/
#info_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #64B23D;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
}
/*Formatierung des Info Textes vom Info Fenster*/
#info_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #999999;
}
#side_bar {
	font-size: 12px;
}
/***************************************************************/
/* Farbkombinationen Moobixportalsystem       				   */
/*                                                             */ 
/*                                                             */ 
/* START      Light: #D8ECCE | Medium: #AAD594 | Full: #64B23D */
/* BMX        Light: #F8DBBF | Medium: #F0B173 | Full: #E57100 */
/* DIRT       Light: #E0E0E0 | Medium: #BABABA | Full: #828282 */
/* MTB        Light: #D8C6C6 | Medium: #AD8484 | Full: #733131 */
/* DOWNHILL   Light: #C6DEC0 | Medium: #84B573 | Full: #1D7D03 */
/* RADWANDERN Light: #C9CBD9 | Medium: #8C8CAD | Full: #292F67 */
/* TRIAL      Light: #FBEEC1 | Medium: #F7DE73 | Full: #F7C621 */
/* RENNRAD    Light: #C8E1E1 | Medium: #86BDBD | Full: #399494 */
/***************************************************************/ 
a:link, a:visited a:hover{
	color: #733131;
}




#simple_example_window{
  width: 322px;
  background-color: transparent;
}
#simple_example_window_contents{
  /*background-color: #FFF;*/
  color: #000;
  border: 0px solid  #64B23D;
}
#simple_example_window_beak{
  width: 28px;
  height: 0px;
  /*background: url('../img/symbols/simple_beak.png') top left no-repeat transparent;*/
}
* html #simple_example_window_beak{
  /* Alpha transparencies hack for IE */
  background-image:none;
  /*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/symbols/red_beak.png', sizingMethod='crop');*/
}
#simple_example_window_tl, #simple_example_window_tr, #simple_example_window_bl, #simple_example_window_br,
#simple_example_window_t,#simple_example_window_l,#simple_example_window_r,#simple_example_window_b{
  height: 0px;
  width: 0px;
}