﻿html {
	background-color: white;
	background-image: url('img/tlo.jpg');
	background-repeat: repeat-x;
	color: #343434;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	font-family: Tahoma, Arial;
	font-size: 12px;
	line-height: 1.5;
}

body {
	margin: 0 auto;
	font-family: Tahoma, Arial;
}

.bold {
	font-weight: bold;
}

.bold_14 {
	font-weight: bold;
	font-size: 13px;
	text-decoration:none;
}

.naglowek {
	width: 100%;
	background-color: #003e70;
	font-weight: bold;
	font-size: 14px;
	color: white;
	text-align: left;
	padding: 10px 0 10px 10px;
	margin-bottom: 15px;
}

.just {
	text-align: justify;
}

#header {
	width: 1000px;
	height: 70px;
	margin: 0 auto;
	margin-top: 30px;
}

#logo {
	float: left;
	height: 70px;
	width: 189px;
}

#fb_gora{
	float: left;
	height: 40px;
	width: 150px;
	margin-left: 30px;
	margin-top: 15px;
}

#kon_gora{
	float: left;
	height: 60px;
	width: 140px;
	font-size: 16px;
	margin-left: 30px;
	
	margin-top: 7px;
}

#kon_gora a{
	text-decoration: none;
	color: #343434;
}

.kon_gora_s{
	float: left;
	margin-bottom: 5px;
}

.kon_gora_s img{
	padding-right: 10px;
	float: left;
}
	
#pasek {
	height: 4px;
	width: 100%;
	background-image: url('img/pasek.jpg');
	margin-top: 25px;
}
	
#menu {
	width: 920px;
	height: 300px;
	margin: 0 auto;
	margin-top: 40px;
}

#menu a:visited{
	color: #343434;
}

#menu a:link{
	color: #343434;
}

.menu_teksty {
	padding: 5px 10px 10px 10px;
	
}

#el_menu1{
	-webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -o-transition: all 0.4s ease;
	border-style: solid;
	border-width: 5px;
	border-color: #0a2c56;
	height: 250px;
	width: 195px;
	float: left;
}

#el_menu1:hover {
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	
	background-color: #0a2c56;
	color: white;
}

#el_menu2 {
	-webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -o-transition: all 0.4s ease;
	border-style: solid;
	border-width: 5px;
	border-color: #003e71;
	height: 250px;
	width: 195px;
	float: left;
	margin-left: 34px;
}

#el_menu2:hover {
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	
	background-color: #003e71;
	color: white;
}

#el_menu3 {
	-webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -o-transition: all 0.4s ease;
	border-style: solid;
	border-width: 5px;
	border-color: #005292;
	height: 250px;
	width: 195px;
	float: left;
	margin-left: 34px;
}

#el_menu3:hover {
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	
	background-color: #005292;
	color: white;
}

#el_menu4 {
	-webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -o-transition: all 0.4s ease;
	border-style: solid;
	border-width: 5px;
	border-color: #006ab8;
	height: 250px;
	width: 195px;
	float: right;
}

#el_menu4:hover {
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	
	background-color: #006ab8;
	color: white;
}

#footer {
	width: 100%;
	background: #0083e6;
	height: 230px;
	margin-top: 5px;
	float: left;
}

#footer2 {
	width: 1000px;
	height: 220px;
	margin: 0 auto;
	color: white;
	font-weight: bold;
}

#footer_logo {
	float: left;
	margin-top: 30px;
	margin-left: 405px;
	padding-bottom: 15px;
}

#footer_tekst{
	width: 1000px;
	margin: 0 auto;
	float: left;
}


/* INDEX END */

#tresc{
	width: 1000px;
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: left;
	line-height: 2.0;
}



#tresc_lewa {
	width: 660px;
	float: left;
	margin-bottom: 40px;
	text-align: justify;
}

#tresc_prawa {
	width: 320px;
	float: right;
	height: 300px;
}	

#foto {
	width: 300px;
	height: 360px;
	background: yellow;
	float: right;
}





