/******************/
/* Faton Media  */
/******************/

 body {
  font-size:62.5%; 
  background-color: #f0f0f0; 
  font-family:arial,sans-serif;
 } 

.wrapper {
  width: 1000px; 
  padding-top:10px; 
  padding-bottom:10px; 
  margin:0 auto; 
  font-size:1.0em;
}

.links {
 clear:both; 
 width:980px; 
 height:30px; 
 background:#e1e1e1; 
 font-size:1.0em;
}

.content {
 clear:both; 
 width:980px; padding:10px 0 20px 0; 
 border-left: 10px #c8c8c8 solid;
 border-right: 10px #c8c8c8 solid; 
 background-color: #c8c8c8; 
 font-size:1.0em;
}
.content a {color:rgb(70,122,167); font-weight:bold; text-decoration:none;}
.content a:hover {color:rgb(42,90,138); text-decoration:underline;}
.content a:visited {color:rgb(42,90,138);}

.content a img {border:solid 3px rgb(200,200,200);}
.content a:hover img {border:solid 3px rgb(175,175,175);}

.leftside {
 display:inline /*Fix IE floating margin bug*/; 
 float:left; 
 width:170px; 
 font-size:1.0em; 
 overflow:visible;
}

.left1 {
 width:160px; 
 float:left; 
 background:#none;
}
.left1 img {
 border: 0px;
}
.left1 a {
 border: 0px;
 margin: 0px;
}

.left_top {
  float:left; 
  clear:both; 
  width:160px; height:7px; 
  background:transparent url(../img/left_top.gif) no-repeat; 
  overflow:hidden;
}
.left_bottom {
  float:left; 
  clear:both; 
  width:160px; height:7px; 
  margin-bottom:10px; 
  background:transparent url(../img/left_bottom.gif) no-repeat; 
  overflow:hidden;
}
.center {
 display:inline; /*Fix IE floating margin bug*/; 
 float:left; 
 width:560px; 
 background-color:#c8c8c8; 
 font-size:1.0em; 
 overflow:visible !important /*Non-IE6*/; overflow:hidden /*IE6*/;
}
.center {
 font-weight: normal;
}
.center_top {
  clear:both; 
  width:560px; 
  height:7px; 
  background: #fff url(../img/center_top.gif) no-repeat; 
  overflow:hidden;
}
.center_bottom {
  clear:both; 
  width:560px; 
  height:7px; 
  margin-bottom:10px; 
  background:transparent url(../img/center_bottom.gif) no-repeat; 
  overflow:hidden;
}
.teksti {
  width:560px; 
  background: #fff;
}
.teksti_left {
  display:inline; 
  float:left; 
  width:280px; 
  background-color: #fff;
}

.teksti_right {
  display:inline; 
  float:right; 
  width:279px; 
  border-left: 1px #d7d7d7 solid; 
  background-color: #fff;
}
.rightside {
 display:inline /*Fix IE floating margin bug*/; 
 float:right; 
 width:250px; 
 font-size:1.0em; overflow:visible !important /*Non-IE6*/; overflow:hidden /*IE6*/;
}
.right1 {
 width:240px; 
 float:right; 
 background-color:#fff;
}
.right1 a {
 font-weight: normal;
}
.reklama {
 width:240px; 
 float:right; 
 background-color: none;
 margin-bottom: 10px;
}
.lidhja {
 width:220px; 
 padding: 5px 5px 5px 5px;
 margin: 5px;
 background-color:#eee;
 font-size: 12px;
}
.right_top {
  float:right; 
  clear:both; 
  width:240px; height:7px; 
  background:transparent url(../img/right_top.gif) no-repeat; 
  overflow:hidden;
}
.right_bottom {
  float:right; 
  clear:both; 
  width:240px; height:7px; 
  margin-bottom:10px; 
  background:transparent url(../img/right_bottom.gif) no-repeat; 
  overflow:hidden;
}
.footer {
 clear:both; width:980px; padding:1.0em 0 1.0em 0; border-left:solid 10px rgb(200,200,200); 
 border-right:solid 10px rgb(200,200,200); background: #e1e1e1; 
 font-size:1.1em !important /*Non-IE6*/; font-size:1.0em /*IE6*/; overflow:visible !important /*Non-IE6*/; overflow:hidden /*IE6*/;
}
.footer p {clear:both; line-height:1.3em; text-align:center; color:rgb(125,125,125); font-weight:bold; font-size:110%;}
.footer p.credits {clear:both; font-weight:normal;}
.footer a, .footer a:visited {text-decoration:none; color:#369;}
.footer a:hover {text-decoration:underline; color:rgb(0,0,0);}


/******************/
/*  CLEAR FLOATS  */
/******************/
.wrapper:after, .header:after, .header_1:after, .header_2:after, .menu:after, .main:after, 
.content:after, .content div:after, .subcontent:after, .subcontent div:after, .footer:after {
 content:"."; display:block; height:0; clear:both; visibility:hidden;
 }
