/* CSS Document */

body {
	
margin: 0px;
padding: 0px;
color: #fff;
font-size: 14px;
font-family: Verdana;
background-color:#383838;
}
a:link,a:visited {
color: #92ce43;
text-decoration:underline;
}
a:hover {
text-decoration:none;
}
li {
list-style:square;
}

#pasek {
width: 100%;
background-image:url(../images/tlo.png);
background-repeat:repeat-x;
height:79px;

}

#top .center {
background-image:url(../images/top.jpg);
background-repeat:no-repeat;
height:74px;
margin:0px auto;
width: 960px;
}
#bottom .center {
background-image:url(../images/bottom.jpg);
background-repeat:no-repeat;
height:86px;
margin:0px auto;
width: 960px;
}
#pasek .center {

margin: 0px auto;
width:960px;
}
#clr {

clear:both;
}
#left  {

float:left;
width:680px;
}

#tresc {
margin-top:5px;
color:#fff;
font-family:Verdana;
line-height: 150%;
font-size: 16px;
font-weight:normal;
}
#tresc .center {
margin: 0px auto;
width: 960px;

}
#right {
border: 1px solid #ffc000;
padding:5px;
float:left;
width:260px;
}
#right a:link,#right a:visited {
color:#ffc000;
}
#right a:hover {
color:#fff;
}
h2 {
color:#92ce43;
font-family:Verdana;
font-size: 24px;
font-weight:normal;
}
h3 {
color:#ffc000;
font-family:Verdana;
font-size: 20px;
font-weight:normal;
}
