 /*
  Ränder auf Null crossbrowser
 */
h1, h2, h3, h4, h5, h6, p, form, img, div , fieldset, legend, ul
{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 margin:0;
 padding:0;
 border:0;
}

/* 
 (unsichtbare) Links auf den 
 Logos nicht unterstreichen
 hier ist eine Pixelgröße, damit der
 unsichbare Link beim Skalieren nicht in den 
 Contentbereich hineinragt
 */
#jmberlinLogo a.logolink, #jmberlinLogo_e a.logolink
{
 text-decoration:none;
 border:0;
 padding:0;
 margin:0;
 font-size:34px;
} 

/* 
 Unsichtbare Elemente (hidden)
*/

.ausgeblendet
{
 visibility:hidden;
}
	
/* 
 Unsichtbare Elemente außerhalb des Bildschirms 
*/
.unsichtbar, nurDruck 
{
 position:absolute;
 left:-1000px;
 top:-1000px;
 width:0px;
 height: 0px;
 overflow:hidden;
 display:inline;
}

 /* **************
  Allgemeine Textformatierungen
  ************** */

a:link
{
 text-decoration: underline; 
 cursor:pointer; 
 color : #4F556F;
}

a:visited 
{
 text-decoration: underline; 
 color : #4F556F;
}

a:hover 
{
 text-decoration: underline;
}

a:active 
{
 text-decoration: underline; 
 color : #4F556F;
}

a:focus 
{
 text-decoration: underline; 
 color : #4F556F; 
}

 /*
  Tooltips  
 */

div.nicetitle 
{
 position: absolute;
 margin-top:8px;
 padding: 4px 3px 4px 3px;
 color: #53626C;
 font-weight: normal;
 font-size: 10px;
 background-color:#ffffcc;
 overflow:show;
 text-align:left;
}

map div.nicetitle 
{
 position:absolute;
 left:-1000px;
 top:-1000px;
 width:0px;
 height: 0px;
 overflow:hidden;
 display:inline;
text-align:left;
}

/*
  nur fuer PC IE wegen Mac IE
\*/
* html div.nicetitle
{
 font-size: 70%;
}
/*
*/

div.nicetitle p 
{
 margin: 0;
 padding: 0 3px;
 text-align:left;
}

div.nicetitle p.destination 
{
 font-weight: normal;
 font-size: x-small;
 text-align: left;
 padding:0 4px;
}


/*
 Ersatztext beim Spiel
*/
#getflash
{
 padding:20px 10px 20px 10px;
 background-color:#f7fbed;
 color:#000;
 font-size:1em;
 width:840px;
}

.clearboth
{
 clear:both;
 height:1px;
 width:1px;
 overflow:hidden;
 margin-top:-4px !important;
 margin-top:0px;
}