html, body 
{
  margin:0px;
  padding:0px;
  font-family: verdana, arial;
  font-size : 10px;
  color: #fff;
}

body 
{
  background-color: #2F68CB;
  background-image: url("bg_blue.gif");
  background-attachment: fixed; 
}

img
{
  border-style: solid;
  border-width: 5px;
  border-color: #fff;
}

img.noborder
{
  border-style: solid;
  border-width: 0px;
}

a.mynone{
  text-decoration:none;
  background-image: none;
  padding-left: 0px;
    font-size: 20px;
  color: #fff;
  font-weight: normal;
  margin: 0 0 3px 0;
}

a{ 
  color: #fff;
  text-decoration:none;
  padding-left: 10px;
  background:  url(wlink.gif) top left no-repeat;  
}

a:hover{ 
  color: #fff;
  text-decoration:none;
}

a.black{ 
  color: #000;
  text-decoration:none;
  padding-left: 10px;
  background:  url( blink.gif) top left no-repeat;
}

a.black:hover{ 
  color: #000;
  text-decoration:underline;
}
.mylist_item
{
  color: #fff;
  margin: 20px 0 5px 0;
  font-weight: bold;
  font-size: 10px;
}

.mylist
{
 font-size: 11px;
 color: #000;
 margin: 0 0 0 0;
}

b
{
  font-size: 10px;
  color: #fff;

}
h2
{
  font-size : 26px;
  color: #fff;
}


#top
{
left: 50px;
top : 20px;
position: relative;
width: 300px;
}


#container
{
left: 50px;
top : 50px;
width:900px;
position: relative;
}

#menue
{
  margin: 0 0 15px 0;
}

#content
{

}

.item
{
  margin: 0 0 25px 0;
}

.foto1
{
  width: 330px;
  position: relative;
  float: left;
}

.foto2
{
  left: 10px;
  width: 330px;
  position: relative;
  float: left;
}

.info
{
  left:20px;
  width: 220px;
  color: #000;
  float:left;
  font-size: 11px;
  position: relative;
}

#bottom
{
 margin: 40px 0 0 0;
 width: 99%
 font-size : 10px;
 color: #000;
}

.clear      { clear:both;}