html, body {
	font-family: tahoma; 
	font-size: 12px; 
	color: #333333; 
	padding: 0px;
	margin: 0px;
	height: 100%;
	background: url(/img/top_pas.gif) repeat-x top;
}


#t_strona {
	margin: 0 auto;
	width: 950px;
}

#t_top {
	width: 950px; 
	height: 397px; 
	padding: 0px; 
	margin: 0px auto; 
	position: relative;
	background: url(/img/top.jpg) no-repeat bottom;
}

#logo {
	width: 196px; 
	height: 59px; 
	position: absolute;
	background: url(/img/logo.gif) no-repeat;
	display: block;
	top: 25px;
}
#umow_sie {
	position: absolute;
	top: 300px;
	left: 284px;
}

#t_container {
	width: 910px; 
	padding: 10px 0 20px 0;
	margin: 0px auto;
	line-height: 17px;
	font-size: 12px;
}

#t_bottom {
	margin: 0px auto;
	padding: 25px;
	width: 900px;
	height: 14px;
	background: url(/img/bottom.gif) repeat-x;
	color: #053724;
}
#t_bottom a {
	color: #053724;
}

body>#t_strona>#t_container, body>#t_strona>#t_container>#t_okno {
    height     : auto;
    min-height : 250px;
}

#menu_top {
	width:650px; 
	height: 16px; 
	position: absolute;
	top: 50px;
	left: 300px;
}
#menu_top a {
	height: 16px; 
	float: left;
	display: block;
	margin-left: 25px;
	color: #073e24;
	font-size: 13px;
	font-weight: bold;
}
#menu_top a:hover, #menu_top a.sel {
	color: #da251d;
	text-decoration: none;
}

.panel {
	float: right;
	width: 640px;
}
.panel_l {
	float: left;
	width: 231px;
	padding-top:20px;
	text-align: center;
}

.strony {
	text-align: center;
	clear: both;
}


.clear,.clear2 {
	clear: both; 
	font-size: 0px;
	height: 0px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
.clear2 {
	height:15px;
}

.star {
	color: #ff0000; 
}

.error {
	font-family: tahoma; 
	font-size: 10px; 
	color: #ff0000; 
}

.info {
	font-family: tahoma; 
	font-size: 10px; 
	color: #00ee00;
	text-align: center;
}

.podpis {
	font-family: tahoma; 
	font-size: 11px; 
	color: #9fa2a4; 
}


h2 {
	font-family: tahoma; 
	font-size: 16px; 
	font-weight: bold;
	padding: 0;
	margin: 25px 0;
	color: #333333;
}

h3 {
	font-family: tahoma; 
	font-size: 12px; 
	font-weight: bold;
	padding: 0;
	margin: 15px 0;
	color: #333333;
}

img {border: 0}

input.txt, textarea.txt
{
 	font-family:  Verdana;
	font-size: 11px;
	border: 1px solid #5b5b5b;
	padding:5px;
}


a {
	font-size: 12px; 
	color: #333333; 
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.color1 {
	color: #841111;
}

.color2 {
	color: #39a57b;
}


a.btn {
	display: block;
	background-repeat: no-repeat;
	background-position: top;
}
a.btn:hover {
	background-position: bottom;
}
a.btn_wyslij {
	background-image: url(/img/btn_wyslij.gif);
	width: 96px;
	height: 29px;
}
a.btn_umow_sie {
	background-image: url(/img/btn_umow_sie.gif);
	width: 156px;
	height: 29px;
}




.news {
	margin-bottom: 20px;
}
.news .l {
	width: 110px;
	float: left;
	text-align: center;
}
.news .r {
	width: 530px;
	float: right;
}
.news .r.nophoto {
	width: 640px;
}
.news .r a.naglowek {
	font-weight: bold;
	float: left;
}
.news .r div.data {
	float: right;
	color: #767676;
}
.news .r div.tresc {
	margin: 5px 0;
}


ul {
	list-style-type: none;
	padding: 0;
	margin: 5px 0;
}
ul li {
	padding: 0 0 0 35px;
	margin: 2px 0 2px 0;
	background: url(/img/pkt.gif) no-repeat 13px 3px;
}



div.fotos a.foto {
	width: 150px;
	height: 112px;
	float: left;
	display: block;
	padding: 0;
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 10px;
}



.popup-wrapper {	
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 999999;
	
	display: flex;
	align-items: center;
	justify-content: center;
}

.popup {
	background-color: #FFFFFF;
	box-shadow: 0 0 50px 50px rgba(0,0,0,0.1);
	cursor: default;
	max-width: 600px;
	min-width: 300px;
	padding: 30px 50px;
	text-align: center;
	line-height: 1.5em;
}
.popup-btns {
	text-align: center;
	margin: 30px 0 0 0!important;
}

