/*fb*/
#lerto_fb { border: 1px solid #3b5997; overflow:hidden; width:209px; height:394px; background:#FFF; }
#lerto_wysuwane { background: url("/images/slider_lewa_12.png") no-repeat scroll 0 0 transparent; width: 253px; height:402px; position: fixed; margin-top: -250px; left: 3px; top: 50%; padding: 3px; z-index: 500;}
.lerto_zamknij { background-position: 0px 0px -242px 0px; }


.fb {
	position: absolute;
	top: 0px;
	left: 23px;
}

html, body {
	margin: 0px;
	padding: 0px;
}

body {
	color: white;
	background: #EDE8C0;
}

#languages {
	text-align: right;
	padding-right: 30px;
}

#languages .flag {
	width: 20px;
	height: 10px;
	margin: 4px;
}

#register label {
	float: left;
	width: 230px;
	text-align: right;
	display: block;
	height: 20px;
	margin-bottom: 5px;
}

#register input[type=text].inputbox {
	margin-left: 10px;
	width: 180px;
	margin-bottom: 5px;
	height: 20px;
}

#register input[type=radio].inputbox {
	margin-left: 10px;
}

input[type=submit] {
	margin-left: 34px;
	border: 2px solid #424762;
	background-color: #9ba2cd;
	color: #fff;
	padding: 5px;
	font-weight: bold;
	text-align: center;
	width: 140px;
	cursor: pointer;
}

input[type=submit]:hover {
	background-color: #bfc5e4;
	text-decoration: underline;
}

#register #info {
	color: red;
	font-weight: bold;
	margin-bottom: 10px;
	background-color: #bfc5e4;
	border: 1px solid #424762;
	padding: 5px;
}

#register {
	display: inline-block;
	height: 1%;
}


a:link, a:visited {
	color: white;
	font-size: 14px;
	font-family: Arial, Tahoma, Verdana;
	text-decoration: none;
}

a:hover, a:active {
	color: white;
	text-decoration: underline;
	outline: none;
}

#all {
	margin: 40px auto;
	width: 910px;
	overflow: hidden;
	position: relative;
}

#menu_top {

	padding-left: 40px;
	margin-left: 25px;
	width: 815px;
	height: 64px;
	background: #381317;
	position: relative;
	top: 25px;
	/*line-height: 64px;*/
	border-radius: 5px;
	margin-bottom: 10px;
}

#menu_top ul, #menu_top ul li {
	/*display: inline-block;*/
	display: table;
	margin: 0px;
	padding: 0px;
	width: 95%;
	list-style: none;
	vertical-align: middle;
}

#menu_top ul li {
	display: table-cell;
	padding: 0px 8px;
	width: auto;
}

#menu_top ul li a {
	display: table-cell;
	/*max-width: 110px;*/
	height: 64px;
	text-align: center;
	vertical-align: middle;
}

div.content_top {
	width: 910px;
	height: 20px;
	background: url('../images/content_top.png') no-repeat left top;
}

div.content_bg {
	padding: 10px 40px;
	width: 775px;
	font-family: Verdana, Arial, Tahoma;
	font-size: 14px;
	text-align: justify;
	background: #827D6B;
	margin-left: 25px;
	border-radius: 5px;
}

div.content_bg h1 {
	margin: 0px;
	font-size: 24px;
	font-weight: normal;
}

div.content_bg hr {
	margin-bottom: 10px;
	width: 400px;
	height: 1px;
	border: 0px;
	background-color: white;
	color: white;
}

div.content_bottom {
	width: 910px;
	height: 26px;
	background: url('../images/content_bottom.png') no-repeat left top;
}