﻿* {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px
}

a:link {text-decoration: none; color: #1D6B00;}      /* unvisited link */
a:visited {text-decoration: none; color: #1D6B00;}  /* visited link */
a:hover {font-weight: bold; text-decoration: none; color: #1D6B00;}  /* mouse over link */
a:active {text-decoration: none; color: #1D6B00;}  /* selected link */

#cialo {
	width: 998px;
	margin: 0 auto;
}

#naglowek {
	padding: 5px 0 5px 0;
}

#naglowek_logo {
	float: left;
}

#naglowek_rek {
	float: right;
	margin-top: 5px;
}	

#rek_naglowek {
	width: 728px;
	height: 90px;
}

#kolumny {
	margin-top: 30px;
}

#kolumna_lewa {
	width: 160px;
	float: left;
}

#kolumna_srodek {
	width: 658px;
	padding: 0 10px 0 10px;
	float: left;
	text-align: justify;
}

#kolumna_prawa {
	width: 160px;
	float: left;
}

#forum_szukaj {
	border: solid 1px #1D6B00;
}

#ramka_tytul {
	color: #FFF;
	background: #1D6B00;
	padding: 2px;
	text-align: center;
	font-weight: bold;
}

form {
	text-align: center;
	padding: 5px;
	background: #D4FAD2;
	height: 65px;
}

input	 {
	width: 150px;
	margin-top: 5px;
}

submit {
	width: 50px;
}

h1 {
	font-size: 64px;
}

h2 {
	margin-top: 5px;
	margin-left: 2px;
	letter-spacing: 13px
}

#rek_wiezowiec {
	margin-top: 10px;
}

#ramka_menu {
	border: solid 1px #1D6B00;
	background: #D4FAD2;
}

#ramka_fb {
	text-align: center;
	margin-top: 10px;
	border: solid 1px #1D6B00;
	background: #D4FAD2;
}

ul
{
    margin-left: 10px;
	margin-top: 5px;
	list-style-type: none;
}

li {
	margin-bottom: 3px;
}

#rek_tekst {
	float: left;
	width: 310px;
	height: 260px;
	padding: 10px 10px 0px 0px;
}

#pytania {
	width: 650px;
	padding: 5px;
	margin-top: 20px;
	border: solid 1px #1D6B00;
	background: #D4FAD2;
}

#stopka {
	width: 100%;
	font-size: 12px;
	margin-top: 50px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	border-top: solid 1px #1D6B00;
	background: #D4FAD2;
}

#stopka a {
	font-size: 12px;
}

#dymek {
	float: right;
	border: solid 1px #1D6B00;
	background: #D4FAD2;
}