* {
padding: 0;
margin: 0;
} 

body {
margin:0;
padding: 0;
font-family:"Tahoma", Times, serif;
background-image:url(images/background.png);
}

#main {
width: 1000px;
height:795px;
margin: 18px auto;
border:solid thin #000000;
}

/* Naglówek  */
#header {
height:242px;
background-image:url(images/top.gif)
}

/* Nawigacja */
#navigation {
background: #111 url(images/thead.gif) repeat-x;
font-size:20px;
font-weight:bold;
height:60px;
line-height:60px;
}

#navigation li {
float:left;
list-style-type:none;
border-left:1px dotted #000000;
}

#navigation li a {
display:block;
padding:0 20px;
text-decoration:none;
color: #000000;
letter-spacing:1px;
}

#navigation li a:hover {
background: #111 url(images/thead_bg.gif) repeat-x;
color:#FFFFFF;
}

#navigation li .aktywny {
/*zachowanie linka aktywnego */
background: #111 url(images/thead_bg.gif) repeat-x;
color:#FFFFFF;
}

/* Margines lewy */
.margines_l {
background: #111 url(images/left_side.gif);
float:left;
width:94px;
height:60px;
}



/* Margines prawy */
.margines_p {
background: #111 url(images/right_side.gif);
float:right;
width:104px;
height:60px;
}

/* Tresc */
#content { 
float: left;
width: 1000px;
height:465px;
background: #111 url(images/content.gif);
}

.tekst11 {
font-family:Verdana, Arial, Helvetica, sans-serif;
text-align:center;
color: #000000;
font-size:14px;
width:800px;
margin-top:10px;
margin-left:110px;
line-height:17px;
}

.tekst11 a {
font-weight:bold;
color:#000000;
}

.tekst11 a:hover {
color:#000000;
background-color: #FFFFFF;
}

.tekst11 h2{
text-align:center;
font-size:18px;
color:#FFFFFF;
font-weight:bold;
margin-bottom:7px;
}

/* Stopka */
#stopka {
float: left;
width: 1000px;
height: 30px;
background: #111 url(images/stopka.gif);
}

.stopka {
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#FFFFFF;
text-align:center;
font-size:10px;
width:800px;
margin-top:10px;
margin-left:100px;
line-height:17px;
}

.stopka a {
font-weight:bold;
color: #FFFFFF;
}



.stopka a:hover {
color:#000000;
background-color: #FFFFFF;
}