/* DarmoweKodeki.pl Typography Styles
   Updated: Mon, 09 Jun 2009
   Author:     Marek Ściubidło
----------------------------------------------------*/

/* COLORS
   Body Background:       #FFFFFF
   Main Text:             #666666
   Links:                 #2f4b91
   Links Hover:           #FFAB00
*/


* {
padding: 0;
margin: 0;

}

body {
    text-align: center;
    font: small  Verdana, Calibri, Arial, Helvetica, sans-serif;
    color: #484848;
    margin: 0;
    padding: 0;
}

     h1, h2, h3, h4, h5, h6, p, ul, ol, dl,
	dt, dd, li, address, form, fieldset, hr, blockquote {
		margin: 0;
		padding: 0;
	}

	img, fieldset { border: none; margin: 0;
	padding: 0;}
	
a{
	color: #288CFE;
}
 a:hover{
	color: #0120DB;
}

#wraper 
{
width:820px;
margin:0 auto;
}




#header{
width:100%;
height:100px;
text-align:left;
}

#header h1 a{
display:block;
background: #fff url(img/logo.png) no-repeat top left;
margin-top: 0px;
z-index: -4000px;
color: #fff;
text-indent: -2000em;
z-index: 1000; /* need for FX and IE */
width: 350px;
height:100px;
}

#content {
width:400px;
text-align:left;
float:right;
}
#content p {
font-size: 1.1em;
line-height:1.75em;
}
#content ul{
margin-left:25px;
}
#content li {
padding: 2px 0;
}
#content h2 {
color: #99CC33;
font-size:1.65em;
}
#content h3 {
color: #99CC33;
font-size:1.1em;
padding:8px 0;
font-weight:bold;
}
#content h4 {
color: #666;
font-size:0.85em;
padding:8px 0;
font-weight:normal;
}
#left {
width:405px;
text-align:left;
float:left;
}

#mleft {
float:left; width:200px;
}
.mul {
margin: 0 0 0 5px;
}
.mul h3 {
font-weight:bold;
font-size: 1.1em;

color:#fff;
}
.mul .title {
padding: 5px 0 5px 5px;
list-style:none;
background:  #99CC33;
}
.mul li {
list-style:none;
padding: 5px 0;
border-bottom: 1px solid #3C85DF;
}


#footer {
clear:both;
font-size:0.85em;
padding:5px;
margin:5px;
}