html {
    height: 100%;
}

body {
    height: 100%;
	margin: 0;
	padding: 0;
	background-image:  url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position:  top left;
    background-color: #66CBFF;
	font-family: Verdana, Tahoma, Arial;
	font-size: 11px;
	text-align: center;
}

img {
    border: 0;
    padding: 0;
    margin: 0;
}

a {
    color: #FC6800;
    text-decoration: none;
}

a:hover {
    color: #343639;
    text-decoration: none;
}

div#container {
	width : 758px;
	border-left : 3px solid #FFF;
 	border-right : 3px solid #FFF;
    margin: auto;
    background: #FFF;
}

div#topmenu_container {
    float: left;
    width : 748px;
    padding: 5px 0 5px 10px;
    background: #99CDFF;
    color: #293766;
    text-align: left;
}

div#topmenu_container a {
    color: #293766;
    text-decoration: none;
}

div#topmenu_container a:hover {
    color: #FFF;
    text-decoration: none;
}

div#clearer {
	clear : both;
}

div#header_container {
    float: left;
    width : 758px;
    height: 174px;
    background-image:  url(../images/header_bg.jpg);
	background-repeat: repeat-x;
	background-position:  top left;
}

div#topimage_container {
    float: left;
    width : 758px;
}

div#logo {
    float: left;
    height: 174px;
    background-image:  url(../images/header_bg.jpg);
	background-repeat: repeat-x;
	background-position:  top left;
}

div#menu {
    float: right;
    height: 174px;
    width: 300px;
    padding: 10px 10px 0 0;
    text-align: right;
    font-weight: bold;
}

.submenu {
    float: left;
    display: none;
    width: 150px;
    padding-right: 10px;
    padding-bottom: 2px;
    background: #99CDFF;
    text-align: right;
    color: #FF6600;
}

a.menu_link:hover {
    background: #99CDFF;
    display: block;
}

a.submenu {
    color: #FF6600;
    text-decoration: none;
}

a.submenu:hover {
   color: #343639;
}

div#sub_menu {
    float: right;
    width: 150px;
    text-align: right;
}

div#menu a {
    color: #FFF;
    text-decoration: none;
}

div#menu a:hover {
    color: #FF6600;
    text-decoration: none;
}

.menu_active {
    color: blue;
}

a.almenu {
    text-decoration: none;
    color: #FC6800;
}

a.almenu:hover{
    color: #293766;
}

div#title {
    float: right;
    padding-right: 5px;
    text-align: right;
}

div#content_container {
    
    padding: 5px;
    text-align: left;
    background: #FFF;
}

div#footer_container {
    /*margin-top: 10.5em;*/
    float: left;
    width: 758px;
    height: 24px;
    background: #fC6800;
}

div#footer_menu {
    float: left;
    padding: 5px 0 5px 10px;
    color: #FFF;
}

div#footer_right {
    float: right;
    padding: 5px 10px 5px 0;
    color: #FFF;
}

div#footer_container a {
    color: #FFF;
    text-decoration: none;
}

div#footer_container a:hover {
    color: #293766;
    text-decoration: none;
}

div#clearer {
	clear : both;
}

.part_data {
    color: #FF9900;
}

.submenu_td {
    border-left: 1px solid #000;
    padding-left: 2px;
}

.enquery_button {
    display: block;
    line-height: 20px;
    width: 100px;    
    border: 1px solid #000;
    background: #FF9900;
    color: #FFF;
    text-align: center;
}

.cikkcim {
    font-weight: bold;
    color: #FFF;
}

a.more_link {
	display: block;
	background-color: #FF9900;
	border: 1px solid #000;
	line-height: 22px;
	text-align: center;
	width: 100px;
	color: #FFF;
	text-decoration: none;
}

a.more_link:visited {
	display: block;
	background-color: #FF9900;
	border: 1px solid #000;
	line-height: 22px;
	text-align: center;
	width: 100px;
	color: #FFF;
	text-decoration: none;
}

a.more_link:hover {
    background: #99CDFF;
    display: block;
	color: #000;
}
