/* ---------- @ Ustawienia globalne -----------*/


* {
	margin:0;
	border:0;
	padding:0;
	text-decoration:none;
	list-style-type:none;
	outline:none;
	}

body {	
	font-size:62.5%;
	font-family:Verdana, Arial, sans-serif;
	background:url("images/tlo.png");
	color:#222;
	}

p {
	padding:.6em 0;
	font-size:1.1em;
	line-height:2em;
	word-spacing:0.2em;
	}

a {
	color:#fff;
	font-size:1.2em;
	font-family:Georgia, serif;
	letter-spacing:0.1em;
	}
	
a:hover {
	color:#e8249b;
	}
	
	
.left {
	float:left;
	}

.right {
	float:right;
	}
	
.clear {
	clear:both;
	}
	
.nodisplay {
	display: none;
	}


/* ---------- @ Struktura strony -----------*/

#wrapper {
	width:100%;
	height:562px;
	
	background:url("images/tlo_main.png") repeat-x;
	}


#center {
	margin:0 auto;
	
	width:928px;
	height:562px;
	}

#cienl {
	width:14px;
	height:562px;

	float:left;
	background:url("images/cienl.png");
	}

#cienp {
	width:14px;
	height:562px;

	float:right;
	background:url("images/cienp.png");
	}

#logo {
	margin:0;
	padding:5px;

	width:130px;
	height:130px;

	float:left;
	}

#logo a img {
}

#main {
	width:900px;
	height:562px;
	
	float:left;
	background:url("images/bgmain.jpg") no-repeat;
	}


#down {background:url("images/ciendol.png") repeat-x; width:100%; min-width:988px; clear:both;}

#downcenter {width:700px; margin:0 auto; padding:16px 0 10px; text-align: left;}


/* ---------- @ Naglowki -----------*/

h1, h2, h3, h4, h5, h6 {
	font-family: Lucida Grande, Georgia, Helvetica, serif;
	color:#fff;
	}

h1 {
	font-size:3.6em;
	line-height:1.2em;
	letter-spacing:0.25em;
	}

h2 {
	font-size:2.2em;
	line-height:1.3em;
	word-spacing:0.1em;
	letter-spacing:0.2em;
	font-family: Georgia;
	font-style: italic;
	}
	

h3 {
	font-size:1.1em;
	line-height:1.2em;
	word-spacing:0.1em;
	letter-spacing:0.2em;
	font-weight:100;
	}
	
h4 {
	font-size:1.4em;
	line-height:1.2em;
	}

h5 {
	
	}
	
h6 {
	
	}	
	
/* ---------- @ Nawigacja -----------*/	





/* ---------- @ Style zawartosci -----------*/


#content {
	margin-top:150px;
	width:900px;
	height:400px;
	position:absolute;
	
	background:rd;
	}

#contleft {
	margin:90px 30px 10px;
	width:310px;
	text-align:justify;
	float:left;
	}
	
#contright {
	margin:260px 20px 0 0;
	width:365px;
	
	float:right;
	background:lue;
	}

#contrightin {
	padding-left:10px;
	}


