body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,
fieldset,input,p,blockquote,th,td {
margin:0; padding:0;
}
fieldset {border:0; margin: 0px; padding: 0px;}
address,caption,cite,code,dfn,em,strong,th,var {
font-style:normal;font-weight:normal;
}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;}


html, body {
	background: #ddd8d4;
	font-family: "Bookman Old Style", Verdana, Arial, Tahoma;
	font-size: 12px;
	color: #000;
}

td,p {
	font-family: "Bookman Old Style";
	font-size: 12px;
}

table.form td{
	font-family: "Bookman Old Style";
	font-size: 12px;
}


td.side {
	width: 180px;
	background: #fefefe url('../images/side_grad.gif') repeat-x center top;
}

h1 {
	margin: 5px 0px 10px 2px;
	color: #aa1e29;
	font-size: 16px;
}

a:active,
a:visited,
a:link {
	color: #000;
}

a:hover {
	color: #000;
}


/* INPUT */

.inputmezo {
	padding: 2px;
	margin: 2px;
	border: 1px solid #aa1e29;
}

.inputmezo_error {
	padding: 2px;
	margin: 2px;
	border: 1px solid #f90000;
}

.gomb {
	padding: 2px;
	margin: 2px;
	border: 1px solid #aa1e29;
}

#error {
	color: #f9000;
}

#error1 {
	color: #f9000;
}

#error2 {
	color: #f9000;
}




/* LEFTSIDE */

#left_side {
	margin: 5px;
	background: #fff url('../images/left_grad_rev.jpg') repeat-x bottom left;
}



/* TOPMENU */

#topmenu {
	background-color: #a2887b;
	color: #fff;
	text-align:center;

}

#menu {
	margin: auto;
}

/* ----- [ NAVIGÁCIÓ ] ----- */
#nav-one {
	height: 26px;
	text-align:center;
	width:940px;
}


#nav-one ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	margin: 0px;
	padding:0px;
}

#nav-one ul li {
	float:left;
	padding:0px;
}


#nav-one li a {
	display: block;
	color: #FFF;
	text-decoration: none;
	margin: 0px;
	padding: 3px 10px 3px 0px;
	line-height:23px;

	font-size:12px;
}

#nav-one li a span{
	border-left: 1px solid white;
	padding-left: 10px;
}

#nav-one li a:hover {
	margin:0px;
	text-decoration: none;
	color: #FFF;
	background-color: #aa1e29;
}

#nav-one ul li a.active {
	
}
#nav-one li ul {
	position: absolute;
	left:-9999px;
	background-color: #c8b5a4;
	margin: -3px 0px 0px 0px;
	padding: 0px;
	width:130px;
}
/* almenü */
#nav-one li:hover ul, #nav-one li.sfhover ul {
	left: auto;
}
#nav-one ul li ul li {
	display:block;
}

#nav-one ul li ul li.sub_sep{
	float:left;
	height:23px;
}

#nav-one ul li ul li a {
	display:block;
	margin:0px;
	padding: 3px 10px 1px 3px;
	width:120px;
	color: #aa1e29;
	font-size:11px;
	text-align: left;
	text-transform: none;
	font-weight: normal;
    background: none;
    border: none;
		border-bottom:1px solid #FFF;
		width:117px;
}
/* almenü betûi */
#nav-one ul li ul li a:hover {
	font-weight: normal;
	background-color: #fff;
	color: #aa1e29;
}


#nav-one ul li ul li.sub a {
	display:block;
	padding: 3px 10px 3px 15px;
	width:175px;
	color: #666;
	font-size:10px;
	text-transform: none;
	line-height:14px;
	font-weight: normal;
	color:#000;
}
/* almenü betûi */
#nav-one ul li ul li.sub a:hover {
	font-weight: normal;
	color: #FFF;
}

#nav-one ul li#first {
	background: none;
}



/*----------------------------------------
sitemap
----------------------------------------*/

#sitemap_menu
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}


#sitemap_menu ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#sitemap_menu li
{
    text-align:left;
}

#sitemap_menu li a
{
	display: block;
	margin:0px;
	padding: 4px 2px 4px 2px;
	text-decoration: none;
	font-weight:bold;
    color:#FFF;
    border-bottom: 1px solid #A2887B;
    border-top: 1px solid #DDD;
	background-color:  #A2887B;
}

#sitemap_menu li a:hover
{
	color: #FFFFFF;
	background-color:  #A2887B;
}


#sitemap_menu li.submenu_sitemap a
{
	display: block;
	margin:0px;
	padding: 4px 2px 4px 20px;
	text-decoration: none;
    font-weight:normal;
    color:#000;
    border-bottom: 1px solid #A2887B;
    border-top: 1px solid #DDD;
	background-color:  #FFF;
}

#sitemap_menu li.submenu_sitemap a:hover
{
	color: #FFF;
	background-color:  #A2887B;
}

#sitemap_menu li.sub_submenu_sitemap a
{
	display: block;
	margin:0px;
	padding: 4px 2px 4px 40px;
	text-decoration: none;
    font-weight:normal;
    color:#000;
    border-bottom: 1px solid #A2887B;
    border-top: 1px solid #DDD;
	background-color:  #FFF;
}

#sitemap_menu li.sub_submenu_sitemap a:hover
{
	color: #FFF;
	background-color:  #A2887B;
}

#sitemap_menu li.sub_sub_submenu_sitemap a
{
	display: block;
	margin:0px;
	padding: 4px 2px 4px 60px;
	text-decoration: none;
    font-weight:normal;
    color:#000;
    border-bottom: 1px solid #A2887B;
    border-top: 1px solid #DDD;
	background-color:  #FFF;
}

#sitemap_menu li.sub_sub_submenu_sitemap a:hover
{
	color: #FFF;
	background-color:  #A2887B;
}



.tag_founds{
    margin:3px;
	padding:3px;
	}

.tag_menu{
	margin:3px;
	background-color:#F6F6F6;
	padding:3px;
}

.tag_title{
	margin:0px 0px 0px 20px;
	padding:3px;
}

.tag_text{
	margin:0px 0px 0px 20px;
	padding:3px;
}

.result_td a , .result_td a:active , .result_td a:visited{
	font-size:14px;
	text-decoration:none;
	font-weight:bold;
}

#cimkek{
	margin:8px;
	padding:8px;
	border:1px solid #DDD;
	background-color:#F6F6F6;
}
/* CONTENT */

#content {
	width: 600px;
	color: #000;
	font-size: 14px;
}


/* FOOTER */

#footer {
	width: 600px;
	padding: 5px;
	font-size: 16px;
	color: #643432;
}

/* GALLERY */

.gallery {
	border: 1px solid #ddd8d4;
	background-color: #ece9e4;
	float:left;
	margin: 3px;
	padding: 2px;
}

.gallery img {
	border: 1px solid #ddd8d4;
}

.gallery .title {
	width: 100%;
	text-align: center;
	font-size: 12px;
	margin:5px 0px;
}

/********************
 * calendar
 ********************/
#calendar_container {
    width: 245px;
    min-height: 235px;
    padding: 1px;
    background: #FFF url(../gfx/loading_bar.gif) no-repeat center center;
}

#calendar_head {
    float: left;
    width: 245px;
    line-height: 20px;
    margin: 0 0 0 1px;
    background: #000 url(../gfx/bgr_menu.png) repeat-x top left;
    font-weight: bold;
    color: #FFF;
	font-family: Verdana, Arial, Tahoma;
}

#calendar_head_left {
    float: left;
    width: 12px;
    height: 12px;
    padding: 4px;
}

#calendar_head_center {
    float: left;
    width: 200px;
    text-align: center;
}

#calendar_head_right {
    float: right;
    width: 12px;
    height: 12px;
    padding: 4px;
}

.calendar_prev_link:link,
.calendar_prev_link:active,
.calendar_prev_link:visited {
    display: block;
    float: left;
    width: 11px;
    height: 11px;
    background: transparent url(../hpimages/calendar_prev_h.gif) no-repeat center center;
    border: 1px solid #FFF;
}

.calendar_prev_link:hover {
    background: transparent url(../hpimages/calendar_prev.gif) no-repeat center center;
}

.calendar_next_link:link,
.calendar_next_link:active,
.calendar_next_link:visited {
    display: block;
    float: left;
    width: 11px;
    height: 11px;
    background: transparent url(../hpimages/calendar_next_h.gif) no-repeat center center;
    border: 1px solid #FFF;
}

.calendar_next_link:hover {
    background: transparent url(../hpimages/calendar_next.gif) no-repeat center center;
}

#calendar_foot {
    width: 245px;
    line-height: 25px;
    text-align: center;
    background: #AAA;
}

#calendar_foot a:link,
#calendar_foot a:active,
#calendar_foot a:visited {
    display: block;
    line-height: 22px;
    border: 1px solid #FFF;
    background: #DDD;
    color: #000;
    text-decoration: none;
    font-weight: bold;
}

#calendar_foot a:hover {
    background: #CC3197;
    color: #FFF;
}

#calendar_body {
    float: left;
    width: 250px;
    /*background: #E0E0E0;*/
	font-family: Verdana, Arial, Tahoma;
}

#calendar_body div {
    float: left;
    width: 34px;
    line-height: 34px;
	/*margin: 1px 1px 0px 0px;*/
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
    text-align: center;
    background: transparent;
}

#calendar_body a,
#calendar_body a:link,
#calendar_body a:visited,
#calendar_body a:active,
#calendar_body a:hover {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

#calendar_body div:hover,
#calendar_body div.sunday:hover,
#calendar_body div.event:hover,
#calendar_body div.task:hover
#calendar_body div.current:hover{
    background: #CCC;
    cursor: pointer;
}

#calendar_body div.day_head {
    background: #AAA;
    font-weight: bold;
    cursor: default;
}

#calendar_body div.day_body {
    width: 170px;
    padding: 0 2px 0 2px;
    text-align: left;
}

#calendar_body div.day_foot {
    background: #AAA;
    font-weight: bold;
    cursor: default;
}

#calendar_body div.hour_head {
    background: #AAA;
    font-weight: bold;
    width: 39px
}

#calendar_body div.hour_body {
    width: 200px;
    padding: 0 2px 0 2px;
    text-align: left;
}

#calendar_body div.hour_body {
    width: 200px;
    padding: 0 2px 0 2px;
    text-align: left;
}

#calendar_body div.inactive_day {
    background: #EEE;
    color: #BBB;
	cursor: default;
}

#calendar_body div.sunday {
    background: #D0D0D0;
}

#calendar_body div.current {
    background: #D0D0D0;
    font-weight: bold;
}

#calendar_body div.booked {
    background: #99CCFF;
	cursor: default;
}

#calendar_body div.provisional {
    background: #FF9900;
	cursor: default;
}

#calendar_body div.closed {
    background: #FFCC99;
	cursor: default;
}

#calendar_body div.available {
    background: #FFFF99;
}

#calendar_body div.event {
    background: #CC3197;
}

#calendar_body div.task {
    background: #CCFF00;
}

#calendar_clearer {
    clear: both;
}

#alsobox{
	margin:auto;
	padding:5px 10px 5px 10px;
	width:942px;
	height:20px;
	background-color:#FFF;
}

#alsobox a:link,
#alsobox a:active,
#alsobox a:visited{
	font-size:10px;
	color:#AA182D;
	text-decoration:none;
}

#alsobox a:hover{
	color:#000;
	text-decoration:underline;
}
