@font-face
{
font-family: myRibbon;
src: url('/fonts/ribbon.ttf'),
     url('/fonts/ribbon.eot'); /* IE9 */
}

/* BODY ------------------------------------- */

body{
	background-image: url(../images/dr_bg.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: center top;
	background-color: #291100;
	font-family: Open sans, tahoma;
	font-size: 15px;
	margin: 0px;
}

#area{
	width: 904px;
	height: auto;
	margin: 0px auto 0px auto;
	border-right: 1px solid #eb996c;
	position: relative;
}

#key{
	position: fixed;
	top: 6000px;
}
.h1_style{
	margin: 22px 10px 0px 36px;
	width: auto;
	font-family: Open sans;
	font-weight: bold;
	font-size: 16px;
	border-bottom: 1px dotted #381800;
}
.h2_style{
	margin: 0px 0px 0px 46px;
	width: auto;
	font-family: Open sans;
	font-weight: bold;
	font-size: 15px;
}
ul{
	margin: 10px 0px 0px 36px;
}

p{
    line-height: 1.5em;
}
/* --------------------------------------------- */

/* HEATHER ------------------------------------- */

#header-1{
	background-color: #FF0000;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
	width: 900px;
	//height: 25px;
	position: absolute;
	top: 0px;
    padding: 10px 10px;
     z-index: 1;

}

#header{
	background-image: url(../images/dr_header_bg.png);
	background-repeat: no-repeat;
	width: 900px;
	height: 240px;
	position: absolute;
	//top: 26px;
	top: 0px;
}

#header.cl span{
	color: #FDDEBD;
	font-size: 13px;
	float: right;
	padding: 4px 10px 0px 0px;
}
#header.cl span:hover{
	color: #eb996c;
	cursor: pointer;
}

/* --------------------------------------------- */

/* MENÜ  --------------------------------------- */

#left{
	background-image: url(../images/dr_left_bg.png);
	background-repeat: no-repeat;
	width: 324px;
	min-height: 533px;
	margin-top: 240px;
}

#left.fl a{
	color: #eb996c;
	margin-left: 125px;
	font-family: myRibbon;
	font-size: 35px;
	line-height: 65px;
	text-decoration: none;
	border: 0px;
}
#left.fl a:hover{
	color: #fffac8;
}
#left.fl a.active{
	color: #fffac8;
}

/* --------------------------------------------- */

/* TARTALOM ------------------------------------ */

#content{
	background-image: url(../images/dr_content_bg.png);
	background-repeat: no-repeat;
	background-color: #fddebd;
	width: 524px;
	min-height: 533px;
	margin: 240px 12px 0px 0px;
	padding: 15px 22px 0px 22px;
	text-align: justify;
	line-height: 20px;
}

#content p{
	margin: 10px 20px 10px 46px;
}

#title{
	color: #351600;
	font-family: myRibbon;
	font-size: 46px;
    text-align: right;
	text-shadow: 2px 2px 2px #444444;
	position: absolute;
	right: 48px;
	//top: 208px;
	top: 182px;
	z-index: 1;
}

/* --------------------------------------------- */


/* BEMUTATKOZÁS -------------------------------- */

#content.fr img.fr{
	margin: 10px 20px 0px 20px;;
	padding: 5px;
	border: 1px solid #351600;
}

/* --------------------------------------------- */


/* SZOLGÁLTATÁSAINK ---------------------------- */

#szolg_lista{
    padding-bottom:15px;
}

#content.fr a{
	border: 0px;
	text-decoration: none;
	color: #eb996c;
}

#content.fr a:hover{
    color: #351600;
}

.szolg_li{
	font-size: 18px;
	font-weight: bold;
}

.jump_top{
	font-size: 14px;
}

#content.fr #szolg_lista ul{
	margin: 20px 0px 0px 0px;
    list-style: none outside url("images/arrow.png");
}

#content.fr #szolg_lista ul li{
	line-height: 20px;
    list-style: none outside url("images/arrow.png");
}
/* --------------------------------------------- */


/* GALÉRIA ------------------------------------ */

.galeria{
    width: 480px;
    margin: 22px 0px 20px 36px;
}

.galeria a img{
    width: 210px;
    margin: 5px 5px 5px 5px;
    padding: 5px;
    border: 1px solid #351600;
}

/* --------------------------------------------- */


/* ÁRLISTA ------------------------------------- */

#arlista li{
    padding-bottom: 5px;
    list-style: none;
}

#arlista ul{
    margin: 10px 0px 0px 0px;
}

/* --------------------------------------------- */

/* CONTACT ------------------------------------- */

#contact{
    margin: 10px 20px 10px 46px;
}

.contact_title{
    width: 130px;
    font-weight: bold;
}

.contact_height{
    height: 30px;
}


#map{
    border: 1px solid #351600;
    margin: 10px 65px 10px 47px;
    padding: 5px;
}

/* --------------------------------------------- */


/* FOOTER -------------------------------------- */

#footer{
	background-image: url(../images/dr_footer_bg.png);
	background-repeat: no-repeat;
	width: 904px;
	height: 90px;
	margin: 0px auto 0px auto;
	border-right: 1px solid #eb996c;
	color: #fddebd;
	font-size: 14px;
	position: relative;
}
#copyright{
	position: absolute;
	top: 44px;
	left: 508px;
}

/* --------------------------------------------- */

.fl{
	float:left;
}
.fr{
	float:right;
}
.cl{
	clear:both;
}
