@CHARSET "UTF-8";

body
{
	background: url("/public/img/page/back.jpg") top center repeat-x;	
	background-color: #3b3f46;
	font-size: 12px;
	font-family:  Arial, Helvetica, sans-serif;
	margin: 0 0;
}

h1
{
	margin: 0 0;
	padding: 0 0;
	color: #5871b6;
	font-size: 16px;
}

h2
{
	margin: 0 0;
	padding: 0 0;
	color: #5871b6;
	font-size:15px;
}

h3
{
	margin: 0 0;
	padding: 0 0;
	font-size: 13px;
	color: #5871b6;
}

h4
{
	margin: 0 0;
	padding: 0 0;
}

h5
{
	margin: 0 0;
	padding: 0 0;
}

h6
{
	margin: 0 0;
	padding: 0 0;	
}

a
{
	color: rgb(33,60,68);
}

img
{
	border: none;
}

#wkrotce
{
	z-index: 10;
	position: absolute; 
	right: 0px; 
	top: 0px;
}


#page
{
	margin: 0 auto;
	width: 1246px;
	position: relative;
	
	
}

#content p img
{
	border: solid 1px #999 ;
	
	padding: 1px 1px;
}

#content_outside
{
	width:100%;
	position: absolute;
	/*top: 418px;*/
	top: 500px;
}

#content
{
	margin: 0 auto;
	width: 1246px;
}

#content_inside
{	
	width: 740px;
	overflow: hidden;
	position: relative;
	left: 418px;
	top: -100px; 
}


#footer
{
	overflow: hidden;
	height: 212px; 
	overflow: hidden;
	
	background: url("/public/img/page/fpasek.png");
}
#footer a{
	text-decoration: none;
}
#footer_inside
{
	width: 1246px;
	margin: 0 auto;
}

#menu
{
	padding-left: 27px;
	overflow: hidden;	

}
#menu a
{
	text-align: center;
	width: 147px;
	font-size: 13px;
	font-weight: bold;
	color: white;
	text-decoration: none;
	display: block;
	float:left;
	background-image: url("/public/img/page/content_transparent.png");
	margin-top: 2px;
	margin-left: 2px;
	
	line-height: 28px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#lmenu
{
	overflow: hidden;
}
#lmenu a
{
	text-decoration: none;
	line-height: 46px;
	font-weight:bold;
	color: white;
	margin-top: 8px;		
	background-repeat: no-repeat;
}


#fmenu a
{
	line-height: 25px;
	font-weight: bold;
	font-size: 14px;
	color: black;
	display: block;
	text-decoration: none;
}

#content table
{
	border-collapse:collapse;
	width: 100%;
}
#content th
{
	padding: 3px 10px;
	text-align: center;
	border: solid 1px #aaa;
	background-color: #778; /*rgb(146,196,246);*/
	color: white;
}
#content td
{
	padding: 3px 10px;
	text-align: center;
	border: solid 1px #aaa;
}

#content .link
{	
	color: rgb(96,156,226);
	font-size: 20px;
}
#content .list
{
		
	
	color: rgb(96,156,226);
	
}


#content .list li 
{
	font-size: 25px;
	clear:both;
	list-style-position: outside;
	
}

#content .paginationControl
{
	text-align: center;
}


.formularz
{
	margin-top: 30px;
}
.formularz label
{
	width: 200px;
	display: block;
	float: left;
	text-align: right;
	margin-right: 10px;	
}
fieldset
{
	border: solid 1px #ccc;
}
fieldset legend
{
	margin-left: 20px;
	color: #5871b6;
}

.element-group 
{
	margin-top: 10px;
}





.formularz .submit-group input
{
	
	height: 20px;
	margin-top: 10px;
	margin-left: 210px;
	border: solid 1px #aab;
}

.element-group input
{
	border: solid 1px #aab;
	width: 200px;
}
.element-group .errors 
{
	margin: 0px 0px 0px 210px;
	padding: 0 0;
	list-style: none;
	color: red;
}
.errors 
{
	margin: 0px 0px 0px 210px;
	padding: 0 0;
	list-style: none;
	color: red;
}

.element-group select, .element-group textarea
{
	border: solid 1px #aab;
}


#mapka_google
{
	margin: 0 auto;
	border: solid 1px #778;
	width: 670px;
	height: 400px;
}
.form_description
{
	font-size: 16px;
	color: #393;
	font-weight: bold;
}


/* overlay-window */
#overlay_window{
	display:block;
	margin:0;
	padding:0;
	background:#000;
	color:#fff;
	position:absolute;
	top:180px;
	right:60px;
	width:472px;
	height:200px;
	z-index:20;
	overflow:hidden;
	-moz-box-shadow:-1px 1px 10px #000;
	-webkit-box-shadow:-1px 1px 10px #000;
}
a.overlay_close{
	display:block;
	margin:0;
	padding:2px;
	position:absolute;
	top:3px;
	left:4px;
	width:20px;
	height:20px;
	background:#444;
	color:#eee;
	font:bold 16px arial, sans-serif;
	text-decoration:none;
	text-align:center;
	border:1px solid #333;
	z-index:30;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	-moz-box-shadow:0 0 2px #aaa;
	-webkit-box-shadow:0 0 2px #aaa;
}
a.overlay_close:hover{
	background:#000;
	color:#fff;
	-moz-box-shadow:0 0 5px #aaa;
	-webkit-box-shadow:0 0 5px #aaa;
}
#overlay_window img{
	display:block;
	border:none;
	width:100%;
}


