﻿html, body, h1, h2, h3, h4, h5, h6, a, abbr, acronym, em, p, strong, address, blockquote, cite, q, dd, dfn, dl, dt, li, ol, ul, code, kbd, pre, samp, tt, var, del, ins, small, caption, table, tbody, td, tfoot, th, thead, tr, fieldset, iframe, img {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	line-height: normal;
	text-align: left;
	text-decoration: none; }
	/*to był reset dla ustawień w różnych przeglądarkach */


	
body {
margin: 0;
padding: 0;
background: black;
font-family: Verdana, Tahoma, Geneva, sans-serif;
font-size: 12px;
color: black;

}

a:link {color: blue;}
a:visited {color: red;}
a:hover {color: green;}
a:active {color: yellow;}
a:focus {color: black;}


h1 {
font-size: 20px;
padding-top: 20px;
}

img {
border: 0;
}

#content ul {
list-style-image: url("../img/arrow.gif");
padding-left: 3em;
padding-bottom: 1em;
}

#kontakt ul  {
list-style: none;
padding-left: 3em;
padding-bottom: 1em;

}

#content li {
font-weight: bold;
line-height: 1.8em;
}



#wrapper {
width: 920px;
margin: 0 auto ;
}
#top {
background-image: url("../img/top.jpg");
height: 196px ;
position: relative;
border-top: 5px white solid ;
}
//*
#logo h1 {
background: url("../img/logo.jpg") no-repeat;
height: 50px ;
position: absolute;
width: 243px;
top: 5px;

}
*//

#logo h1 a {
display: block;
text-indent:-999px ; }

#nav {
background: #515151;
border-top: 1px #ccc solid;
}

#nav ul {
margin: 0;
padding: 10px 0; }

#nav ul li {
display: inline;
list-style: none;
}

#nav ul li a {
text-decoration: none;
color:#fff;
font-weight: bold;
padding: 11px 5px;

}

#nav ul li a:hover {
background: #fff;
color: #000;

}



#numer {
margin:-24px 9px 12px 0;
text-align: right;
color: #fff;
}

#content {
background: #fff;
padding-top: 1px;
overflow:auto;
width: 100%;
}

#content p {
margin: 0;
line-height: 1.5;
padding: 1em;
letter-spacing: 0.7px;}




#content h3 {
margin: 1em;
font-size: 1.1em;
}

#content h2 {
display: block;
width: 400px;
font-size: 1.3em;
padding: 1em;
margin: 2em 0 1.5em 0;
font-weight: bold;
}




#content #c1 {
width: 600px;
float:left;
}


#content #c1 a {
text-decoration: underline;
}

#content #c1 ul li  {
padding-left: 1em;
line-height: 1.5em;
font-weight: bold;


}

#content #c1 h1 {
padding-left: 1em;
font-weight: bold;
}

#zapraszam {
margin-top: 10px;
display:inline;
font-weight: bold;
text-align: center;
font-size: 1.2em;
}

#content #c2 {
float:right;
width: 300px;
margin-top: 10px;
padding: 0px;
background: url("../img/Tomek Baryla.jpg") no-repeat;
height: 589px ;

}




#footer {
clear: both;
background: url("../img/footer02.jpg") no-repeat;
height: 139px;
width: 100%;
float: left;
color:#fff;
}

#footer-menu, #copyright {
width: 350px;
color: #fff;
padding-top: 15px;
}

#footer-menu {
float: left;
padding-left: 45px;
}

#footer-menu a {
color: #fff;
padding: 0 5px;
text-decoration: underline;
}

#copyright {
float: right;
padding-right: 50px;
text-align: right;
}


