/* Wyczyszczenie i ustawienie domyślnych stylów */
* {
	margin: 0;
	padding: 0;
	border: solid 0px #000;
	text-decoration: none;
	font: normal 12px Verdana, Tahoma, Arial, sans-serif;
	color: #000;
	background-color: transparent;
}
body {
	text-align: center;
	background-color: #99ad31;
}

/* Główne elementy strony */
#container {
	margin: 0 auto;
	width: 900px;
	height: 560px;
	position: relative;
	overflow: hidden;
}
#left_side {
	width: 704px;
	float: left;
	overflow: hidden;
}
#content {
	width: 580px;
	height: 370px;
	padding-top: 75px;
	padding-left: 100px;
	color: #fff;
	position: relative;
}
#muszla {
	position: absolute;
	left: -80px;
	bottom: -120px;
}
#sygnatury {
	clear: both;
	padding-top: 80px;
	padding-left: 650px;
	width: 111px;
	height: 100px;
}
#sygnatury a {
	float: left;
}

/* */
#content .logo_box {
	width: 260px;
	border: solid 0px #000;
	float: left;
	padding-top: 260px;
	text-align: center;
}
#content .right_box {
	width: 290px;
	padding-right: 10px;
	float: right;
	padding-top: 10px;
	text-align: justify;
}
#content .right_box2, #content .nawigacja {
	width: 240px;
	padding-right: 60px;
	position: absolute;
	right: 0;
	bottom: 3px;
	font: bold 11px/1.4 "Trebuchet MS", Verdana, Arial, sans-serif;
	text-align: left;
}
#content .right_box2 a, #content .nawigacja a {
	font: bold 11px/1.4 "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #FF5000;
}
#content .right_box2 {
	padding-top: 20px;
}
#content .nawigacja {
	padding-top: 0px;
	bottom: 10px;
}

/* Nawigacja po aktualnościach */
.nawigacja {
	text-align: left;
	display: block;
}
.nawigacja span, .button{
	padding: 4px;
	margin: 5px;
	margin-left: 0;
	margin-right: 10px;
	background: #fff;
}
.nawigacja .button_active {
	background-color: #FF5000;
	font: bold 11px/1.4 "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #fff;
}
.nawigacja a:hover {
	color: #FF5000;
}

#content h1 {
	font: bold 16px/1.3 "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #000;
	text-align: left;
	padding-bottom: 10px;
}
.omnie #content p {
	font: normal 13px/1.5 "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #000;
	text-align: justify;
}
.aktualnosci #content p {
	font: normal 13px/1.5 "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #000;
	text-align: justify;
}
.camino #content p {
	font: normal 11px/1.4 "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #000;
	text-align: justify;
}
.camino #content .logo_box p {
	font: bold 12px/1.4 "Trebuchet MS", Verdana, Arial, sans-serif;
	text-align: left;
}
.ksiezyc #content p {
	font: normal 11px/1.4 "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #000;
	text-align: justify;
}
.ksiezyc #content .logo_box p {
	font: bold 12px/1.4 "Trebuchet MS", Verdana, Arial, sans-serif;
	text-align: left;
}
.kontakt p {
	font-weight: bold;
}
.kontakt .small_input, .kontakt textarea {
	background: #fff;
	border: solid 1px #333;
	width: 280px;
	padding: 3px;
	margin-bottom: 10px;
	margin-top: 5px;
}
.kontakt .line_button {
	background: #fff;
	border: solid 1px #333;
	width: 100px;
	padding: 3px;
	margin-bottom: 3px;
	margin-right: 15px;
	cursor: pointer;
	font-weight: bold;
}
.kontakt textarea {
	height: 150px;
}
.kontakt .error_red , .kontakt .error_green {
	padding-bottom: 5px;
}
.kontakt .error_red {
	color: #f33;
}
.kontakt .error_green {
	color: #0c0;
}

/* Prawa strona - menu, czyli fishki */
#right_side {
	width: 196px;
	position: relative;
	float: left;
}
#right_side ul {
	list-style: none;
	margin-top: 50px;
}
#right_side ul li a {
	display: block;
	width: 135px;
	height: 70px;
}
#right_side ul li a.fishka1{
	background: transparent url('../../data/template/graphics/menu/aktualnosci_off.png') top left no-repeat;
}
#right_side ul li a.fishka2{
	background: transparent url('../../data/template/graphics/menu/omnie_off.png') top left no-repeat;
}
#right_side ul li a.fishka3{
	background: transparent url('../../data/template/graphics/menu/camino_off.png') top left no-repeat;
}
#right_side ul li a.fishka4{
	background: transparent url('../../data/template/graphics/menu/kontakt_off.png') top left no-repeat;
}
#right_side ul li a.fishka5{
	background: transparent url('../../data/template/graphics/menu/ksiezyc_off.png') top left no-repeat;
}
#right_side ul li a:hover.fishka1{
	background: transparent url('../../data/template/graphics/menu/aktualnosci_on.png') top left no-repeat;
}
#right_side ul li a:hover.fishka2{
	background: transparent url('../../data/template/graphics/menu/omnie_on.png') top left no-repeat;
}
#right_side ul li a:hover.fishka3{
	background: transparent url('../../data/template/graphics/menu/camino_on.png') top left no-repeat;
}
#right_side ul li a:hover.fishka4{
	background: transparent url('../../data/template/graphics/menu/kontakt_on.png') top left no-repeat;
}
#right_side ul li a:hover.fishka5{
	background: transparent url('../../data/template/graphics/menu/ksiezyc_on.png') top left no-repeat;
}

/* Poszczególne podstrony */
.aktualnosci {background: #fef7f7 url('../../data/template/graphics/bg_aktualnosci.jpg') top left no-repeat;}
.omnie {background: #fef7f7 url('../../data/template/graphics/bg_omnie.jpg') top left no-repeat;}
.camino {background: #fef7f7 url('../../data/template/graphics/bg_camino.jpg') top left no-repeat;}
.ksiezyc {background: #fef7f7 url('../../data/template/graphics/bg_ksiezyc.jpg') top left no-repeat;}
.kontakt {background: #fef7f7 url('../../data/template/graphics/bg_kontakt.jpg') top left no-repeat;}

/* * * * * * * * * * * * * */
/* Style strony powitalnej */
/* * * * * * * * * * * * * */
/* .welcome {background: #fef7f7 url('../../data/template/graphics/bg_welcome.jpg') top left no-repeat;} */
.welcome {background-color: #99ad31;}
.welcome a, .welcome img {
	position: absolute;
	overflow: hidden;
	display: block;
}
#main_motive {
	top: 45px;
	left: 250px;
}
/* Aktualnosci*/
.img_aktualnosci {top: 310px; left: 340px; }
.f_aktualnosci {top: 370px; left: 340px; width: 227px; height: 100px;}

/* O mnie */
.img_omnie {top: 50px; left: 240px;}
.f_omnie {top: 10px; left: 200px; width: 150px; height: 150px;}

/* Camino Inaczej */
.img_camino {top: 140px; right: 200px;}
.f_camino {top: 110px; right: 160px; width: 150px; height: 150px;}

/* Zielony księżyc */
.img_ksiezyc {top: 40px; right: 280px;}
.f_ksiezyc {top: 0px; right: 250px; width: 150px; height: 150px;}


/* Kontakt */
.img_kontakt {top: 220px; right: 240px;}
.f_kontakt {top: 280px; right: 230px; width: 80px; height: 120px;}