/*
    Document   : yazz
    Created on : 4.5.2010, 11:27:37
    Author     : tono
    Description:
        Purpose of the stylesheet follows.
*/

/*
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

body {
  background-color: #FFF;
  font-family: Tahoma, Arial, Helvetica;
  font-size: 12px;
  color: #000000;
  margin: 0px;
  padding: 0px;
}

#container {
  width: 995px;
  min-height: 695px;
  margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
  background-image: url('../images/web/mirena-bg.jpg');
  background-repeat: no-repeat;
}

.header {
    height: 110px;
}

.topspace {
    height: 37px;
}

.anti {
    float: left;
    margin: 16px 0px 0px 20px;
}

.balo {
    float: left;
    margin: 0px 0px 0px 625px;
}

.six {
    float: left;
    margin: 0px 0px 0px 90px;
}

.foto {
    float: left;
    margin: 0px 0px 0px 205px;
}

.menu {
    background-repeat: no-repeat;
    height: 105px;
    display: block;
    margin: 0px 0px 0px 98px;
}

.menu ul {
    display:inline;
    float:left;
    list-style:none outside none;
    margin:0;
    padding:0;
}

.menu ul li {
    float: left;
}

.menu ul li a {
    width: 155px;
    color: #ffffff;
    display: block;
    float: left;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    margin: 10px 0px 0px 0px;
}

.menu ul li a:hover {
    text-decoration: underline;
}

.middle {
    display: block;
    height: 410px;
}

.content {
    padding: 0px 140px 30px 98px;
}

h1 {
    color: #008d9a;
}

div.content a {
    color: #555555;
}

.clear {
    clear: both;
}


