#imgtip_transparent {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	filter:alpha(opacity=40);
	opacity: 0.4; 
	background: url(/img/imgtip.png);
	z-index: 1; 
}
#imgtip_panel {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%; 
	z-index: 2; 
}

#imgtip_panel div {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%; 
}

#tooltip {
	padding: 4px;
	position: absolute;
	left: 0;
	min-width:140;

	font-family:  tahoma;
	color: #000000;
	font-size: 11px;

	border-style: solid;
	border-width: 1;
	border-color: #d2d6cf;

	background-color: #ecefea;
}



#t_strona {
	margin: 0px auto; 
	width: 839px;
}

#t_top {
	width: 839px;
	height: 19px;
}

#t_left {
	clear: both;
	float: left;
	width: 191px;
}

#t_left_top {
	width: 191px; 
	height: 431px; 
}

#t_left_middle {
	height: 200px; 
	color: #ffffff;
	text-align: right;
	padding-right: 15px;
	margin-top: 10px;
}
#t_left_middle a {
	color: #d2f22d;
}

#t_right {
	float: right;
	width: 648px; 
	height: 40px; 
	padding: 0 0 80px 0; 
	margin: -10px auto 10px auto; 
	background: #fff;
	border: 1px solid #00436c;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
	position: relative;
}

#t_bottom {
	color: #c8c8c8;
	clear: both;
	height: 47px;
	position: absolute;
	bottom: 0;
	left: 30px;
	right: 30px;
}
#t_bottom a {
	color: #6a6a6a;
}


body>#t_strona {
    height     : auto;
    min-height : 550px;
}

body>#t_strona>#t_right {
    height     : auto;
    min-height : 550px;
}



#t_menu {
	margin-bottom: 50px;
	text-align: right;
}
#t_menu>a>img {
	margin: 30px 50px;
	text-align: right;
}
#t_menu nav {
	text-align: center;
}
#t_menu nav a {
	color: #00436c;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 15px;
}
#t_menu nav a:hover {
	color: #11adff;
	text-decoration: none;
}



div.galeria_opis_tlo {
	filter:alpha(opacity=40);
	opacity: 0.4; 
	background: url(/img/galeria_tlo.png);
	position: relative;
	top: 35%;
	width: 100%;
	height: 30%;
	z-index:1;
	display: none;
	cursor: pointer;
}
div.galeria_opis {
	cursor: pointer;
	color: #fff;
	position: relative;
	top: 65%;
	height: 30%;
	z-index:2;
	display: none;
	padding: 0px 7px 0px 7px;
}


.linia {
	font-size: 0px;
	height: 1px;
	background: #c0c0c0;
	margin: 5px 0px 5px 0px;
	clear: both;
}

.strony {
	text-align: center;
	clear: both;
}


.link {
	color: #29a3d6;
}



.star {
	color: #ff0000; 
}

.error {
	font-family: tahoma; 
	font-size: 10px; 
	color: #ff0000; 
}

.podpis {
	font-family: tahoma; 
	font-size: 11px; 
	color: #9fa2a4; 
}


.menu {
	margin-top: 6px;
}
.menu.sub {
	margin-top: 3px;
	background: url(/img/pauza.jpg) no-repeat 0 3px;
	padding-left: 17px;
}
.menu a:hover {
	text-decoration: none;
	color: #959f25;	
}


.glowna_panel {

	width: 164px;
	float: left;
	margin-right: 8px;
}

.glowna_panel_k {
	border: 1px solid #eaeae1;
	background: #f7f7f1;
	padding: 5px;
}


input, textarea
{
 	font-family:  Verdana;
	font-size: 12px;
}

.form_text 
{
	border: 1px solid #c0c0c0;
	background: #ededed;
}


table {
	font-family: tahoma; 
	font-size: 11px;
}

a {
	font-family: tahoma; 
	font-size: 11px; 
	color: #6a6a6a; 
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


html, body {
	text-align: center;
	font-family: tahoma; 
	font-size: 11px; 
	color: #6a6a6a; 
	background: #3689bb;
	margin: 0px;
}



#cookies {
    position: fixed;
    bottom: 0;
    background: #ececec;
    padding: 5px;
    width: 100%;
    font-size: 12px;
    color: #000;
    text-align: center;
}
#cookies .ok {
    background: #000;
    color: #fff;
    padding: 1px 3px;
    margin: 0 5px;
}
body.hasCookies {
    margin-bottom: 20px;
}