body {
     margin: 0px;
     padding: 0px;
     background-color: #f0f0f0;
     color: #000000;
     font-family: arial, sans-serif;
     font-size: 12px;
}


a {
    color: #000000;
    text-decoration: none;
}

div#top {
        height: 50px;
}
div#logo {
         height: 50px;
         background-color: #ffffff;
         font-weight:bold;
         text-align:left;
         vertical-align:middle;
         padding: 0px 0px 0px 0px;                
}
div#hr {
         height: 1px;
         padding: 0px 0px 0px 0px;
         width:100%;
         background-image: none;
         background-color: #383838;		 
}

div#premenu {
            height: 0px;
            font-weight: bold;
            color: #000000;
            /*background-color:#f0f0f0;*/
			float: top;
}

div#images {
           padding-top: 5px;
           padding-left: 5px;
}

div#images img{
           border: none;
           margin-right: 12px;
}


div#menu {
         height: 100px;
         background-color: #383838;
}

div#postmenu {
             height: 1250px;
}

table#menu_line {
                height: 100px;
                font-size: 12px;
                color: #f0f0f0;
}

table#menu_line td {
                vertical-align: bottom;
                margin-left: 50px;
}

table#menu_line td select {
                font-size: 12px;
}

div#coord {
          padding-left: 25px;
          height: 15px;
          background-color: #f8f8f8;
          color: black;
}

img {
    border: none;
}