/* general html tags*/
body {
background-color: #918f90;
font: normal 11px Helvetica, Geneva, Arial, sans-serif;
color: #505050;
margin: 0px;
padding: 0px;
height: 100%;
}
img {
border: 0px;
}
form {
margin: 0px;
padding: 0px;
}
ul {
list-style-type: none;
margin: 0px;
padding: 6px 0px 6px 0px;
}
a:link,  a:active,  a:visited {
color: #95cf44;
text-decoration: underline;
font-weight: bold;
}
a:hover {
color: #525252;
text-decoration: underline;
font-weight: bold;
}
h1 {
color: #384392;
font-size: 20px;
}
h2 {
color: #384392;
font-size: 16px;
}
h3 {
color: #505050;
font-size: 13px;
font-weight: bold;
}
hr {
border: 0px;
background-color: #918f90;
height: 1px;
}
/* divs */

#main {
position: absolute;
left: 50%;
margin-left: -320px;
width: 630px;
height: 100%;}

#menu_container {
display: inline;
float: left;
width: 124px;
background: url("/images/menu_bg_px.jpg") repeat-y;
font: normal 13px;
font-weight: bold;
}

.menu {
float: left;
width: 124px;
height: auto;
border-bottom: 1px solid #918f90;
text-align: left;
color: #def04a;
/*background: #def04a;*/
padding: 4px 0px 4px 0px;
}
	a.menu:link, a.menu:visited, a.menu:active {
	color: #868686;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	background: #def04a;
	}
	a.menu:hover {
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	background: #95cf44;
	}

.submenu {
float: left;
width: 124px;
height: auto;
border-bottom: 1px solid #918f90;
text-align: left;
color: #ffffff;
background: #def04a;
padding: 4px 0px 4px 0px;
display: inline;
}
	a.submenu:link, a.submenu:visited, a.submenu:active {
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	background: #95cf44;

	}
	a.submenu:hover {
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	background: #95cf44 url("/images/dot.jpg") no-repeat 0px 4px;
	}

#content {
background-color: #ffffff;
float: left;
width: 500px;
}

#content_text {
padding: 10px 10px 10px 10px;
}

#footer{
background-color: #918f90;
clear: both;
text-align: center;
color: #FFFFFF;
font-size: 9px;
padding: 4px 0px 10px 0px;
}
	#footer a:link {
	color: #ffffff;
	text-decoration: underline;
	font-weight: normal;
	} 
	#footer a:active {
	color: #ffffff;
	text-decoration: underline;
	font-weight: normal;
	}
	#footer a:visited {
	color: #ffffff;
	text-decoration: underline;
	font-weight: normal;
	}
	#footer a:hover {
	color: #ffffff;
	text-decoration: underline;
	font-weight: normal;
	}

/* classes */
.textbox {
background: url("/images/login_bg.jpg") repeat-x ;
height: 20px;
color: #000000;
margin: 0px 0px 2px 0px;
padding: 0px;
border: 1px;
}
.button {
background: #034FA3 url("/images/button_bg.jpg");
font-weight: bold;
font-size: 8pt;
color: #FFFFFF;
border-width: 1px;
height: 24px;
margin: 0px 0px 0px 0px;
}

.table {
color: #505050;
font-size: 11px;
font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
line-height: 13px;
vertical-align: middle;
}
.table_header1 {
color: #fff;
font-weight: bold;
background-color: #add150;
padding: 2px 2px 2px 5px;
vertical-align: middle;
border-style: solid;
border-width: 0 1px 1px 0;
}
.table_row1 {
color: #525252;
background-color: #def04a;
padding: 2px 2px 2px 5px;
vertical-align: middle;
border-style: solid;
border-width: 0 1px 1px 0;
border-color: #fff;
}
.caption {
text-align: center;
}
.table a:link {
color: #666;
text-decoration: underline;
 }
.table a:visited {
color: #666;
text-decoration: underline;
}
.table a:hover {
color: #fff;
text-decoration: underline;
 }

.headline_sub1 {
color: #505050;
font-size: 13px;
font-weight: bold;
margin-top: 10px;
padding: 0 0 0 5px;
border-style: solid;
border-width: 0 0 0 5px;
border-color: #918f90;
}

.ul_cirlce {
color: #505050;
font-size: 11px;
list-style-type: square;
margin-left: 10px;
}


/* hidden stuff */
#idden {
display: none;
}
#idden hr {
display: none;
}
#enquiry{}
#enquiry span{float:left;width:200px;font-weight:bold;}
#enquiry .clear{clear:both;margin:10px 0px;}
#enquiry .textmezo{width:250px;}
#enquiry .select{width:250px;}
#enquiry .textarea{width:250px;height:100px;}
.error{color:#f00;}

.magyarmenu {
float: left;
width: 124px;
height: auto;
border-bottom: 1px solid #918f90;
text-align: left;
color: #def04a;
padding: 4px 0px 4px 0px;
}
	a.magyarmenu:link, a.magyarmenu:visited, a.magyarmenu:active {
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	background: #72b11b;
	}
	a.magyarmenu:hover {
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	background: #95cf44;
	}