@charset "utf-8";
/* CSS Document */

* {
border:0;
padding:0;
margin:0;
}

body {
font-family:"Trebuchet MS";
font-size:13px;
color:#144b6f;
line-height:20px;
}

.red {
font-family:"Trebuchet MS";
font-size:13px;
color:#e90000;
line-height:20px;
}

.imgPoza {
border:3px solid #efefef;
padding:5px;
}

.poza {
float:left;
width:180px;
/*height:180px;*/
border:1px solid #efefef;
margin:5px;
padding:10px;
text-align:center;
}

.pozaBig {
width:340px;
border:1px solid #efefef;
padding:10px;
text-align:center;
}

.pozaBigComment {
width:420px;
border:1px solid #efefef;
padding:10px;
text-align:center;
}

a {
font-family:"Trebuchet MS";
font-size:14px;
font-variant:small-caps;
font-weight:300;
color:#b140c0;
text-decoration:none;
}

a:hover {
color:#7060b2;
}

h1 {
margin-bottom:20px;
font-family:"Helvetica";
font-size:20px;
font-variant:normal;
font-weight:bold;
color:#144b6f;
text-decoration:none;
}

h2 {
margin-bottom:10px;
font-family:"Helvetica";
font-size:16px;
font-variant:normal;
font-weight:bold;
color:#144b6f;
text-decoration:none;
}

#container {
width:980px;
margin:0 auto;
}

#top {
width:980px;
height:250px;
background:url(../img/head.jpg) no-repeat;
}

#menu {
width:920px;
height:20px;
margin:20px;
padding:10px;
float:left;
clear:both;
background:#f5f5f5;
font-family:"Helvetica";
font-size:16px;
font-variant:normal;
font-weight:normal;
}

#menu a {
font-family:"Helvetica";
font-size:12px;
font-variant:normal;
font-weight:normal;
color:#b140c0;
text-decoration:none;
}

#menu a:hover {
color:#7060b2;
}

#contentTotal {
width:720px;
margin:20px;
margin-top:5px;
float:left;
}

#content {
clear:both;
width:700px;
margin-top:5px;
float:left;
}

.feedList {
clear:both;
padding:5px;
margin-top:5px;
background-color:#f5f5f5;
}

.feedListTitle {
clear:both;
padding:5px;
background-color:#b140c0;
}

.feedListTitle h1 {
margin-bottom:20px;
font-family:"Helvetica";
font-size:20px;
font-variant:normal;
font-weight:bold;
color:#fff;
text-decoration:none;
}

.feedList ul {
list-style:none;
}

#menuRight {
width:200px;
float:left;
margin:10px;
}

#footer {
clear:both;
border-top:1px solid #efefef;
margin-top:40px;
text-align:center;
font-family:"Trebuchet MS";
font-size:12px;
font-variant:normal;
}

#footer a {
font-family:"Trebuchet MS";
font-size:12px;
font-variant:normal;
font-weight:bold;
color:#b140c0;
text-decoration:underline;
}

#footer a:hover {
color:#7060b2;
}

input {
border:1px solid #efefef;
background:#f5f5f5;
font-family:"Trebuchet MS";
font-size:13px;
color:#144b6f;
}

textarea {
border:1px solid #efefef;
background:#f5f5f5;
font-family:"Trebuchet MS";
font-size:13px;
color:#144b6f;
}

select {
border:1px solid #efefef;
background:#f5f5f5;
font-family:"Trebuchet MS";
font-size:13px;
color:#144b6f;
}

input .submit {
font-weight:bold;
}

#menuRight #yahooDetect {
width:200px;
height:70px;
background:#fff url(../img/yahoo-small.jpg) left center no-repeat;
cursor:pointer;
}