

* {
    text-align : left;
    font-family:Verdana,Arial;
  }


html, body {
    height: 100%;
    background-color: #0d2631;
	font-size: 16px;
    margin: 0px;
  }


a {
    color : white;
    text-decoration : none;
  }


body {
    color:black;
  }


strong {
    color : white;
  }


ul {
    list-style-type: square;
  }


#table {
    display: table;
    width: 100%;
    margin: 0;
    height: 100%;
  }


#wrapper {
    display: table-cell;
    vertical-align: middle;
  }


#cell {
    color: #FFF;
  }


#servitronic_1 {
    position:relative;
    background-image: url("/templates/servitronic/images/servitronic_1.png");
    width:1060px;
    height:625px;
    margin: 0 auto;
    z-index:2;
  }


div#extra {
    font : bold 14px sans-serif;
    color : white;
    height : 90px;
    left : 460px;
    position : relative;
    top : 20px;
    width : 490px;
  }


#text {
    position:relative;
    float:bottom;
    top: 30px;
    left:40px;
    width:970px;
    height: 490px;
  }


#right {
    float:right;
    width: 520px;
    overflow: auto;
    height: 490px;
    color : #bfcfd5;
  }


#right_admin {
    position:relative;
    top: 20px;
    float:right;
    width: 520px;
    height: 480px;
    overflow: auto;
    color:white;
  }


#servitronic_3 {
    position:relative;
    background-image: url("/templates/servitronic/images/servitronic_2.png");
    width:100%;
    height:100px;
    z-index:1;
    top:-41px;
    text-align:center;
  }


div#menu {
    position:relative;
    margin: 0 auto;
    width:1000px;
    top: 45px;
    left:150px;
  }


div#menu li {
    float: left;
    padding-right: 50px;
    list-style-image: url("/templates/servitronic/images/bullet.png");
  }


div#menu li a {
    color: black;
  }


div#menu li a:hover {
    color : black;
    text-decoration : underline;
  }


div#LNE_admin .edit {
    position:relative;
    background-color: #F4F4F4;
    padding: 3px;
  }


div#right_admin h2 {
    margin:0px;
    padding:0px;
    color : #bfcfd5;
  }


fieldset {
    border:0;
    margin:0px;
    padding:0px;
  }


.delete h2 {
    margin:0px;
    padding:0px;
    font-size:12px;
    color:red;
  }


