@CHARSET "UTF-8";

body
{
	background: url("/public/img/page/back.png") 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: 545px;
}

#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 
{
	clear: both;
	margin-top: 10px;
}


.radio-image-group
{
	clear: both;
	margin-top: 10px;
	display: block;
}

.radio-image-group table{
	border: none;
	margin: 0 0;
	padding: 0 0;
}

.radio-image-group td{
	border: none;
	margin: 0 0;
	padding: 0 0;
}
.radio-image-group label
{
	
	position: relative;
	
	display: block;
	width: 400px;
	
	
	text-align: left;
	margin-left: 0px;
	
}

.radio-image-group .image
{
	width: 190px;
	text-align: right;
	
}

.radio-image-group .labelblock
{
	
}


.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;
}


.hidden
{
	display: none;
}

