* {
	margin:0; 
	padding:0;
	border: 0px none;
}

body {
	background-color:#FFF; 
	color:#404040;
	background:url("../design/bg.gif") 0 0 repeat-x; 
	font:0.8em/1.5 "arial", sans-serif; 
	text-align: center;
	font-family: "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;	
}

a {
	color:#404040;
}
a:hover {
	color:rgb(0, 142, 173);
}

input, textarea {
	-moz-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1) inset;
	margin: 3px;
	font-size: 1.2em;
	padding: 4px 0pt 6px 5px;	
	border: 1px solid rgb(153, 153, 153);
	border-radius: 3px 3px 3px 3px;
	color: rgb(51, 51, 51);
}
input:focus, textarea:focus {
	outline: 0px none;
	border-color: rgba(82, 168, 236, 0.8);
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1) inset, 0px 0px 8px rgba(82, 168, 236, 0.6);
}

#main {
	width:1000px; 
	margin:0 auto; 
	overflow:hidden;
	text-align:left;
}

#header {
	position:relative; 
	height:90px; 
	padding:30px 20px 30px 20px;
}
#logo {
	margin:0;
}
#flags {
	float: right;
	margin-top: -30px;
	margin-right: -16px;
}

/*
	TRAY INNEN
*/

#tray{
	padding:0;
	margin:0;
	padding-top:1px;
	position:relative;	
	height:45px;
	background:url("../design/tray_long.png");
	font:bold 90%/1 "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;
	padding-left: 20px;
}
#tray ul{
	padding:0;
	margin:0;
}
#tray li{
	position: relative;
	float: left;
	list-style: none;
	margin: 0;
	padding:0;
	background:url("../design/tray.png");
}
#tray li a{
	height: 30px;
	display: block;
	text-decoration:none;
	text-align: center;
	line-height: 30px;	
	background:url("../design/tray-separator.png") 100% 0 no-repeat;
	color: white;
	padding: 5px 20px 5px;
}
#tray li#tray-active a {
	background:url("../design/tray-active.png");
}
#tray li a:hover{
	background:url("../design/tray-hover.png");
}
#tray ul ul{
	position: absolute;
	top: 30px;
	visibility: hidden;
	margin-top: 10px;
}
#tray ul li:hover ul{
	visibility:visible;
} 
#tray ul ul li a{
	height: 20px;
	line-height: 20px;
	background:url("../design/tray.png") 50%;
}
#tray ul ul li a:hover{
	background:url("../design/tray-hover.png") 50%;
}

/*
	TRAY EDDIG
*/

/*
	TELJES SZÉLESSÉGŰ TERÜLETEK
*/

#white_fullsize_area {
	border: 1px solid rgb(205, 205, 205);
	border-radius:4px 4px 4px 4px;
	box-shadow:rgba(0, 0, 0, 0.3) 0 1px 3px;
	margin: 15px 2px 2px;
	padding: 20px;
}
#yellow_fullsize_area {
	border: 1px solid rgb(199, 233, 168);
	border-radius:4px 4px 4px 4px;
	box-shadow:rgba(0, 0, 0, 0.3) 0 1px 3px;
	margin: 15px 2px 2px;
	padding: 20px;
	background-color:rgb(253, 243, 213);
}
#blue_fullsize_area {
	border: 1px solid rgb(205, 205, 205);
	border-radius:4px 4px 4px 4px;
	box-shadow:rgba(0, 0, 0, 0.3) 0 1px 3px;
	margin: 15px 2px 2px;
	padding: 20px;
	background-color:rgb(231, 247, 254);
}
#blue_border_area {
	float: left;
	border: 1px solid rgb(156, 228, 255);
	border-radius:4px 4px 4px 4px;
	box-shadow:rgba(0, 0, 0, 0.3) 0 1px 3px;
	margin: 15px 2px 2px;
	padding: 2px;
	width: 500px;
}
#blue_border_area .title{
	padding: 20px 20px 0px;
	border-bottom: 1px dotted rgb(223, 223, 223);
}
#blue_border_area .title h4{
	display: inline;
	padding-right: 10px;
	color: rgb(3, 156, 238);
}
#blue_border_area .content{
	padding: 20px;
	background-color: rgb(231, 247, 254);	
}

/*
	TELJES SZÉLESSÉGŰ TERÜLETEK EDDIG
*/

/* 
	TRAY KERESÉS RÉSZ
*/

#search {
	position:absolute; 
	right:20px;
}
#search div {
	position:relative; width:185px;
}        
#search #search-input {
	position:absolute; 
	top:0;  
	width:150px; 
	height:40px;
	background:url("../design/search-input.png") 0 0 no-repeat; 
	overflow:hidden;	
}
#search #search-input input {
	width:125px;
	height: 10px;
	margin:10px 11px 11px 12px;
	border:0; 
	font:100%/1 "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;
	border: 0px;
	box-shadow: none;
	border-radius: 0px;
	font: 1em;
}
#search #search-input input:focus {
}
#search #search-submit input {
	position:absolute; 
	top:7px;
	right:0; 
	border: 0px;
	box-shadow: none;
	border-radius: 0px;
}

/* 
	TRAY KERESÉS RÉSZ EDDIG
*/

#footer {
	clear:both; 
	padding:20px 20px 40px 20px; 
	font-size:85%;
}
#footer p {
	margin:0;
}

/*GOMB*/
input.send_button {
	padding: 0px 12px;
	background-color:#3399CC;
	border: 1px solid rgb(64, 129, 175);
	border-radius:4px 4px 4px 4px;	
	box-shadow:rgba(0, 0, 0, 0.3) 0 1px 3px;
	cursor: pointer;
	background: url("../design/form_button_bg.png") repeat-x scroll left top transparent;
	font:bold 90%/1 "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;
	color: white;
	height: 30px;
}
input.send_button:hover {
	color: rgb(255, 255, 255);
	background: url("../design/form_button_bg_hover.png") repeat-x scroll left top transparent;
}
/*GOMB EDDIG*/