html {
	margin: 0px 0px 0px 0px; 
	border-width: 0;
	border-style: none;
	height: 100%;
}

body {
	width: 800px;
	font-size: 12px;
	margin: 0px auto 0px auto;	
	background-image: url('../images/body_background.png');
	background-repeat: repeat-x;
	font-family: Arial, Verdana, Verdana2, Tahoma, Helvetica;
	color: white;	
}

#leftPanel {
	float: left;	
}

#rightPanel {
	float: right;
}

#header {
	width: 620px; 
	height: 90px; 
	background-image: url('../images/header_background.png');
	background-repeat: repeat-x;
}

#header ul {
	position: relative;
	top: -20px;
	left: 655px;
	border: 0 none;
    line-height: 15px;
    list-style: none outside none;
    margin: 0px auto 0px auto;
	padding: 0px;
    overflow: visible;
    text-align: center;
    text-indent: 0;
}

#header li {
    border: 0 none;
    display: inline;
    float: left;
    height: 15px;
    line-height: 15px;
    list-style: none outside none;
    margin: 0px;
    position: relative;
	padding-right: 3px;
    width: auto;
}

#header li .flag_hu {
	display: block;
	width: 21px;
	height: 15px;
	background-image: url('../images/flag_hu.png');
}

#header li .flag_de {
	display: block;
	width: 21px;
	height: 15px;
	background-image: url('../images/flag_de.png');
}

#header li .flag_en {
	display: block;
	width: 21px;
	height: 15px;
	background-image: url('../images/flag_en.png');
}

#header li .flag_sk {
	display: block;
	width: 21px;
	height: 15px;
	background-image: url('../images/flag_sk.png');
}

#logo {	
	position: relative;
	top: 25px;
	left: 25px;
	width: 224px;
	height: 40px;
	background-image: url('../images/logo.png');
	display: block;
}

#phone {
	width: 16px;
	height: 17px;
	top: 10px;
	left: 610px;
	position: relative;
	display: block;
	background-image: url('../images/phone.png');	
}

#phoneText {
	position: relative;
	top: -7px;
	left: 630px;
	color: #8aa3ad;
	font-weight: bold;
}

#menu {
	width: 620px; 
	height: 30px; 
	background-image: url('../images/menu_background.png');
	background-repeat: repeat-x;
}

#menu a {
	color: #8aa3ad;
	text-decoration: none;
	font-weight: bold;
}

#menu ul {
	border: 0 none;
    line-height: 30px;
    list-style: none outside none;
    margin: 0px auto 0px auto;
	padding-left: 100px;
    overflow: visible;
    text-align: center;
    text-indent: 0;
}

#menu li {
    border: 0 none;
    display: inline;
    float: left;
    height: 30px;
    line-height: 30px;
    list-style: none outside none;
    margin: 0px;
    position: relative;
	padding-right: 50px;
    width: auto;
}

#content {
	background-color: black;
	width: 620px; 
	height: 650px;
	max-height: 650px;
	min-height: 650px;	
}

#content .title {
	position: relative;
	left: 30px;
	top: 10px;
	width: 583px;
	height: 18px;
	background: url('../images/content_title.png') no-repeat;
	font-size: 12px;
}

#content .titleText {
	position: relative;
	left: 30px;
	top: 3px;
}

#content .body_text {
	margin: 30px;
	text-align: justify;
}

#contactForm input[type="text"] {
	width: 400px;
	height: 12px;
	border: 1px solid white;
	background-color: black;
	font-size: 12px;
	color: white;
}

#contactForm input[type="text"]:focus {
	background-color: #40697c ;
	color: white;
}

#contactForm input[type="submit"] {
	width: 110px;
	height: 18px;
	font-size: 12px;
	background-color: #40697c;
	color: white;
	border: 1px solid white;
	cursor: pointer;
}

#contactForm textarea {
	width: 400px;
	height: 150px;
	border: 1px solid white;
	background-color: black;
	font-size: 12px;
	color: white;
}

#contactForm textarea:focus {
	background-color: #40697c;
	color: white;
}

#gallery img {
	cursor: pointer;
}

#right {
	position: relative;
	width: 180px; 
	height: 800px;
	background-image: url('../images/right_background_image.png');
	z-index: -1;
}

#footer {
	width: 620px; 
	height: 30px; 
	background-image: url('../images/footer_background.png');
	background-repeat: repeat-x;
	clear:both;
}

#copyRightInfo {
	position: relative;
	top: 10px;
	left: 300px;
}

#madeByInfo {
	position: relative;
	top: 10px;
	left: 500px;
}

#madeByInfo a {
	color: white;
	text-decoration: none;
}

.error-message {
	color: red;
}

#vCheckBox {
	display: none;
}

#worksByYear {
	margin-top: 30px;
	margin-left: 30px;
	border-spacing: 5px;
}

#references {
	margin-left: 30px;
	border-spacing: 5px;
}

#references, #services {
	margin-top: 30px;
}

#services li {
	margin-bottom: 10px;
}

#references .title_, #services li .title_{
	font-weight: bold;
}

#references .description_, #services li .description_ {
	color: #8aa3ad;
}

a {
	color: white;
}

.highlight {
	font-weight: bold;
	color: #8aa3ad;
}

.galleria {
	margin-top: 40px;
	width: 620px;
	height: 300px; 
	background: #000;	
}

.gallery_icon {
	width: 21px;
	height: 17px;
	display: block;
	background: url('../images/gallery.png') no-repeat;
}

.underline {
  text-decoration: underline;
}