html, body
{
    background-color: #ffffff;
    margin: 0px;
    padding: 0px;
    /*text-align: center;*/
    width: 100%;
    height: 100%;
    font-family: Verdana;
	font-size: 12px;
}

a, a:hover, a:visited, a:visited:hover
{
    cursor: pointer;
    text-decoration: underline;
    color: #800000;
}

.wrapper
{
    width: 100%;
    margin: 0 auto;
}

.header
{
    float: left;
    width: 100%;
    height: 220px;
    background-color: #ffffff;
}

.wrapmiddle
{
    float: left;
    width: 100%;
    background-color: #ffffff;
}

.middle
{
    height: 480px;
    margin-right: 50px;
    margin-left: 270px;
    background-color: #ffffff;
    background-image:url('img/middle-bottom.png');
    background-repeat: no-repeat;
    background-position: bottom right;
}

.content_bg
{
    width: 99%;
    height: 400px;
}

.content_bg_2
{
    width: 99%;
    height: 400px;
    border: 1px solid #cccccc;
    background-image:url('img/transparent.png');
}

.content
{
    float: right;
    width: 99%;
    height: 400px;
	overflow-y: auto;
	overflow-x: hidden;
}

.left
{
    float: left;
    width: 270px;
    height: 480px;
    margin-left: -100%;
    background-color: #ffffff;
}

.right
{
    float: left;
    width: 50px;
    height: 480px;
    margin-left: -50px;
    background-color: #ffffff;
    background-image:url('img/right-bottom.png');
    background-repeat: no-repeat;
}

.footer
{
    position: relative;
    float: left;
    width: 90%;
    height: 0px;
    margin-left: 5%;
    /*margin-top: -30px;*/
    top: -30px;
    /*background-color: #ffffff;*/
    border-top: 1px solid #666666;
}

.right-top
{
    position: relative;
    float: right;
    right: 0px;
    top: 0px;
}

.left-top-logo
{
    position: relative;
    float: left;
    left: 25px;
    top: 20px;
}

.left-top
{
    margin-left: auto;
    margin-right: auto;
}

.menu
{
    float: left;
    width: 270px;
    height: 50px;
    margin-top: 30px;
    background-repeat: no-repeat;
    background-position: center top;
    cursor: pointer;
    display: block;
    clear: both;
}

.submenu
{
    position: relative;
    float: right;
    width: 200px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center top;
    cursor: pointer;
    display: block;
    clear: both;
}

.submenu2
{
    position: relative;
    float: right;
    width: 170px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center top;
    cursor: pointer;
    display: block;
    clear: both;
}

.menu_kezdolap { background-image:url('img/menu_kezdolap.png'); }
.menu_kezdolap:hover { background-image:url('img/menu_kezdolap_h.png'); }
.menu_kezdolap_2 { background-image:url('img/menu_kezdolap_2.png'); }
.menu_bemutatkozas { background-image:url('img/menu_bemutatkozas.png'); }
.menu_bemutatkozas:hover { background-image:url('img/menu_bemutatkozas_h.png'); }
.menu_bemutatkozas_2 { background-image:url('img/menu_bemutatkozas_2.png'); }
.menu_maganrendeles { background-image:url('img/menu_maganrendeles.png'); }
.menu_maganrendeles:hover { background-image:url('img/menu_maganrendeles_h.png'); }
.menu_maganrendeles_2 { background-image:url('img/menu_maganrendeles_2.png'); }
.menu_kapcsolat { background-image:url('img/menu_kapcsolat.png'); }
.menu_kapcsolat:hover { background-image:url('img/menu_kapcsolat_h.png'); }
.menu_kapcsolat_2 { background-image:url('img/menu_kapcsolat_2.png'); }

.submenu_bregio { background-image:url('img/submenu_bregio.png'); right: 150px; top: 10px; }
.submenu_bregio:hover { background-image:url('img/submenu_bregio_h.png'); right: 150px; top: 10px; }
.submenu_pregio { background-image:url('img/submenu_pregio.png'); right: 150px; top: 80px; }
.submenu_pregio:hover { background-image:url('img/submenu_pregio_h.png'); right: 150px; top: 80px; }

.submenu_altalanos { background-image:url('img/submenu_altalanos.png'); right: 200px; top: 10px; }
.submenu_altalanos:hover { background-image:url('img/submenu_altalanos_h.png'); right: 200px; top: 10px; }
.submenu_helyszin { background-image:url('img/submenu_helyszin.png'); right: 200px; top: 25px; }
.submenu_helyszin:hover { background-image:url('img/submenu_helyszin_h.png'); right: 200px; top: 25px; }
.submenu_terkep { background-image:url('img/submenu_terkep.png'); right: 200px; top: 40px; }
.submenu_terkep:hover { background-image:url('img/submenu_terkep_h.png'); right: 200px; top: 40px; }
.submenu_arlista { background-image:url('img/submenu_arlista.png'); right: 200px; top: 45px; }
.submenu_arlista:hover { background-image:url('img/submenu_arlista_h.png'); right: 200px; top: 45px; }
.submenu_bejelentkezes { background-image:url('img/submenu_bejelentkezes.png'); right: 200px; top: 50px; }
.submenu_bejelentkezes:hover { background-image:url('img/submenu_bejelentkezes_h.png'); right: 200px; top: 50px; }

.vissza
{
    position: relative;
    float: left;
    width: 150px;
    height: 30px;
    top: 52px;
    background-image:url('img/vissza.png');
    background-repeat: no-repeat;
    cursor: pointer;
    display: block;
    clear: both;
}

.vissza:hover { background-image:url('img/vissza_h.png'); }

.nav
{
    position: relative;
    width: 900px;
    height: 20px;
    top: 190px;
    left: -190px;
    font-size: 11px;
    cursor: default;
}

.hidden
{
    visibility: hidden;
}

#modalbg
{
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    background-image:url('img/transparent.png');
    /*background: #000000;
    opacity:.60;
    filter: alpha(opacity=60);
    -moz-opacity: 0.60;*/
    z-index: 101;   
    display: none;
}

#modal
{
    position: absolute;
    top: 20px;
    left: 50%;
    padding: 0;
    width: 800px;
    height: 600px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: -400px;
    margin-right: -300px;
    z-index: 102;
    background: #ffffff;
    border: solid 1px #cccccc;
    overflow: hidden;
    display: none;
}

#modalcontent
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 103;
}

#modal2
{
    position: absolute;
    top: 20px;
    left: 50%;
    padding: 0;
    width: 800px;
    height: 600px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: -400px;
    margin-right: -300px;
    z-index: 102;
    background: #ffffff;
    border: solid 1px #cccccc;
    overflow: hidden;
    display: none;
}

#modalcontent2
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 103;
}

#map1 { height: 100% }
#map2 { height: 100% }
#map3 { height: 100% }


#fej header { display:block; margin:0;}
#fej header h1 {
	margin:0;
	padding:0px;
	font-weight:600;
	font-size:39px;
	font-family:"Myriad Pro", Arial Black, Gadget, sans-serif;
	letter-spacing:3px;
}
#fej h3 {
	margin:0;
	font-family:"Myriad Pro", Arial Black, Gadget, sans-serif;
	font-size:18px;
	letter-spacing:1px;
	font-weight:100;
}

#fmenu {
	/*position:relative;*/
	left: 10px; 
	top:0px;
	display:inline;
	float:left;
	text-align:left;
}
#fmenu li {
	display:inline;
	list-style:none;
	margin:0;
	padding:0px;
}
#fmenu li a {
	padding:5px;
}

#menu {}
#menu a {
	font-family: "Myriad Pro",Gadget,sans-serif;
    font-size: 19px;
    font-weight: 100;
    letter-spacing: 4px;
	color:#222;
	text-align:left;
	text-decoration:none;
	border:none;
	display:block;
	padding-left:40px;
}
#menu a:hover {color:#999;}
#menu a:active, #menu a:focus, #menu a:link:active {background:#999999; color:#FFF;}
#menu a img {border:none;}

#reumatologiaimagan { background: url(/img/submenu_maganrendeles.png);right: 150px;top: 10px; display: block; position: absolute;}
#reumatologiaimagan:hover { background: url(/img/submenu_maganrendeles_h.png);}

#orvosszakertoimagan { background: url(/img/submenu_orvosszakertoi.png);right: 150px;top: 80px; display: block; position: absolute;}
#orvosszakertoimagan:hover { background: url(/img/submenu_orvosszakertoi_h.png);}



#reumatologus_kezdo {margin-right:280px;}
#reumatologus_kezdo table {margin:0;padding:0px;border:none;margin-left: auto; margin-right: auto;}
#reumatologus_kezdo table tr td {margin-left: auto; margin-right: auto;}
#reumatologus_kezdo table tr td div {background-image: url('img/kezdolap.png'); background-repeat: no-repeat; width: 400px; height: 350px;}

.kepmenu_jobb {display: block; width: 170px; position: relative; float: right; right: 200px;top: 25px;}
.kepmenu_jobb a { color:#111; font-family: "Myriad Pro",Gadget,sans-serif; font-size:17px; text-decoration:none; /*height:50px;*/ letter-spacing:1.6px; padding:3px; display:block; text-align:left; margin-bottom: 15px;}
.kepmenu_jobb a:hover { color:#a7a7a7;}

#outer h1 {
	font-size: 40px;
	letter-spacing: 10px;
	margin: 10px 0;
	text-align: center;
}

#outer p {
	font-size: 17px;
	letter-spacing: 2px;
	line-height: 22px;
	margin: 0;
}

#outer .quote {
	font-size: 18px;
	font-style: italic;
	letter-spacing: 2px;
	line-height: 34px;
	text-align: center;
}

#outer .quote span {
	display: block;
	margin-right: 105px;
	text-align: right;
}

.content h2 {
	font-size: 14px;
	margin: 20px 0;
	text-align: center;
	text-decoration: underline;
}

.content p {
	font-size: 13px;
	line-height: 34px;
	margin-bottom: 20px;
	text-align: center;
}

.content .inner {
	margin: auto;
	width: 680px;
}

.content .inner p {
	line-height: 28px;
	margin-bottom: 0;
	text-align: left;
}

.content .inner p span {
	display: block;
	margin-left: 160px;
}

.content .inner hr {
	background: #999;
	border: none;
	height: 5px;
}