body {
	background-color: #fec;
}

#lang {
	text-align: right;	
}

form.lang {
	display: inline;
}

#sr {
	width: 24px;
	height: 16px;
	background: url(images/flag_sr.jpg) no-repeat;
	border: none;
}

#hu {
	width: 24px;
	height: 16px;
	background: url(images/flag_hu.jpg) no-repeat;
	border: none;
}

#header {
	padding: 0;
}

#header img {
	border: none;
}

#menu {
	padding-top: 10px;
	margin: 0;
}

#menu ul {
	margin: 0;
	display: inline;
	padding: 0;
}

#menu ul li {
	list-style-type: none;
	margin: 0;
	border-top: 3px solid #00f;
	display: inline;
}

#menu ul li.active {
	border-top-color: #ff6000;
}

#menu ul li form {
	display: inline;
	margin: 0;
	padding: 0;
}

#menu ul li form input {
	margin: 0;
	color: #00f;
	background-color: #cdccff;
	cursor: pointer;
	border: none;
}

#menu ul li:hover {
	border-top-color: #ff6000;
}

#content {
	width: 600px;
	margin-top: 30px;
	margin-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px 5px 30px 5px;
	text-align: center;
	background-color: #cdccff;
	color: #00f;
	border: 2px solid #00f;
	-moz-border-radius: 10px;;
}

#text {
	font-size: 15px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#footer {
	text-align: right;
	font-style: italic;
	width: 600px;
	margin: auto;
}

#footer p {
	color: #777;
	font-size: 13px;
}

p {
	color: #0000ff;
	margin-left: 30px;
	margin-right: 30px;
}



#hosszu {
	text-align: justify;
}

h1 {
	font-size: 50px;
	color: #0000ff;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 10px;
}

h2 {
	font-size: 25px;
	color: #0000ff;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 0px;
}

h3 {
	font-size: 20px;
	color: #0000ff;
	font-weight: normal;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 0px;
}

h2.busz {
	margin-bottom: 10px;
	
}

span.title {
	font-weight: bold;
}

span.value {
	font-style: italic;
}

div.images {
	width: 600px;
	text-align: center;
}

img.gallery {
	border: 1px solid #00f;
	padding: 2px;
	margin: 5px;
}

input.go {
	width: 20px;
	height: 20px;
	border: none;
	background: url(images/arrow.jpg) no-repeat; 
}

select {
	color: #00f;
	background-color: #dfdedf;
	border: 1px solid #00f;
}

form.redvoz {
	width: 250px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

form.redvoz select{
	width: 200px;
}

table.redvoz {
	margin: auto;
	border-collapse: collapse;
	margin-top: 50px;
}

table.redvoz td{
	border: 1px solid #00f;
	padding: 3px 20px;
}

.clearer {
	clear: both;
}

.center {
	text-align: center;
}
