/* CSS Document */

/* Strona startowa */

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, sans-serif;
  	font-size:11px;
  	text-align:center;
  	color:#000;
	background: #e1e1e1 url(../img/wit_pasek.gif) repeat-x;
	}

#all {
    position:relative;
    height:550px;
    text-align:center;
	margin: 0;
	padding: 0;
	background: url(../img/start_bckg_okrag.gif) no-repeat center top;
	}

#top {
	height: 160px;
    width:748px;
    margin:0px auto;
	background-image: url(../img/wit_bckg_top.gif);
	}	
	
#logo {
	height: 48px;
	margin-left: 15px;
	float: left;
  	}
  
#menu_top {
    text-align:right;
    height:15px;
	}
	
#menu_top a:link, #menu_top a:visited {
    color:#000;
    text-decoration:none;
  	font-size:10px;
  	padding-left:2px;
  	padding-right:2px;  
	}

#menu_top a:hover, #menu_top a:active {
    color:#000;
    text-decoration:underline;
	}

#content {
	margin: 0 auto;
	align: center;
	display: block;
	width: 515px;
	background-color: #fff;
	padding: 15px;
	}

.hid {
	display: none;
	}

#footer {
    height:39px;
  	margin-top: 50px;
  	background: url(../img/wit_footer.gif) no-repeat center; 
	}

p {
	font-size: 12px;
	line-height: 16px;
	padding: 0 0 8px 0;
	margin: 0;
	text-align: justify;
	}
	
a.dalej {
	font-size: 16px	;
	float: right;
	font-weight: bold;
	text-decoration: none;
	color: #6DCFF6;
	/*color: #e1e1e1;*/
	}
	
a.dalej:hover {
	color: #00AEEF;
	}