@charset "UTF-8";
* {margin: 0; padding: 0;}
.clearl {clear: left;}
.clearr {clear: right;}
.clear {clear: both;}

/* GENERAL STYLING */
body {
	background: url(../images/bg.gif) center top repeat-y #fff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 62.5%; /* resets 1em to 10px */
	color: #464646;
}
h1, h2, h3, h4 {
	color: #708066;
}
h2 {
	padding-bottom: 15px;
}
h3 {
	padding: 25px 0 10px;
}
h3.first {
	padding-top: 0;
}
p {
	padding: 10px 0;
	line-height: 1.3em;
}
a {
	text-decoration: none;
	color: #708066;
	outline: none;
}
a:hover {
	text-decoration: underline;
	color: #F89A25;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
	color: #708066;
	text-decoration: none;
}
abbr {
	font-weight: bold;
	cursor: help;
}
address {
	font-style: normal;
}
blockquote {
	font-style: italic;
	text-align: justify;
	line-height: 1.5em;
}
blockquote a {
	font-weight: bold;
}
blockquote a:hover {
	text-decoration: none;
}
input, textarea {
	position: relative;
	display: block;
	float: left;
	width: 250px;
	height: 18px;
	border: 1px solid #667e6b;
	margin-bottom: 10px;
}
label {
	position: relative;
	display: block;
	float: left;
	width: 100px;
	height: auto;
}
form br {
	clear: left;
	display: none;
}

/* LAYOUT */
.width {
	position: relative;
	margin: 0 auto;
	width: 940px;
}
#header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	width: 100%;
	height: 55px;
	background-color: #8b9692;
	overflow: hidden;
	color: #fff;
	border-bottom: 5px solid #fff;
}
#header .wrap {
	position: relative;
	width: 100%;
	height: 55px;
}
#container {
	position: relative;
	background: url(../images/side-bg.jpg) center top repeat-x fixed;
}	
#container .wrap {
	position: relative;
	background: url(../images/content-wrap-bg.gif) center top repeat-y;
}
#main {
	position: relative;
	padding-top: 60px;
	padding-right: 204px;
	font-size: 1.2em;
	line-height: 1.3em;
}
#frontmain {
	position: relative;
	font-size: 1.2em;
	line-height: 1.3em;
}
.content {
	padding-top: 25px;
	padding-left: 18px;
	padding-right: 20px;
	padding-bottom: 25px;
	background-color: #fff;
}
#frontmain .content {
	padding-right: 230px;
	font-size: 1.1em;
	background: none;
}
#footer {
	position: absolute;
	bottom: 20px;
	right: -5px;
	width: 192px;
	padding: 0 10px;
	color: #fff;
	font-size: 0.8em;
}
#frontmain #footer {
	/*bottom: -40px;
	left: 0;
	color: #464646;
	width: 600px;*/
}

/* HEADER */
#logo {
	position: relative;
	float: left;
	background: url(../images/rtg-logo.gif) left center no-repeat;
	font-size: 1em;
}
#logo a {
	display: block;
	height: 51px;
	width: 145px;
	color: #708066;
	line-height: 51px;
	text-decoration: none;
}
#logo a:hover {
	text-decoration: none;
	color: #708066;
}
#logo a span {
	display: none;	
}
.en {
	background: url(../images/rtg-logo-en.gif) left center no-repeat !important;
}
.en a {
	width: 156px !important;
}
/* Menu */
#nav {
	position: relative;
	float: right;
	height: 51px;
	width: auto;
	padding: 2px 0;
}
#nav ul li {
	list-style-type: none;
	float: left;
	display: block;
	height: 51px;
	position: relative;
}
#nav ul li a {
	position: relative;
	display: block;
	float: left;
	height: 51px;
	width: auto;
	padding: 0 15px;
	border-left: 1px solid #c3cabf;
	line-height: 51px;
	text-transform: uppercase;
	/*color: #708066;*/
	color: #fff;
	text-decoration: none;
}
#nav ul li a:hover {
	/*background-color: #d4d8ce;*/
	background-color: #4b514c;
	color: #f89a25;
	height: 51px;
	line-height: 51px;
}
#nav ul li a.last {
	border-right: 1px solid #c3cabf;
}
ul.langselect {
	position: absolute;
	top: 60px;
	right: 0;
	font-size: 1em;
	margin: 0;
	width: 40px;
	height: 20px;
	background-color: #fff;
	list-style-type: none;
	overflow: hidden;
}
ul.langselect li a {
	display: block;
	width: 40px;
	height: 20px;
	line-height: 20px;
	text-align: center;
}
ul.langselect li a:hover {
	text-decoration: none;
	color: #f89a25;
	background-color: #4b514c;
}
.kuldetesunk a.kuldetesunk, .cegvezetes a.cegvezetes, .szolgaltatasok a.szolgaltatasok, .csr-bovebben a.csr-bovebben, .referenciak a.referenciak, .kapcsolat a.kapcsolat {
	background-color: #4b514c;
	color: #f89a25 !important;
}
/* CONTENT */
.content ul {
	padding: 0 10px;
	list-style-type: none;
}
.content ul li {
	background: url(../images/bullet.jpg) left top no-repeat;
	padding: 0 15px;
}
.content ol {
	padding: 0 20px;
}
.content ol li {
	padding: 5px 0;
}
.photo {
	position: relative;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-top: 10px;
}
.membership {
	margin-right: 20px;
}
/* Frontpage */
.btn-link {
	display: block;
	width: 79px;
	height: 23px;
	background: url(../images/btn-submit.jpg) left top no-repeat;
	line-height: 23px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	font-size: 0.8em
}
#quicklink {
	position: absolute;
	top: 290px;
	right: 0;
	width: 169px;
	padding: 15px;
	border-left: 5px solid #667e6b;
	background-color: #4b514c;
	color: #fff;
}
#quicklink h3 {
	padding: 0;
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 1em;
}
#quicklink a.btn-link-dark {
	display: block;
	width: 79px;
	height: 23px;
	background: url(../images/btn-link-dark.jpg) left top no-repeat;
	line-height: 23px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	font-size: 0.8em
}
#quicklink a.btn-link-dark:hover {
	text-decoration: none;
}
#frontmain #footer br {
	/*display: none;*/
}
#frontmain #footer a {
	/*color: #464646;
	text-decoration: underline;*/
}
/* Table of Contents */
#toc {
	position: absolute;
	top: 200px;
	right: 0;
	width: 169px;
	padding: 15px;
	border-left: 5px solid #667e6b;
	background-color: #4b514c;
	color: #fff;
	text-transform: uppercase;
	font-size: 0.8em;
}
#toc ul li {
	list-style-type: none;
	padding: 5px 0;
}
#toc ul li a {
	color: #fff;
	text-decoration: none;
}
#toc ul li a:hover {
	color: #fff;
	text-decoration: none;
}
#toc ul li a.clicked {
	color: #f89a25;
}
#toc ul li.pagetop {
	text-transform: lowercase;
	padding-left: 15px;
	background: url(../images/pagetop-bg.gif) left center no-repeat;
}

/* Title Image */
.title-image {
	position: relative;
	width: 736px;
	height: 140px;
	background-color: #fff;
}
#frontmain .title-image {
	width: 940px;
	height: 290px;
	background:url(../images/frontpage-image.jpg) left top no-repeat;
}
.title-image h2 {
	color: #464646;
	font-weight: normal;
	text-transform: uppercase;
	position: absolute;
	bottom: 25px;
	padding: 12px 25px;
	background: url(../images/title-h2-bg.png) left top repeat;
}
.title-image p {
	color: #464646;
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(../images/title-h2-bg.png) left top repeat;
	padding: 0 25px;
}
/* References */
.reference {
	position: relative;
	float: left;
	width: 330px;
	margin-right: 15px;
	margin-bottom: 35px;
}
.reference img {
	position: relative;
	float: left;
	margin-right: 15px;
}
.reference h3 {
	padding-top: 0;
}
.reference p {
	padding-left: 135px;
}
/* Contact Form */
.contact {
	position: relative;
	float: right;
	width: 370px;
}
.contact textarea {
	height: 110px;
}
.contact #submit {
	position: relative;
	float: right;
	width: 79px;
	height: 23px;
	margin-right: 20px;
	border: none;
	line-height: 23px;
	color: #fff;
	cursor: pointer;
	background: url(../images/btn-submit.jpg) left top no-repeat;
	text-transform: uppercase;
	font-size: 0.8em;
}
.contact #code {
	width: 120px;
	margin-right: 10px;
}
.contact a {
	color: #f89a25;
	text-decoration: underline;
}
.contact a:hover {
	color: #f89a25;
	text-decoration: none;
}
.contact img {
	margin-bottom: 10px;
}
input.error, textarea.error {
	border: 1px solid #f89a25;
}
label.error {
	position: relative;
	display: block;
	float: none;
	width: auto;
	color: #f89a25;
	text-align: right;
	padding-bottom: 5px;
	padding-right: 20px;
	padding-top: -3px;
}
#loader {
	width: 370px;
	height: 330px;
	background: url(../images/title-h2-bg.png) left top repeat;
}
#loader img {
	position: absolute;
	top: 50%;
	left: 50%;
}
/* FOOTER */
#footer p {
	text-align: left;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	color: #fff;
	text-decoration: underline;
}
