﻿@charset "utf-8";
body {
	background-color: #FFF5E6;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #2E4E65;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

img {
	border: 0px;
}

a:link {
	color: #427091;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #427091;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #000;	
	font-weight: bold;
}
a:active {
	text-decoration: underline;
	color: #427091;
	font-weight: bold;
}

.link {
	font-size: 10px;
}

.link_duzy {
	font-size: 17px;
	font-weight: lighter;
	line-height: 28px;
}


h1 {
	font-size: 16px;
	color: #427091;
}
h2 {
	font-size: 14px;
	color: #427091;
}
h6 {
	font-size: 10px;
}


textarea, input, select {
	font:1em Verdana, sans-serif;
	color: #2E4E65; 
	border: 1px solid #2E4E65;
	background-color: #FFF;
	white-space: normal;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}


.naglowek h1 {
	margin: 0 auto;
	background-image: url(grafika/naglowek.jpg);
	background-repeat: no-repeat;
	width: 640px;
	height: 37px;
	padding: 25px 0 0 80px;

}

.podkreslenie {
	text-decoration: underline;
}

.nawigacja {
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 18px;
}

.naglowek2 {
	padding-bottom: 18px;
	text-align: center;
}

/* index.php */


#logo_tlo {
	background-image: url(grafika/logo_tlo.jpg);
	background-position:center;
	background-repeat:no-repeat;
	width: 100%;
	height: 345px;
	margin: 0 auto;
}

#logo {
	text-align: center;
	width: 790px;
	height: 345px;
	margin: 0 auto;
}

#pod_logo {
	background-image: url(grafika/logo_dol.jpg);
	background-position:center;
	background-repeat:no-repeat;
	width: 100%;
	height: 34px;
	margin: 0 auto;
}

#srodek {
	width: 720px;
	margin: 0 auto;
}

#dol {
	font-size: 10px;
	background-image: url(grafika/kreska.jpg);
	background-repeat: repeat-x;
	width: 720px;
	margin: 0 auto;
	margin-top: 25px;
	padding-top: 10px;
	padding-bottom: 3px;
	text-align: center;
}

#stopka {
	font-size: 11px;
	width: 720px;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom:10px;
	text-align: center;
}

#reklama {
	font-size: 14px;
	width:300px;
	margin:0 auto;
	padding-top: 10px;
	text-align: center;

}


/* conowego.php */


#n_gora { 
	width: 720px;
	background: #FFF5E6;
	margin: 0 auto; 
	text-align: left;
} 

#n_lewa {
	float: left; 
	width: 470px;
}


#n_menu {
 	margin: 0 0 0 550px;
	text-align: center;
} 


#n_menu2 {
 	margin: 0 0 0 470px;
	text-align: center;
} 


#n_tresc {
	margin: 0 auto;
	width: 720px;
	vertical-align: top;
	padding-top: 4px;
}

#n_archiwum {
	font-size: 14px;
	text-align: right;
}

/* dodatkowe */

.clearfloat { /* ostatni element diva zawierającego element pływający zeby sie rozciagalo */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

