
@font-face {
	font-family: osr;
	src: url('font/osr45.otf');
}

.dropshadow_main {
    position: relative;
    left: 1px;
    top: 1px;
    color: #999999;
    /*font-weight: bold;*/
    
}


.dropshadow_main:hover {
    color: #99ffff;
    /*visibility: hidden;*/
}
.dropshadow_main .sub:hover {
    color: #00aaf8;
}
.dropshadow_main .sub {
    position: absolute;
    left: -1px;
    top: -1px;
    color: #ffffff;
}



 div#left-sidebar{
  position:absolute;
  top:40px;
  left:20px;
  width:168px;
  height:100%;
 }
 
 @media screen{
  body>div#left-sidebar{
   position:fixed;
  }
 }
 * html body{
  overflow:hidden;
 } 
 * html div#content{
  height:100%;
  overflow:auto;
 }
 
 
img#bg {
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
}  
 
 
body
{
	/*font-family: tahoma;*/
	/*font-family: “Myriad Pro”, serif;*/
    /*font-family: Arial, serif;*/
    font-family: "osr", serif;
    
	background-image: url(/images/background_main.png);
	background-position: center 130px;
	background-repeat: no-repeat;
    /*background-size: 100%;*/	
	margin:0;
	padding:0px 0px 0px 0px;
	font-size:12px;
    text-align: center;
    color: #5c5b5b;
    overflow-x: hidden;
}

ul, li, form{
	margin:0;
	padding:0;
}
a,
a:visited,
a:hover {
    text-decoration: none;
    color: #0084FF;
}

a,a:active, {
  outline: none;
}
:-moz-any-link:focus {
  outline: none;
}
:focus {
  -moz-outline-style: none;
}


textarea {
    resize: none;
    /*border: none;*/
}

.clr{clear:both;}
.lft{float:left;}
.rgt{float: right;}
.hide{display:none;}
.show{ display:block!important;}
.invisible{visibility: hidden;}



input[type=text] {
    /*border: medium;*/
    
}







#header_top,
#header,
#wrapper,
#footer
{
	width:950px;	
    margin: 0 auto;
    padding: 0;
}



#wrapper {
    
    
}



#header_top {
    
    height: 130px;
}

#header_top #icon {
    float: left;
    width: 94px;
    height: 102px;
    background: url('/images/backgrounds.png') no-repeat scroll 0 0 transparent;
    margin: 10px 0 0 60px;
}
#header_top #icon a {
    display: block;
    width: 94px;
    height: 102px;
}


#header_top #menu_top {
    float: left;   
    margin: 95px 10px 0 30px;
    font-size: 16px;
    color: #0294da;
    width: 535px;
}
#header_top #menu_top ul {
    list-style-type: none;
}
#header_top #menu_top ul li{
    float: left;
    margin: 0 16px 0 0;    
}

#header_top #menu_top ul li a{    
    padding: 5px;
    border-radius: 5px;
}

#header_top #menu_top ul li a:hover {
    background-color: #008bd5;
    color: #ffffff;
    cursor: pointer;
}


#header_top #connection {    
    float: left;
    width: 216px;
    height: 96px;
    background: url('/images/backgrounds.png') no-repeat scroll -140px 0px transparent;   
    margin: 35px 0 0 0;
}

#header_top #connection .title {
    float: left;
    color: #585858;
    font-size: 22px;
    margin: 5px 0 5px 10px;
}
#header_top #connection .info {    
    float: left;
    color: #585858;
    width: 140px;
    margin: 0 0 0 10px;
    text-align: left;
    font-size: 11px;
}
#header_top #connection .next {
    float: left;
    width: 45px;
    height: 45px;
    background: url('/images/backgrounds.png') no-repeat scroll -90px 0px transparent;   
    margin: 0 0 0 10px;
}
#header_top #connection .next a {
    display: block;
    width: 45px;
    height: 45px;
}
#header_top #connection .map a {
    float: right;
    width: 45px;
    height: 16px;
    margin: 0 18px 0 0;  
    text-transform: uppercase;
    color: #585858;
    font-size: 8px;  
}

#header {
    height: 273px;
    text-align: left;
    margin-bottom: 10px;
    background: url('/images/faces.png') no-repeat scroll 100px 0 transparent;
    /*background: url('/images/backgrounds.png') no-repeat scroll -349px -464px transparent;*/
    width: 1600px;   
    
}
#header #menu_left {   
    float: left;
    width: 200px;
    color: #ffffff;
    margin: 12px 0 0 0;
    height: 230px;
}

#header #menu_left ul {
    list-style-type: none;
    
}

#header #menu_left ul li {
    margin:  0 0 2px 0;
}

#header #menu_left ul li a{  
    color: #ffffff;
    font-size: 13px;    
    border-radius: 5px;
    height: 18px;
    padding: 1px 5px 1px 5px;
    text-shadow: #efefef 1px 1px 5px;
    
}
#header #menu_left ul li a:hover {
    /*background: url('/images/backgrounds.png') no-repeat scroll -368px 0px transparent;*/
    background-color: #ffffff;  
    color: #00aaf8;
}

#header #menu_left ul li.sep {
    background: url('/images/backgrounds.png') no-repeat scroll -220px -441px transparent;
    height: 3px;
    
    margin: 0px 0 0px 0;  
}


#header #discount {
    position: relative;
    float: left;
    width: 350px;
    height: 223px;
    background: url('/images/backgrounds.png') no-repeat scroll -226px -127px transparent;
    margin: 25px 2px 0 397px;
}

#header #discount .adfader {
    position: absolute;
    top: 0;
    left: 0;
}

#header #discount .title {
    float: left;
    font-size: 26px;
    text-transform: uppercase;
    margin: 10px 0 0 10px;
    font-weight: bold;
    
}
#header #discount .content {
    float: left;
    margin: 5px 0 0 10px;
    font-size: 24px;
    /*height: 65px;*/
    
}
#header #discount .price {
    float: left;
    margin: 5px 0 0 10px;
    font-size: 34px;
    /*height: 30px;*/
    font-weight: bold;
        
}
#header #discount .check {
    float: left;
    width: 87px;
    height: 37px;    
    background: url('/images/backgrounds.png') no-repeat scroll -410px -59px transparent;
    margin: 10px 0 0 10px;
}
#header #discount .checktext {
    float: left;
    margin: 10px 0 0 10px;
    font-size: 14px;
    width: 110px;
    height: 35px;
    font-weight: bold;
    /*background: url('/images/backgrounds.png') no-repeat scroll -165px -369px transparent;*/
    
    background: url('/images/ticket_wellness.jpg') no-repeat scroll center top transparent;
    
}
#header #discount .details {
    width: 72px;
    height: 25px;
    float: left;    
    margin: 20px 0 0 50px;
    background: url('/images/backgrounds.png') no-repeat scroll -288px -369px transparent;
}
#header #discount .details a {
    display: block;
    width: 72px;
    height: 25px;
}


#leftblock {
    float: left;
    width: 200px;    
    text-align: left;
    font-family: osr;
   
    
}




#leftblock .maintitle {
    font-size: 24px;
    color: #585858;
    
}


#leftblock .sep {
    float: left;
    height: 2px;
    width: 160px;
    background: url('/images/backgrounds.png') no-repeat scroll -510px -93px transparent;
    margin: 0 0 0 0 !important;
    
}

#leftblock .item {
    float: left;
    margin: 10px 0 20px 0;
    width: 160px;
}
#leftblock .item .title {
    float: left;
    margin: 5px 0 0 0;
    color: #008bd5;
    font-size: 24px;
    
}
#leftblock .item .content {
    float: left;
    margin: 5px 0 0 0;
    color: #808080;
    
}
#leftblock .item .detail {
    float: left;
    display: block;
    width: 72px;
    height: 23px;
    background: url('/images/backgrounds.png') no-repeat scroll -378px -369px transparent;
    margin: 15px 0 0 0;
}




#leftblock .about {
    float: left;
    
    margin: 10px 0 0 0;
    color: #808080;
    width: 160px;
    position: relative;
    /*height: 200px;*/
    
}

#leftblock .about .aboutfader {
    /*position: absolute;
    top: 25px;
    left: 0;*/
    /*margin-bottom: 20px;*/
}

#leftblock .about .title {
    font-size: 23px;    
    float: left;
}

#leftblock .about .image {
    float: left;
    margin: 0 0 0 0;
}
#leftblock .about .image img {
    width: 160px;
}


#leftblock .about .content {
    background: url('/images/bg_quote.png') no-repeat scroll 34px 20px transparent;
    float: left;
    text-align: left;
    margin: 10px 0 10px 0;
}
#leftblock .about .content .author {    
    display: inline;
    font-weight: bold;
    margin: 0 3px 0 0;
}
#leftblock .about .content .text {    
    display: inline;
}
#leftblock .about .details {}







#center {
    float: left;
    width: 548px;    
    text-align: left;
    line-height: 18px;
    padding: 10px;
}
#center img {
    border: none;    
}

#center h1, #center h2, #center h3 {
    /*color: #008BD5 !important;*/    
    margin-left: 0;
    margin-top: 10px;
    color: #565656;
    margin-bottom: 10px;
    /*font-family: tahoma;*/
    line-height: 24px;
    
}
#center ul {
    /*list-style-type: none;*/
    margin-left: 20px;
}


#rightblock {
    float: left;
    width: 220px;   
    
}

#rightblock .newsletter {
    float: left;
    margin: 20px 0 0 0;
    height: 140px;
    width: 220px;
    text-align: left;
    background: url('/images/backgrounds.png') no-repeat scroll -806px -210px transparent;
}

#rightblock .newsletter .title {
    color: #909090;
    font-size: 18px;  
    margin: 15px 0 5px 20px;  
}

#rightblock .newsletter .row input[type=text] {
    background: url("/images/backgrounds.png") no-repeat scroll -612px -128px transparent;
    border: none;
    width: 163px;
    padding-left: 3px;
    font-size: 13px;
    color: #ffffff;
    margin-bottom: 6px;
    margin-left: 20px;
    height: 22px;
}

#rightblock .newsletter .nl_submit {
    /*background: url("/images/backgrounds.png") no-repeat scroll -611px -161px transparent;*/
    background-color: #008bd5;
    border-radius: 5px;
    padding: 0 5px 5px 5px;
    color: #ffffff;
    
    width: 90px;
    height: 22px;
    border: none;
    color: #ffffff;
    font-size: 13px;
    cursor: pointer;
    margin-left: 20px;
    
}


#footer {
    position: relative;
    background-color: #f0f0f0;
    height: 300px;
    margin-top: 20px;
    text-align: left;
    margin-bottom: 20px;
    
}

#footer .content {
    float: left;    
    margin: 20px 0 0 20px;
}

#footer .company {
    position: absolute;    
    top: 20px;
    right: 20px;
    width: 250px;
    text-align: center;
}
#footer .company .title {
    float: left;
    margin: 0 10px 0 0;
    /*font-weight: bold;*/
    width: 140px;
}

#footer .company .dental_logo {    
    background: url("/images/backgrounds.png") no-repeat scroll -610px -237px transparent;
    float: left;
    height: 102px;    
    width: 94px;   
}


#footer .copyright {
    position: absolute;
    bottom: 20px;
    left: 20px;
    font-size: 12px;   
    margin: 0;
    width: 300px; 
}

#footer .copyright .logo {
     
}

#footer .sep {
    width: 600px;   
    background: url('/images/backgrounds.png') no-repeat scroll -26px -420px transparent;
    height: 2px;
    margin: 5px 0 5px 0;
}

#footer .head {
    float: left;
}
#footer .head .col, #footer .list .col {
    float: left;
    width: 200px;
}

#footer .head .col {
    list-style-type: none;
    color: #585858;
    text-transform: uppercase;
    font-weight: bold;
    
}
#footer .list .col ul {
    /*list-style-type: none;*/
    color: #008bd5;
    margin: 0 0 0 14px;
    
}

#footer .list {
    float: left;
}

#footer #logo {
    position: absolute;
    right: 20px;
    bottom: 17px;
    width: 213px;
}
#footer #logo a {
    margin: 0 0 0 15px;
    border: none;
}
#footer img {
    border: none;
}






#center {
    float: left;
    /*background-color: #eaf2f7;*/
    width: 500px;
    text-align: left;
    /*padding: 20px;*/
    font-family: arial;
    margin-right: 10px;
    background: url('/images/bg_content.png') repeat-y scroll 0 0 transparent;    
}

#center .titlecont {}

#center .titlecont .circle {
    float: left;
    height: 55px;
    width: 89px;
    background: url('/images/backgrounds.png') no-repeat scroll -119px -195px transparent;    
    padding: 43px 0 0 0;
    text-align: center;
    font-family: “Myriad Pro”, sans-serif;
    font-size: 18px;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 10px;
    
}

#center .titlecont .title {
    float: left;
    margin: 39px 0px 0px 33px;
    font-family: “Myriad Pro”, sans-serif;
    font-size: 24px;
    color: #ffffff;   
    font-weight: bold;
}





#rightblock .options {
    float: left;
    height: 256px;
    width: 220px;
    background: url('/images/backgrounds.png') no-repeat scroll -806px -3px transparent;
    
}

#rightblock .options .sep {
    height: 2px;
    width: 200px;
    background: url('/images/backgrounds.png') no-repeat scroll -510px -93px transparent;
    margin: 0 0 0 10px !important;
    
}

#rightblock .options .item {
    float: left;
    width: 195px;
    margin: 10px 0 3px 10px;
    border: 1px solid #e9e9e9;
}

#rightblock .options .item:hover {
    background-color: white;
    cursor: pointer;
    border: 1px solid #e4e4e4;
    border-radius: 5px;    
}

#rightblock .options .item .logo {
    float: left;
    height: 35px;
    width: 35px;
}
#rightblock .options .item .title {
    float: left;
    font-size: 16px;
    color: #909090;
    margin: 8px 0 0 10px;
    text-shadow: #ffffff 1px 1px 5px;
}
#rightblock .options .item .logo1 {background: url('/images/backgrounds.png') no-repeat scroll 8px -357px transparent;}
#rightblock .options .item .logo2 {background: url('/images/backgrounds.png') no-repeat scroll -24px -357px transparent;}
#rightblock .options .item .logo3 {background: url('/images/backgrounds.png') no-repeat scroll -62px -357px transparent;}
#rightblock .options .item .logo4 {background: url('/images/backgrounds.png') no-repeat scroll -94px -357px transparent;}
#rightblock .options .item .logo5 {background: url('/images/backgrounds.png') no-repeat scroll -126px -357px transparent;}









#rightblock #title_right {
    background: url('/images/title_bg.png') no-repeat scroll -580px -16px transparent;
    height: 370px;
}

#rightblock .rightblock_item {
    width: 400px;    
    margin-bottom: 10px;
}

#rightblock .rightblock_item div {
    float: left;
}

#rightblock .normal {
    background: url('/images/backgrounds.png') no-repeat scroll -255px -260px transparent;
    height: 110px;
}
#rightblock .normal .title {
    float: left;
    color: #e71c23;
    font-size: 18px;
    margin: 5px 0 0 10px;
    text-transform: uppercase;
}
#rightblock .normal .content {
    float: left;
    color: #1ab4d6;
    font-size: 12px;
    margin: 10px 0 10px 10px;
    width: 260px;
}
#rightblock .normal .tovabb {
    float: right;
    background: url('/images/backgrounds.png') no-repeat scroll -335px -208px transparent;
    width: 109px;
    height: 22px;
    margin: 0 10px;
}




#rightblock .large {
    background: url('/images/backgrounds.png') no-repeat scroll 0px -783px transparent;
    height: 230px;
    color: #ffffff;
}
#rightblock .large .title {
    float: left;
    font-size: 18px;
    margin: 5px 0 0 10px;
    text-transform: uppercase;
}
#rightblock .large .content {
    float: left;    
    font-size: 12px;
    margin: 10px 0 10px 10px;
    width: 260px;
}
#rightblock .large .tovabb {
    float: right;
    background: url('/images/backgrounds.png') no-repeat scroll -335px -208px transparent;
    width: 109px;
    height: 22px;
    margin: 0 10px;
}




#rightblock .facebook {
    background: url('/images/backgrounds.png') no-repeat scroll -671px -260px transparent;
    height: 35px;
}
#rightblock .facebook .title {
    float: left;
    color: #35b2ce;
    text-transform: uppercase;
    width: 300px;
    margin: 10px 0 0 10px;
    font-size: 13px;
    
}
#rightblock .facebook .fb_modul {
    float: left;
    width: 85px;
    margin: 8px 0 0 0;
}



#rightblock .tall {
    
}




#rightblock .contact {
    background: url('/images/backgrounds.png') no-repeat scroll 0px -513px transparent;
    height: 248px;
    padding-left: 8px;
    text-transform: uppercase;
    width: 410px;
}
#rightblock .contact div {
    margin: 0 5px 0 0;
    
    
}

#rightblock .contact .title {
    margin: 6px 0 5px 0;
    font-size: 18px;
}

#rightblock .contact .name {
    margin-bottom: 4px;
}
#rightblock .contact .telephone {}
#rightblock .contact .email {
    margin-bottom: 4px;
}
#rightblock .contact .msg {
    margin-bottom: 3px;
}

#rightblock .contact .submit {
    display: block;
    float: right;
    margin: 0 30px 0 0;
    background: url('/images/backgrounds.png') no-repeat scroll -456px -209px transparent;
    width: 80px;
    border: none;
    cursor: pointer;
}


#rightblock .contact .message {
    width: 380px;
    height: 87px;
    background: url('/images/backgrounds.png') no-repeat scroll 0px -420px transparent;
    
}



/*ARLISTA*/
.pricelist {}

.pricelist .catname {
    float: left;
    width: 470px;
    background-color: #0295db;
    color: #ffffff;
    font-size: 16px;    
    padding: 2px 0 0 10px;
    /*font-weight: bold;*/
    height: 22px;
    margin-top: 20px;
}

.pricelist .item {
    float: left;
    height: 20px;
    color: #878787;
    font-size: 12px;
    
}
.pricelist .item div {
    padding-left: 10px;
    padding-top: 3px;
}

.pricelist .marked {
    float: left;
    background-color: #fbf2b9;
}


.pricelist .item .name {
    float: left;
    width: 290px;
}
.pricelist .item .price {
    float: left;
    width: 90px;
    text-align: right;
    padding-right: 10px;
}
.pricelist .item .akcio {
    float: left;
    width: 60px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fb2211;
}



.pricelist .comments {
    float: left;
    margin-top: 10px;
    font-size: 9px;
    color: #878787;
    
}
.pricelist .comments ul {
    list-style-type: none;
    margin-left: 10px !important;
}


#gmap {
    width: 470px;
    height: 340px;
    margin: 25px 0 25px 0;
    border:  
}







.szerzodott_penztarak .baloldal {
    height: 45px;
    margin: 0;
    padding: 0;
    text-align: right;
    vertical-align: middle;
    width: 70px;
}




/** kezdolap **/
.home {
    color: #878787;
    width: 490px;
} 

.home .maintitle {
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 30px;
    line-height: 24px;
}

.home .lista {
    font-size: 12px;
}
.home .lista .title {
    margin-bottom: 10px;
}
.home .lista ul {}
.home .lista ul li {
    list-style-type: disc;
}


.home .end {
    background-color: #e3f6fd;
    font-size: 22px;
    margin-top: 50px;
    padding: 30px;
    line-height: 24px;
}
/** kezdolap VEGE **/


