html, body {
	margin: 0;
	padding: 0;
}
body {
	height: 100.1%;
	background: none;
}
a {
	outline: none;
	color: #F56200;
	text-decoration: none;
}
a img {
	border: none;
}
hr {
	border: none;
	border-top: #6B6E4F 1px solid;
}
.clear, .clearfix {
	clear: both;
    height: 0;
    font-size: 0px;
    line-height: 0px;
}
form {
	padding: 0;
	margin: 0;
}
form P {
	clear: both;
}
form fieldset {
	border: none;
	padding: 0;
	margin: 0;
}

legend {
	padding: 0 0 0 15px;
	font-weight: bold;
}

.select-country {
	width: 325px;
}

input.text, textarea.text {
	border: #b3b6bc 1px solid;
	background-color: #fff;
	width: 300px;
	padding: 2px;
}
.msg-form {
	font-weight: bold;
	text-align: right;
	color: #c00;
}

.content input {
	float: left;
}
.content label {
	float: left;
	width: 170px;
	display: block;
	font-size: 14px;
	font-weight: normal;
	line-height: normal;
}
.content label.checkbox {
	width: 350px;
	margin: 2px 0 0 5px;
}
.check {
	float: left;
	border: none;
	background: none;
}

label.longlabel {
	width: auto;
}
.needed-label {
	color: #F56200;
}
.needed-label:before {
    content: "* ";
	color: #F56200;
}
.needed {
	border: #b3b6bc 1px solid;
	background-color: #fff;
/*	background-color: #F7F4EB;*/
/*	border: #F8A447 1px solid;*/
}
.needed-ok {
}
.needed-error {
	background-color:#FFFFCC;
	border-color: #C00;
	border-right-color: #F33;
	border-bottom-color: #F33;
	border-width: 1px;
	border-style: solid;
}
.needed-blank {
	background-color: #FFCC99;
	border-color: #C00;
	border-right-color: #F33;
	border-bottom-color: #F33;
	border-width: 1px;
	border-style: solid;
}
.error {
	padding: 10px;
	font: 15px arial, verdana;
	color: #000;
	background-color: #fff;
	border-top: #F00 2px solid;
}
.h-error {
	color: #F00;
	padding-top: 10px;
	text-decoration: blink;
}
.uzenet {
	padding: 10px;
	font: bold 13px arial, verdana;
	color: #000;
	background-color: #F5F1D8;
	border: 2px solid #fa9245;
}


.wrapper {
	width: 1000px;
	background: #fff;
	text-align: left;
}

.ad {
	float: right;
	width: 120px;
	text-align: center;
}

.logo {
	padding: 0;
	margin: 0;
	width: 283px;
	height: 195px;
	display: block;
}

.content UL {
	list-style-type: none;
	margin: 0;
	padding: 0 10px 7px 25px;
}
.content UL LI {
	background: url(/images/rendezveny/li.gif) no-repeat 0 7px;
	padding: 0px 0 0px 15px;
}


UL.menu {
	margin: 0;
	padding: 5px 10px 7px 25px;
	width: 248px;
	list-style-type: none;
	background: url(/images/rendezveny/m_bg.jpg) no-repeat top right;
	text-align: left;
}
UL.menu UL {
	margin: 0;
	padding: 0 0 0 10px;
	list-style-type: none;
}


UL.menu LI, UL.menu LI a {
	display: block;
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #ffd827;
	background: url(/images/rendezveny/m_li1.gif) no-repeat 0 7px;
}
UL.menu LI {
	padding: 2px 0 2px 15px;
}
UL.menu LI a {
	background: none;
}
UL.menu LI UL LI {
	display: block;
	height: 20px;
	background: none;
	padding: 0;
	margin: 0;
}
UL.menu LI UL LI a {
	display: block;
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #fff;
	background: url(/images/rendezveny/m_li2.gif) no-repeat 0 7px;
	margin: 0;
	padding: 2px 0 2px 15px;
}

UL.menu LI a:hover {
	color: #963;
}

a.lila {
	float: right;
	text-align: left;
	display: block;
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #fff;
	padding: 5px 0 5px 25px;
	width: 243px;
	background: #ea44a2 url(/images/rendezveny/m_li3.gif) no-repeat 10px 10px;
	border-top: #fff 7px solid;
}
a.lila-last {
	border-bottom: #fff 7px solid;
}
a.lila:hover {
	color: #000;
}


.left {
	float: left;
	width: 283px;
	margin: 0;
	padding: 0;
	text-align:right;
}
.c {
	background: url(/images/rendezveny/c_bg.jpg) repeat-y 283px 0px;
	margin: 0;
	padding: 0;
}
.content {
	float: left;
	width: 593px;
	margin: 0;
	padding: 0 0 20px 0;
	background: url(/images/rendezveny/content_bg.jpg) no-repeat 0px 225px;
}

.content P {
	padding: 5px 15px 0 15px;
	text-align: justify;
}

.content {
	font: 15px Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	line-height: normal;
	color: #591a00;
}

h1, h2, h3 {
	font: Arial, Helvetica, sans-serif;
	color: #f60;
	padding-left: 15px;
}
h1 {
	font-size: 21px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 15px;
	margin: 0;
	padding: 0 0 0 15px;
	line-height: 1em;
}


.footer {
	clear: both;
	font: 10px Arial, Helvetica, sans-serif;
	color: #003e82;
	background: #f90;
	border-left: #fff 15px solid;
}
.footer a {
	color: #003e82;
	padding: 0 15px 0 10px;
	background: url(/images/rendezveny/top.gif) no-repeat right 3px;
}
.footer a:hover {
	color: #fff;
}
.footer P {
	padding: 3px 0;
	margin: 0 0 0 272px;
}
.footer .copy {
	float: left;
	padding: 3px 3px 3px 10px;
	background: #69ae0d;
	color: #fff;
	width: 256px;
}

.lang {
	float: right;
	display: block;
	width: 108px;
	height: 70px;
	background: url(/images/rendezveny/lang.jpg) no-repeat top left;
}

.gallery-wrapper {
	padding: 0 0 0 20px;
}
.content a.gallery img {
	padding: 1px;
	border: #ebebeb 1px solid;
	margin: 0 1px 0 -2px;
}
.content a.last img {
	margin: 0;
}
.content a.first img {
	margin: 0 1px 0 -5px;
}
.content a.gallery P {
	width: 141px;
	font: 10px Arial, Helvetica, sans-serif;
	color: #5983aa;
	padding: 0 3px;
	margin: 0;
	float: left;
}
.gallerimg, .gallerimg-full {
	float: left;
	width: 150px;
	padding: 0 0 10px 0;
	margin: 0;
}

div#sideflash {
	clear:both;
	display:block;
	width: 268px;
	height: 223px;
	margin-left:15px;
}

.pic-right {
	float: right;
	margin: 0;
	padding: 20px 5px 0 15px;
	text-align: right;
}
.pic-right img {
	margin: 5px 0;
}

.sideflash-bot {
	clear: both;
	margin: 0;
	padding: 5px 10px 7px 25px;
	width: 248px;
	height: 70px;
	background: url(/images/rendezveny/flash_bot.jpg) no-repeat top right;
	text-align: left;
}
.back {
	font-weight: bold;
}
.rolunkmondtak {
	clear:both;
	display:block;
	width: 246px;
	margin: 5px 2px 10px 15px;
	
	padding: 5px 10px;
	background: #efefef;
	border: #EA44A2 1px solid;
	color: #EA44A2;
	font: 12px Arial, Helvetica, sans-serif;
	text-align: left;
	font-style: italic;
}
.rolunkmondtak span {
	display: block;
	font: 11px Arial, Helvetica, sans-serif;
	color: #666;
	text-align: right;
}

.fb {
	position: fixed;
	right: 0px;
	top: 250px;
	width: 37px;
	height: 118px;
	background: #3B5998 url(/images/fb_vertical.gif) no-repeat left center;
}

.fb a {
	display: block;
	width: 37px;
	height: 118px;
	text-indent: -30000px;
}
