//.head { background-color: #802080; }
.header { color: #111; text-decoration: underline; }
body { color: #222; }
body td { font-color: #222; }
ax:hover{ background:#ffffc0; }

body {
font-family : Verdana, Arial, Helvetica, sans-serif;
//background-image: url(/imgs/bg3.jpg);
//background-repeat: no-repeat; /*no-tiling background*/
//background-position: center;
//background-attachment: fixed;
//background-color: #hexcolor;
//color : #hexcolor;
//margin: 0px;
}

.header {
   text-decoration: none;
   color: #444;
}

h1 {
   font-size: 2.5em;
}
h2 {
   font-size: 1.8em;
}

ul { margin-left: 0em; list-style-image: url("/imgs/bullet.gif"); }
li { margin-left: 0em; padding-left: 0em; }

.calculator { 
   border-radius: 4px; 
   background: #ffa; 
   border: 2px solid #cc8; 
   padding: 2em;
}

.calculatorInput {
   background: #ff5;
   border: 1px solid #882; 
   border-radius: 4px;
   padding: 0.5em;
   text-align: right;
}

.result {
   color: red;
}

.fotoborder {
   margin-bottom: 1em;
}


.liveMap {
   position: relative;
   margin: 2em 0em;
}

.liveMap .locator {
   display: inline;
   position: absolute;
   z-index: 2;
   height: 0.4em;
}

#worldMap {
   width: 750px;
}

