/* Main */

body {
margin: 0; 
font: normal 11px verdana, arial, sans-serif; 
line-height:1.5em;
color: #000; 
background-color: #ddd;
}
a {	
color: #248391;	
text-decoration: none; 
}
a:hover {
color: #000;
text-decoration: none;
border-bottom: 1px dashed #912447;
}
a:active {
color: #000;
}
input, textarea, select {
border-top: 1px solid #858585;
border-right: 1px solid #BEBEBE;
border-bottom: 1px solid #DCDCDC;
border-left: 1px solid #BEBEBE;
background: #fff url(input_image.gif) repeat-x;
color: #000;
margin: 1px;
}
input.button {
border-top: 1px solid #DCDCDC;
border-right: 1px solid #BEBEBE;
border-bottom: 1px solid #858585;
border-left: 1px solid #BEBEBE;
background: #eee;
}
h2, h3 {
margin: 0;
padding: 0;
font-weight: normal;
}
ul li {
line-height: 1.5em; 
}
ul {
list-style-type: circle; 
}
p {
text-align: justify;
}

#content  {
position : absolute;
left : 50%;
width : 600px;
margin-left : -300px;
background: #fff;
border: 1px solid #000;

}

/* Banner */

#banner {
display: inline;
float: left;
width: 596px;
position: absolute;
top : 35px;
margin: 0 2px;
}
#reklama { margin:20px; }
/* Top Navigation */
	
#top {
position: absolute;
top : 14px;
padding: 0 0 0 5px;
margin: 0;
text-align: right;
}
#top li {
margin: 0; 
padding: 0; 
display: inline;
list-style-type: none;
}
#top a:link, #top a:visited {
float: left;
line-height: 12px;
font-weight: bold;
margin: 4px 8px 0 8px;
padding: 2px;
text-decoration: none;
border: none;
color: #555;
}
#top a:hover {
padding: 2px;
color: #000;
border-bottom: 1px dashed #912447; 
}
#top a#active_top {
padding: 2px 2px 1px 2px;
color: #222;
border-bottom: 2px solid #248391;
}

/* Right Naviagtion */

#menu {
display: inline;
float: right;
margin: 0 10px 0 0; 
padding: 3px 3px 3px 0;
width: 160px;
}
#menu p  {
color: #eee;
line-height: 15px;
text-align: left;
}
#menu h2 {
background: #fff url(h2_image.gif) no-repeat;
color: #555;
font: bold 13px "Trebuchet MS", Verdana, sans-serif;
text-align: left;
line-height: 17px;
border-bottom: 1px dashed #ccc;
margin: 10px 5px 5px 0;
padding: 0 0 0 10px;
}
#menu ul {
padding-left: 15px;
margin: 0;
margin-bottom: 4px;
border-bottom: 1px dashed #ddd;
}
#menu li  {
color: #eee;
font-size: 11px;
margin-bottom: 6px;
font-family: "Trebuchet MS", Verdana, sans-serif;
line-height: 100%;
text-align: left;
list-style-image: url(li_image.gif);
}
#menu img {
border: 1px solid #D5D5D5;
padding: 4px;
}
/* Main Content */

#main { 
margin: 0 185px 0 10px; 
padding: 3px; 
}
#main h2 {
background: #fff url(h2_image.gif) no-repeat;
color: #555;
font: bold 13px "Trebuchet MS", Verdana, sans-serif;
text-align: left;
line-height: 17px;
border-bottom: 1px dashed #ccc;
margin: 10px 5px 5px 0;
padding: 0 0 0 10px;
}
#main p { 
margin: 1px 0 15px 0; 
padding: 0; 
line-height: 16px;
}
#main p.center {
display: block;
text-align: center;
}
#main img {
margin: 3px;
padding: 1px;
border: 2px solid #ddd;
}
#main blockquote {
color: #999;
line-height: 150%;
text-align: left;
margin: 5px 30px 5px 0;
padding-left: 5px;
border-left: 5px solid #248391;
}
#main p.date { 
color: #555;
font-weight: bold;
margin: 0 0 5px 0;
text-align: left;
}
#main p.posted  { 
color: #bbb;
font-family: "Trebuchet MS", Verdana, sans-serif;
font-weight: bold; 
line-height: normal;
text-align: left; 
margin-bottom: 10px;
padding: 3px;
border-top: 1px dashed #ccc;
}
#copyright {
border-top: 1px dashed #ccc;
padding: 2px;
text-align: center;
}
#copyright p {
text-align: center;
}