/*
Style Name: Casa Panna Cotta
Description: Casa Panna Cotta style by <a href="http://www.sitemakers.hu/kapcsolat/">czombos</a>.
Version: 2.0
Author: Sitemakers Kft.
Author URI: http://www.sitemakers.hu/
*/



/* Begin Typography & Colors */
body {
	margin: 0;
	padding: 0;
	color: #156784;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	background:#B0D573;
	behavior: url("/styles/csshover3.htc");
}
a:link, a:visited {
	color: #2273A2;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: none;
	color: #008EB3;
}
a:link img, a:visited img {
	border-color: #95CC0E;
}
a:focus img, a:hover img, a:active img {
	border-color: #008EB3;
}
p {
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
h2 {
	font-size: 24px;
	font-style: italic;
	font-weight: normal;
	margin:0px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #28a1ca;
}
h3 {
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	margin:0px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #28a1ca;
}
h4 {
	font-size: 17px;
	font-style: normal;
	font-weight: normal;
	margin:0px;
	padding-top: 5px;
	padding-bottom: 0px;
}
/* End Typography & Colors */



/* Begin clearfix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block;}  /* for IE/Mac */

*html .clearfix {
	zoom: 1;     				/* triggers hasLayout */
	display: block;     /* resets display for IE/Win */
}
.clear {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
/* End clearfix */



/* Begin Structure */
#container {
	background:#eaefb1 url(/images/content.jpg) no-repeat left 164px;
	width: 1000px;
	margin:0 auto;
	position: relative;
	border:4px solid #F2BD3B;
	border-bottom-width:2px;
	border-top-width:0px;
}
#header {
	background:url(/images/header.jpg) no-repeat center top;
	height: 312px;
	position: relative;
}
#left {
	float:left;
	width:166px;
	padding:10px 20px 20px 20px;
	position:relative;
	background:#53B7CF url(/images/left_top.jpg) no-repeat left top;
}
#content {
	float:right;
	width:715px;
	padding:20px 40px 0 15px;
}
*html #content {
	display:inline;
}
#footer {
	background:url(/images/footer.jpg) no-repeat left bottom;
	font-size: 10px;
	font-weight:bold;
	padding:0 50px;
}
#footer p {
	padding:10px 0;
	color:#84aeff;
}
#footer a {
	color:#84aeff;
	text-decoration:none;
}
.pic_left {
	float:left;
	margin-right:10px;
}
.pic_right {
	float:right;
	margin-left:10px;
}
/* End Structure */



/* Begin Boxes */
.both {
	clear:both;
}
.halfleft {
	width:320px;
	float:left;
	position:relative;
}
.halfright {
	width:320px;
	float:right;
	position:relative;
}
.halfleft h3, .halfright h3 {
	padding:0 0 8px 0;
	margin:5px 0 8px 0;
	border-bottom:1px solid #0195CE;
}
.halfleft h3 span, .halfright h3 span {
	font-size:14px;
}
.halfleft p, .halfright p {
	text-align:justify;
	padding:0;
}

.halfleft img, .halfright img {
	margin:2px 10px 0px 0px;
	float:left;
	border:2px solid #fff;
}
.halfleft h3 img, .halfright h3 img {
	border:none;
	float:right;
}
.halfleft h3 .logo, .halfright h3 .logo {
	position:absolute;
	right:0px;
	top:0px;
}
/* End Boxes */



/* Begin Lists, Blockquote */
#content ul {
	margin: 0 0 0 5px;
	padding: 5px 0px;
}
#content ul li {
	margin: 10px 0px 4px 5px;
	padding: 0px 0px 0px 10px;
	list-style-type: none;
	background: url(/images/bullet.png) 0px 5px no-repeat;
	font-weight: normal;
	width: auto;
}
#content ul li ul li {
	background: url(/images/bullet2.png) 0px 6px no-repeat;
}
/* End Lists, Blockquote */



/* Begin Tables */
.mytable {
	padding: 0;
	margin: 0;
	border-left: 1px solid #C1DAD7;
}
.mytable th {
	font: bold 10px Arial, Helvetica, sans-serif;
	color: #00416C;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	padding: 6px 2px 6px 6px;
	background: #CAE8EA url(/images/bg_header.jpg) no-repeat;
}
.mytable th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
}
.mytable td.noborder {
	border-bottom: 0;
}
.mytable td {
	font: 11px Arial, Helvetica, sans-serif;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	padding: 6px 2px 6px 6px;
	background: #E3F3FD;
	text-align: center;
}
.mytable tr.alt1 td {
	color:#999;
	background: #fff;
}
.mytable tr.alt2 td {
	color:#CCC;
	background: #fff;
}
/* End Tables */



/* Begin Form Elements */
form {
	margin: 0;
	padding: 0;
}
label {
	line-height: 20px;
}
input, select {
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.button, a.button {
	background: url(/images/menu.gif) repeat-x left -5px;
	color:#AC632C;
	padding: 1px 7px;
	width:auto;
	overflow:visible;
	margin-top: 4px;
	font-weight:bold;
	border:1px solid #FFF;
}
a.button {
	font-size: 12px;
	padding: 1px 7px;
}
a.button:hover, a.button:focus {
	background: url(/images/menu.gif) repeat-x left -40px;
	font-size: 12px;
	color:#FFFFFF;
	border:1px solid #FFF;
}
.button:hover, .button:focus {
	background: url(/images/menu.gif) repeat-x left -40px;
	color:#FFFFFF;
	border:1px solid #FFF;
}
.button:visited {
	color:#AC632C;
}
.fields {
	padding: 2px;
	border: 1px solid #909090;
	background:#FAFAE1 url(/images/input_bg.gif) repeat-x left top;
}
.fields:hover, .fields:focus {
	border: 1px solid #008EB3;
}
.quicksearch label {
	display:block;
	margin:0 0 5px 0;
}
.quicksearch label span {
	display:block;
}
.quicksearch label select {
	width:160px;
}
.newsletter label input {
	width:155px;
}
/* End Form Elements */



/* Begin Menus */
#topnav {
	line-height:normal;
	font-weight: bold;
	margin:0 auto;
	height:66px;
	background:url(/images/menu.gif);
	position:relative;
	padding:2px 0 0 0;
}
#topnav ul {
	margin:0;
	padding:0;
	list-style:none;
}
#topnav li {
	float:left;
	padding:0;
	border-right:1px solid #FFF;
	height:33px;
}
#topnav a {
	float:left;
	display:block;
	margin:0;
	padding:8px 52px 7px 51px;
	text-decoration:none;
	color:#b15181;
	position:relative;
}
#topnav a:hover, #topnav a.active_menu {
	text-decoration:none;
	background:url(/images/menu_hover.gif) repeat-x center top;
	color:#FFF;
}
#topnav span {
	position:absolute;
	left:20px;
	top:-20px;
	z-index:3;
}
#topnav li.last {
	border:none;
}
#topnav ul li ul {
	position:absolute;
	top:36px;
	width:500px;
}
#topnav ul li ul li a {
	background:none;
	padding:6px 12px 7px 12px;
	color:#FFF;
}
#topnav ul li ul li a:hover, #topnav ul li ul li a.active_menu {
	background:none;
	color:#fbe434;
}
#topnav ul li ul li, #topnav li.last ul li {
	background:none;
}
.sub1 {
	left:45px;
}
.sub2 {
	left:215px;
}
.sub3 {
	left:229px;
}



#vertical_menu {
	font-size:18px;
}
#vertical_menu ul {
	margin:0;
	padding:0 0 10px 0;
}
#vertical_menu li {
	margin:0px;
	padding:0px;
	list-style: none;
}
*html #vertical_menu li {
	display:inline;
}
*+html #vertical_menu li {
	display:inline;
}
#vertical_menu li a {
	text-decoration: none;
	display: block;
	padding: 5px 0;
	margin:0;
	color: #FFF;
}	
#vertical_menu li a:hover, #vertical_menu li a.active_menu {
	color:#d86d27;
}
/* End Menus */



/* Begin Gallery */
.thumb {
	margin: 2px;
	border: 1px solid #95CC0E;
	height:130px;
	width:140px;
	float: left;
	text-align: center;
	background:#DAE8B0;
}
.thumb img{
	display: inline;
	margin: 5px;
}
.thumb a img{
	border: 0;
}
.thumb a:hover img {
	border: 0;
}
.photo_title {
	text-align: center;
	font-weight: normal;
	width:145px;
	margin: 0 auto;
	font-size:11px;
} 
/* End Gallery */



/* Begin Other */
iframe {
	border:0px;
}
#positive {
	background-color: #c8ffa4;
	border: 1px solid #348300;
	padding:5px 10px;
	margin:5px 0;
}
#negative {
	background-color: #ffa4aa;
	border: 1px solid #800000;
	padding:5px 10px;
	margin:5px 0;
}
#tip {
	background-color: #FFFF66;
	border: 1px solid #c18800;
	padding:5px 10px;
	margin:5px 0;
}
/* End Other */



