html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6,  blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, img,
fieldset, form, label, legend,
caption{
	margin: 0;
	padding: 0;
	border: 0;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	color: #080707;        /* kolo czcionki ktory jest w tresci strony */
	background: #3c0002; /* tło strony */
	font-size:11px;
	font-family: Tahoma, Verdana, Georgia, 'Times New Roman', Garamond, Bodoni, serif;
	}
ol, ul {
	list-style: none;
}

/*kolumny*/

#dashboard-content{
border:none;
width:900px;
padding-left:13px;
color:#F4FCE8 ;
margin: 0 auto;
margin-top:10px;
margin-bottom:10px;
clear:both;
}

#dashboard-content img{
float:left;

}

#dashboard-content a img{
border:none;
}



/*menu*/
div#menutop{
width:500px;
margin:0 auto;
text-align:center;
}

ul#menu-top {
	list-style-type: none;
	font-size:13px;
	font-weight:bold;
	margin: 0;
	padding: 0;
	border: 0;
	}

ul#menu-top li {
	list-style-type: none;
	display:inline;
	list-style: none;
	margin: 0;
	padding: 0;
	border: 0;
	margin-left:15px;
	margin-right:15px;
}



ul#menu-top li a {
	color: white;
	text-decoration: none;
	text-align:center;
	border-bottom: 0;
	}



/*tresc*/


div#main{
width:859px;
margin:0 auto;
background:#fdeedb;  /*zmiana koloru TRESCI*/
font-size:1.2em;
padding-top:0px;
clear:both;
}

#content{
padding-left:20px;
padding-right:20px;
text-align:justify;
}




.gall{
float:left;
width:165px;
}

.gall a {
border: none;
background:none;}

.gall a img{
border: 1px solid black;
background:none;}




.galp{float:right;
width:350px;
}






/*stopka*/






#footer-content{
padding-top:7px;
width:840px;
margin: 0 auto;
color:#d6211a;      /* do czego to kolor ??*/
font-size:1.0em;
}

#footer-content a{
color:#a1663d;           /* stopka kolor czcionki*/
text-decoration:none;
}

