body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
    min-height: 100%;
}


.kolor {
	color:rgb(15,75,157);
}
.kolor_tlo {
	background-color:rgb(15,75,157);
}



.back-top {
	 opacity: 0.2;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.back-top:hover{
	 opacity: 0.7;
}


.justify {
	text-align: justify;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}

.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}


.cien {
	box-shadow: 0 1px 3px #999999;
}

.cien_foto {
	background-color: white;
	padding: 4px;
	box-shadow: 0 1px 5px #999999;
}

.wiersz_zolty {
	box-shadow: 0 1px 2px #999999;
}
	
.wiersz_szary {
	background-color: #F0F0F0;
	box-shadow: 0 1px 2px #999999;
}

.wiersz_zolty_div {
	padding: 4px;
	margin-bottom: 4px;
	background-color: #FFFBBF;
	box-shadow: 0 1px 2px #999999;
}
	
.wiersz_szary_div {
	padding: 4px;
	margin-bottom: 4px;
	background-color: #F0F0F0;
	box-shadow: 0 1px 2px #999999;
}


.wiersz_rzad:nth-child(odd) {
	background-color: #FFFBBF;
}
.wiersz_rzad:nth-child(even) {
	background-color: #FFFDDF;
}
.wiersz_rzad:hover {
	background-color: #FFE9A0;
}

.wiersz_rzad_1 {
	background-color: #FFFBBF;
}
.wiersz_rzad_1:hover {
	background-color: #FFE9A0;
}


table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 6px;
	font-size: 0.9em;
}

td {
	padding: 6px;
}





.link {
	color: rgb(0,56,130);
	text-decoration: underline;
	}
.link:hover {
	color: orange;
	text-decoration: underline;
	}


.kwadrat ul, .kwadrat li {
	list-style-image: url(../grafika/kwadrat.png);
	margin-bottom: 7px;
	margin-left: 20px;
	padding: 0;
}




#strona {
	width:100%;
	margin:0 auto;
	padding: 0;
	text-align: center;
}

#naglowek_banner_przyciski {
	margin: 0 auto 0 auto;
	padding-right: 3px;
	padding-bottom: 0;
	text-align: right;
	max-width: 1000px;
}


#naglowek_banner {
	max-width: 1000px;
	height: 282px;
	margin:-35px auto 0 auto;
	padding:0;
	background: url(../grafika/naglowek.jpg); 
}



.calosc_naglowek_konferencja {
	margin: 0 auto 8px auto;
	text-align: center;
}

.naglowek_konferencja {
	margin: 0 auto;
	max-width: 1000px;
	color: rgb(0,56,130);
	text-align: left;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	line-height: 1.3em;
}


.calosc_naglowek_konferencja_tytul {
	margin: 12px auto 12px auto;
	padding: 15px 0;
	color: rgb(0,56,130);
	color: white;
	background-color: rgba(0,56,130,0.75);
	text-align: center;
}

.naglowek_tytul_konferencji {
	margin: 0 auto;
	max-width: 1000px;
	text-align: left;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 1.7em;
	line-height: 1.25em;
}

.calosc_naglowek_konferencja_data {
	margin: 10px auto 10px auto;
	text-align: center;
}

.naglowek_konferencja_data {
	margin: 0 auto;
	margin-bottom: 40px;
	max-width: 1000px;
	color: rgb(0,56,130);
	text-align: left;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 1.15em;
	line-height: 1.15em;
}




.przycisk_rejestracja {
	display:block;
	float:right;
	margin-left: 3px;
	padding:6px 10px;
	color: rgb(205,8,30);
	background-color:white;
	font-size: 14px;
	letter-spacing:-0.75px;
	text-align: center;
	text-decoration:none;
	border-radius: 0 0 8px 8px;
	box-shadow: 0 1px 3px #999999;

	-webkit-transition-property: background-color;
	-moz-transition-property: background-color;
	-o-transition-property: background-color;
	transition-property: background-color;
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;
	transition-duration: 1s;
}
.przycisk_rejestracja:hover {
	background-color: rgb(44,106,165);
	color: white;
	text-decoration:none;
}


#ramka {
	margin: 20px auto 20px auto;
	max-width: 1000px;
	padding: 0 10px; 
	text-align: center;
}


#tresc_ramka {
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	font-size: 1em;
	line-height: 1.35em;
}


#stopka {
	width:100%;
	max-width: 1000px;
	margin: 7px auto 0 auto;
	padding: 15px 20px 30px 20px;
	color: grey;
	background-color: #efefef;
	font-size: 0.7em;
	line-height: 1.3em;
	text-align: center;
	box-shadow: 0 1px 3px #dddddd;
}

.link_stopka{
	color: grey;
	text-decoration: none;
}
.link_stopka:hover{
	color: orange;
	text-decoration: none;
}


#open_menu {
	display:none;
}


h1 {
	margin-top: 40px;
	margin-bottom: 20px;
	padding: 10px;
	color: white;
	background-color: rgba(205,8,30,1);
	font-size: 1.2em;
	text-align: left;
	font-weight: normal;
	border-radius: 0 0 22px 0;
	box-shadow: 0 1px 3px #999999;
}

h2 {
	margin-bottom: 10px;
	color: brown;
	font-size: 1.1em;
	line-height: 1.3em;
	font-weight: normal;
	text-align: left;
}


.tekst {
	color: black;
	text-align: justify;
	font-size: 1em;
	line-height: 1.45em;
}


/* menu główne */
.menu {
	display: block;
	width: 230px;
	margin-bottom: 5px;
	padding: 8px 4px;
	text-decoration:none;
	box-shadow: 0 1px 3px #999999;
}
.menu:hover {
	text-decoration:none;
}

.menu_aktywne {
	display: block;
	width: 230px;
	margin-bottom: 5px;
	padding: 8px 4px;
	text-decoration:none;
	box-shadow: 0 1px 3px #999999;
}
.menu_aktywne:hover {
	text-decoration:none;
}
.menu_odstep_0 {
	margin-top: 0;
}
.menu_odstep_15 {
	margin-top: 15px;	
}
/* koniec menu główne */




/* formularze */
.rejestracja_blok {
	margin: 10px 0px 40px 0px;
	padding: 10px;
	border-style: solid;
	border-width: 1px;
	border-color: #cfcfcf;
	border-radius: 7px;
}

.rejestracja_naglowek_bloku {
	color: grey;
	font-size: 17px;
	padding: 0px 20px 0px 10px;
	font-style: normal;
}

.txtinput {
	width: 90%;
	margin-left: 20px;
	padding: 10px 20px 10px 10px;
	color: #000000;
	background-color: #ffffee;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	font-size: 14px;
	border-style: solid;
	border-width: 1px;
	border-color: #dedede;
	border-radius: 5px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
}

.txtinput:focus {
	color: #333;
	border-color: rgba(0,140,54, 0.4);
	background-color: #ffeecc;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
	outline: 0 none;
}

.przycisk {
	margin: 10px 0;
	padding: 10px 10px;
	font-size: 13px;
	color: #000000;
	background-color: #FFCC66;
	text-decoration:none;
	box-shadow: 0 1px 3px #999999;
	border-width: 0;
	border-radius: 4px;
}
.przycisk:hover {
	color: white;
	background-color: red;
	text-decoration:none;
}

.przycisk_anuluj {
	margin: 10px 0;
	padding: 10px 10px;
	font-size: 13px;
	color: #000000;
	background-color: #dfdfdf;
	text-decoration:none;
	box-shadow: 0 1px 3px #999999;
	border-width: 0;
	border-radius: 4px;
}
.przycisk_anuluj:hover {
	color: white;
	background-color: red;
	text-decoration:none;
}

.przycisk_radio {
	vertical-align: baseline;
	margin: 0 10px 10px 20px;

}

.informacja_rejestracja {
	font-size: 15px;
	line-height: 21px;
	text-align: justify;
}
/* koniec stylów dla formularzy */


/* błędy walidacji */
label.error {
	display:block;
	margin-top: -5px;
	margin-left: 20px;
	color: red;
	font-weight: normal;
	font-size: 11px;
}

input.error, select.error, textarea.error,
input.error:focus, select.error:focus, textarea.error:focus {
	border: 1px red solid;
}
/* koniec stylów dla błędów walidacji */


.hotel_pole {
	padding: 10px;
	margin-top: 50px;
	border-style: solid;
	border-width: 1px;
	border-color: #afafaf;
	border-radius: 10px;
}

.hotel_nazwa {
	font-size: 19px;
	padding: 0 10px;
}

.hotel_foto {
	margin: 0 10px 10px 0;
}

.hotel_dane {
	float:left;
}

.hotel_grafika {
	float: right;
}


.flaga {
	border: 1px solid #c0c0c0;
}

.flaga:hover {
	border: 1px solid orange;
}