/* written by Voov (www.voov.hu) & The Shadowhand Company (www.shadowhand.hu), copyright 2008 */

@import url("menu.css");
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
q:before, q:after {
	content: '';
}
p {
	padding: 0;
	margin: 15px 0 5px 0;
}
br {
	margin: 0;
	padding: 0;
}
a:focus {
	outline:none;
}
a {
	outline: none;
	color: #523814;
	text-decoration: underline;
}
a:hover {
	outline: none;
	color: #000;
	text-decoration: underline;
}
.clearfix {
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	font-size: 0;
	height: 0;
}
img a {
	border: 0;
	padding: 0;
	margin: 0;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
	float:left;
}
.right {
	text-align: right;
}
.bold {
	margin: 0 0 5px 0;
	font-weight: bold;
}
/***************** Lists *********************/
.list_no {
	margin: 0 0 0 0;
	padding: 0;
	list-style: none;
}
.list {
	list-style-type: circle;
	margin:  0 0 20px 18px;
	padding: 0 0 0 0;
	text-align: left;
}
.list a {
	font-family: "Trebuchet Ms", Arial, Tahoma;
	text-decoration: underline;
	font-style: italic;
}
.list a:hover {
	color: #000;
	font-family: "Trebuchet Ms", Arial, Tahoma;
	text-decoration: underline;
	font-style: italic;
}
.list li {
	padding: 5px 0 0 5px;
}
.list_in {
	list-style-type: disc;
	margin:  5px 0 20px 23px;
	padding: 0 0 0 0;
	text-align: left;
}
.list_in a {
	color: #a87b4e;
	text-transform: uppercase;
	font-size: 13px;
	font-family: "Trebuchet Ms", Arial, Tahoma;
	text-decoration: none;
}
.list_in a:hover {
	color: #a87b4e;
	text-transform: uppercase;
	font-size: 13px;
	font-family: "Trebuchet Ms", Arial, Tahoma;
	text-decoration: none;
}
.list_in li {
	padding: 5px 0 0 5px;
}
/***************** Lines *********************/

.line {
	width: 540px;
	margin: 25px 0;
	padding: 0;
	border-top: 1px solid #a6a1a0;
}
.line_shaded {
	margin: 20px 0;
	padding: 0;
	height: 4px;
	background: url(../images/line_shaded.gif) repeat-x left top;
}
/******************* Headlines *****************/

h1 {
	text-decoration: none;
	font-size: 20px;
	margin: 0;
	padding: 15px 0 10px 10px;
	width: 100%;
	color: #7b7a75;
	text-transform: uppercase;
	font-family: "Trebuchet Ms", Arial, Tahoma;
}
h2 {
	font-size: 18px;
	color: #674619;
	margin:  0 0 0 0;
	padding: 0 0 15px 0;
	line-height: normal;
	font-family: "Trebuchet Ms", Arial, Tahoma;
	font-style: italic;
}
/***********************************************/
/* Basic                                       */
/***********************************************/
body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Arial, Tahoma, Helvetica;
	font-size: 12px;
	color: #523814;
	background-color: #402b10;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
}
#bg_header {
	width:  100%;
	height: 319px;
	background-image: url(../images/bg_header.png);
	background-position: top center;
	background-repeat: no-repeat;
}
#header {
	width:  880px;
	height: 319px;
	background-image: url(../images/header_image.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	margin: 0 auto;
	position: relative;
}
#logo {
	width:  139px;
	height: 124px;
	position: absolute;
	top: 14px;
	left: 62px;
}
#container {
	width: 880px;
	margin: 0 auto;
}
#middle {
	width:  830px;
	border-left: 2px solid #8f8a77;
	border-right: 2px solid #8f8a77;
	background-color: #fff;
	padding: 0 23px 20px 23px;
}
#sidebar {
	width:  202px;
	float: left;
	padding: 0 0 0 0;
	margin:  0 0 0 0;
}
#main {
	width:  600px;
	float: right;
	text-align: left;
	padding: 0 0 0 0;
	margin:  0 0 0 0;
	line-height: 16px;
}
#footer {
	width:  880px;
	height:  65px;
	background-image: url(../images/bg_footer.jpg);
	color: #fffdf4;
	font-size: 10px;
	position: relative;
}
#footer_info {
	position: absolute;
	top:  12px;
	left: 20px;
}
#footer_info a {
	color: #fffdf4;
	text-decoration: none;
}
#footer_info a:hover {
	color: #333;
	text-decoration: underline;
}
.footer_palyazat {
	clear: both;
	font-size: 10px;
}
.footer_palyazat_logo {
	float: left;
}
.footer_palyazat_text {
	float: left;
	padding: 0 0 0 20px;
}
.main_title {
	width: 600px;
	margin:  0 0 20px 0;
	padding: 0 0 0 0;
	background-image: url(../images/bg_border.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
}
.main_title h1 {
	font-size: 26px;
	color: #674619;
	margin:  0 0 0 0;
	padding: 0 0 12px 0;
	line-height: normal;
	font-family: "Trebuchet Ms", Arial, Tahoma;
	font-style: italic;
}
.image_holder {
	width: 600px;
	margin:  0 0 20px 0;
	padding: 0 0 0 0;
}
/**************** MENU ************/

#menu_holder {
	width: 202px;
}
#menu_top {
	float: left;
	width: 202px;
	height: 17px;
}
#menu_top img {
	float: left;
}
#menu_middle {
	width:  198px;
	border-left: 2px solid #d0d0c6;
	border-right: 2px solid #d0d0c6;
	background-color: #402b10;
	float: left;
}
#menu_bottom {
	float: left;
	width: 202px;
	height: 17px;
}
#menu_bottom img {
	float: left;
}
/******************* menu *****************/

#menu_middle a {
	color: #a87b4e;
	text-transform: uppercase;
	font-size: 13px;
	font-family: "Trebuchet Ms", Arial, Tahoma;
	text-decoration: none;
	background-image: url(../images/arrow.gif);
	background-position: 18px 10px;
	background-repeat: no-repeat;
	display: block;
	padding: 3px 0 0 32px;
	width: 166px;
	height: 22px;
	text-align: left;
}
#menu_middle a:hover {
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
	font-family: "Trebuchet Ms", Arial, Tahoma;
	text-decoration: none;
	background-image: url(../images/bg_menu_hover.jpg);
	background-position: 8px top;
	background-repeat: no-repeat;
	width: 166px;
	height: 22px;
	display: block;
	padding: 3px 0 0 32px;
	text-align: left;
}
#menu_middle a.menu_middle_on {
	color: #fff;
	background-image: url(../images/bg_menu_hover.jpg);
	background-position: 8px top;
	background-repeat: no-repeat;
}
#menu_middle a.submenu {
	background: none;
	text-transform: none;
	line-height: 16px;
	height: 100%;
	margin-bottom: 10px;
}
#menu_middle a.submenu_on {
	color: #fff;
	background: none;
	text-transform: none;
	line-height: 16px;
	height: 100%;
	margin-bottom: 10px;
}
#menu {
	position: absolute;
	bottom: 12px;
	left: 25px;
}
/**************** Accordion ******************/

.t1, .t2 {
	margin: 0;
	padding: 0;
}
#accordion_holder {
	width:  830px;
	padding: 0 0 0 0;
	margin:  0 0 0 0;
	text-align: left;
	background-color: #efede5;
}
#panes {
}
.accordion_top {
	float: left;
	width: 826px;
	/*padding: 0 20px 0 20px;*/
	position: relative;/*border-left: 2px solid #d0d0c6;	
	border-right: 2px solid #d0d0c6;
	margin: 0 0 0 0;*/
}
.fixer {
	width: 786px;
	margin: 0 auto;
}
#accordion_bottom {
	float: left;
	width:  830px;
	height: 54px;
	background-image: url(../images/bg_accordion_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.accordion_title h1 {
	font-size: 24px;
	color: #674619;
	width:  786px;
	margin:  0 0 15px 0;
	padding: 13px 0 12px 0;
	line-height: normal;
	font-family: "Trebuchet Ms", Arial, Tahoma;
	font-style: italic;
	border-bottom: 1px solid #b1a593;
}
.accordion_text {
	width:  786px;
}
#accordion_buttons {
	width: 159px;
	height: 55px;
	margin: 0 auto;
	background-image: url(../images/btn_accordion.jpg);
	position: relative;
}
/****************** BUTTONS *************/
#btn_prev {
	margin: 0 0 0 0;
	padding: 0;
	overflow: hidden;
	width:  58px;
	height: 23px;
	display: block;
	background: url(../images/btn_prev.jpg) 0 0 no-repeat;
	position: absolute;
	top: 13px;
	left:0;
}
#btn_prev a {
	display: block;
	width:  58px;
	height: 23px;
	text-indent: -999px;
	background: url(../images/btn_prev.jpg) 0 0 no-repeat;
}
#btn_prev a:hover {
	display: block;
	width:  58px;
	height: 23px;
	background: url(../images/btn_prev.jpg) 0 -23px no-repeat;
}
#btn_hide {
	margin: 0 0 0 0;
	padding: 0;
	overflow: hidden;
	width:  42px;
	height: 39px;
	display: block;
	background: url(../images/btn_hide.jpg) 0 0 no-repeat;
	position: absolute;
	top: 5px;
	left:58px;
}
#btn_hide a {
	display: block;
	width:  42px;
	height: 39px;
	text-indent: -999px;
	background: url(../images/btn_hide.jpg) 0 0 no-repeat;
}
#btn_hide a:hover {
	display: block;
	width:  42px;
	height: 39px;
	background: url(../images/btn_hide.jpg) 0 -39px no-repeat;
}
#btn_next {
	margin: 0 0 0 0;
	padding: 0;
	overflow: hidden;
	width:  59px;
	height: 23px;
	display: block;
	background: url(../images/btn_next.jpg) 0 0 no-repeat;
	position: absolute;
	top: 13px;
	left:100px;
}
#btn_next a {
	display: block;
	width:  59px;
	height: 23px;
	text-indent: -999px;
	background: url(../images/btn_next.jpg) 0 0 no-repeat;
}
#btn_next a:hover {
	display: block;
	width:  59px;
	height: 23px;
	background: url(../images/btn_next.jpg) 0 -23px no-repeat;
}
/***********************************************/
/* TABLE                                       */
/***********************************************/

.table-min {
	font-size: 12px;
	margin: 10px 0;
	width: 600px;
	border-collapse: collapse;
	text-align: left;
}
.table-min th {
	font-size: 13px;
	font-weight: normal;
	padding: 10px 8px;
	border-bottom: 2px solid #d0d0c6;
	font-weight: bold;
}
.table-min td {
	border-bottom: 1px solid #efede5;
	padding: 6px 8px;
}
.table-min tbody tr:hover td {
	background-color: #eaeaea;
}
.table-edit {
}
.table-title {
	font-weight: bold;
}
/***********************************************/
/* FORM                                        */
/***********************************************/

#form_holder {
	margin:  20px 0 0 0;
	padding: 15px;
	background-color: #efede5;
}
form {
	margin:  0 0 0 0;
	padding: 0 0 0 0;
}
label {
	margin:  0 0 0 0;
	padding: 0 0 0 0;
	font-weight: bold;
}
.form_left {
	float: left;
	padding: 3px 20px 0 0;
	margin:  0 0 0 0;
	width: 170px;
	text-align: right;/*background-color: red;*/
}
.form_right {
	float: left;
	padding: 0 0 0 0;
	margin:  0 0 0 0;
}
.box {
	padding: 0 0 15px 0;
	margin:  0 0 15px 0;
	text-align: left;
	border-bottom: 1px solid #d0d0c6;
}
.box_form {
	padding: 0 0 15px 0;
	margin:  0 0 15px 0;
	text-align: left;
	border-bottom: 1px solid #d0d0c6;
	height: 23px;
}
.inputfield {
	width: 320px;
	padding: 3px 2px;
	font-size: 11px;
	background: url(../images/bg_inputfield.gif) repeat-x;
	border: 1px solid #abadb3;
}
.textfield {
	width:  320px;
	height: 70px;
	padding: 2px;
	font-size: 11px;
	background: url(../images/bg_textfield.gif) repeat-x;
	border: 1px solid #abadb3;
	background-color: #fff;
}
.orange {
	color: #e38b00;
}
.dic_title {
	margin:  20px 0 5px 0;
	padding: 0 0 0 0;
	font-weight: bold;
	font-size: 16px;
}
.dic_holder {
	margin: 0 0 5px 0;
	padding: 0 0 0 0;
}
.dic_left {
	width: 180px;
	float: left;
}
.dic_right {
	width: 400px;
	float: right;
}
.dic_menu_image {
	float:left;
}
#dic_menu_holder {
	width: 603px;
	margin: 0 0 20px 0;
}
.dic_menu {
	width: 563px;
	padding: 0 20px;
	background-image: url(../images/bg_dic.jpg);
	color: #a87b4e;
}
.dic_menu a {
	color: #a87b4e;
	text-decoration: none;
	font-size:13px;
	font-family: "Trebuchet Ms", Arial, Tahoma;
}
.dic_menu a:hover {
	color: #a87b4e;
	text-decoration: underline;
	font-size:13px;
	font-family: "Trebuchet Ms", Arial, Tahoma;
}
.dic_menu_off {
	color: #5b4324;
	font-size:13px;
	font-family: "Trebuchet Ms", Arial, Tahoma;
}
.sublink_holder {
	width: auto;
	float: left;
	margin: 0 5px 7px 0;
}
.sublink_holder a {
	color: #fff;
}
.sublink_left {
	width: 13px;
	height: 25px;
	float: left;
	background-image: url(../images/sublink_01.gif);
}
.sublink_center {
	float: left;
	background-color: #402b10;
	border-top: 1px solid #9b7f64;
	border-bottom: 1px solid #825f3d;
	color: #9b7046;
	padding: 4px 5px 3px 5px;
}
.sublink_right {
	width: 8px;
	height: 25px;
	float: left;
	background-image: url(../images/sublink_03.gif);
}
/************ DENTISTS **************/

#dentist_holder {
	width: 590px;
	border-bottom: 1px solid #d0d0c6;
	padding: 0 0 15px 0;
	margin:  0 0 25px 0;
}
#dentist_picture {
	width: 190px;
	float: left;
}
#dentist_description {
	width: 380px;
	float: right;
	padding: 7px 0 0 0;
}
.dentist_name {
	color: #402b10;
	font-family: "Trebuchet Ms", Arial, Tahoma;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	margin: 0 0 20px 0;
}
.dentist_list {
	margin:  0 0 0 17px;
	padding: 0 0 5px 0;
	list-style-type: circle;
	line-height: 18px;
}
.btn_tovabb {
	margin: 10px 0 0 0;
	padding: 0;
	overflow: hidden;
	width:  92px;
	height: 24px;
	display: block;
	background: url(../images/btn_tovabb.gif) 0 0 no-repeat;/*border: 1px solid red;*/
}
.btn_tovabb a {
	display: block;
	width:  92px;
	height: 24px;
	text-indent: -999px;
	background: url(../images/btn_tovabb.gif) 0 0 no-repeat;
}
.btn_tovabb a:hover {
	display: block;
	width:  92px;
	height: 24px;
	background: url(../images/btn_tovabb.gif) 0 -24px no-repeat;
}
#btn_oldal_tetejere {
	margin: 0 0 0 0;
	padding: 0;
	overflow: hidden;
	width:  118px;
	height: 30px;
	display: block;
	background: url(../images/btn_oldal_tetejere.jpg) 0 0 no-repeat;
	/*border: 1px solid red;*/
	position: absolute;
	top: 3px;
	right: 17px;
}
#btn_oldal_tetejere a {
	display: block;
	width:  118px;
	height: 30px;
	text-indent: -999px;
	background: url(../images/btn_oldal_tetejere.jpg) 0 0 no-repeat;
}
#btn_oldal_tetejere a:hover {
	display: block;
	width:  118px;
	height: 30px;
	background: url(../images/btn_oldal_tetejere.jpg) 0 -30px no-repeat;
}
/*********** STEP STYLES **************/
.step_title {
	background: url(../images/bullet.gif) no-repeat left center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #674619;
	padding: 0 0 0 15px;
	margin: 20px 0 10px 0;
	font-weight: bold;
}
.list_no {
	margin: 0 0 0 18px;
	padding: 0;
	list-style: none;
}
.list_no li {
	margin: 0 0 5px 0;
	padding: 0;
	list-style: none;
}
.left {
	float: left;
	margin: 0 30px 0 0;
}
.btn_kuldes {
	background: url(../images/btn_kuldes.gif) 0 0 no-repeat;
	width:  92px;
	height: 24px;
	margin: 0 0 10px 0;
	border: 0;
	text-indent: -9999px;
	cursor: pointer;
}
.btn_kuldes:hover {
	background: url(../images/btn_kuldes.gif) 0px -24px no-repeat;
	cursor: pointer;
}
.white {
	color: #fff;
}

