/* RESET SIZE */
body, p, h1, h2, h3, div {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/* LAYOUT BLOCK ELEMENTS */

body {
	background-color: #4D5361;
	font-size: 12px;
/*	color: #333333; */
	color: #334458;
}
div#flagi {
	width: 755px;
	height: 20px;
	margin: 20px auto 0px auto;
	padding: 0px 5px 0px 0px;
}
div#flagi a {
	display: block;
	float: right;
	margin-left: 5px;
}
div#flagi a img {
	border: none;
}

div#baner {
	display: block;
	width: 760px;
	height: 300px;
	margin: 0px auto 0px auto;
	padding: 0px;
}

div#menu {
	width: 750px;
	height: 40px;
	margin: 0px auto 0px auto;
	padding: 0px 5px 10px 5px;
	background: transparent url(content_background.gif) repeat-y;
}

div#content {
	width: 750px;
	height: auto;
	margin: 0px auto 0px auto;
	padding: 0px 5px 0px 5px;
	background: transparent url(content_background.gif) repeat-y;
}

div#content div#left_column {
	width: 380px;
	height: auto;
	padding: 0px 40px 0px 30px;
	float: left;
}
div#content div#right_column {
	width: 270px;
	height: auto;
	padding-right:30px;
	float: right;
	font-size: 11px;
}
div#content div#right_column a {
	line-height: 16px;
	text-decoration: none;
}

div#content div#right_column a img {
	width: 16px;
	height:16px;
	margin-right: 5px;
	border: none;
	vertical-align: bottom;
}

div#content div#footer {
	width: 750px;
	height: 20px;
	clear: both;
}

div#footer2 {
	display: block;	
	width: 760px;
	height: 45px;
	padding: 0px;
    margin: 0px auto 0px auto;
}

div#bottom {
	display: block;	
	width: 760px;
	height: 15px;
	margin: 0px auto 10px auto;
	}

/* LAYOUT CONTENT */

h1,h2,h3 {
	font-weight: normal;
}

h1 {
	font-size: 18px;
	color: #EF4A4A;
	margin: 25px 0px 20px 0px;
}

h2 {
	font-size: 14px;
	color: #EF4A4A;
	margin: 20px 0px 15px 0px;
}
h3 {
	font-size: 12px;
	color: #EF4A4A;
	margin: 15px 0px 10px 0px;
	clear: both;
}


h1:first-letter {
	font-size: 135%;
}

p {
	margin: 10px 0px 10px 0px;
}

div#left_column p {
		text-align: justify;
}

div#left_column img.mini {
	float : right; 
	margin-left: 10px;
		
}
 a img {
	border: none;
}
a.icon {
	line-height: 16px;
	text-decoration: none;
}

a.icon img {
	width: 16px;
	height:16px;
	margin-right: 5px;
	border: none;
	vertical-align: bottom;
}
table.formularz {
	width: 100%;
	border: none;
}

table.formularz td {
	width: 50%;
	padding: 3px;
	vertical-align: top;	
}

label {
	font-size: 11px;
	font-weight: bold;
}
.textright {
	text-align: right;
}
input, textarea, select {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #4F78B0;
	color: Black;
	padding: 0px;
	
}

input.sto, textarea.sto {
	padding-left: 5px;
	width: 80%;
}

select.sto {
	width: 85%;
}
