/*
Style Name: Kingston Park
Description: Kingston Park style by <a href="http://www.sitemakers.hu/kapcsolat/">czombos</a>.
Version: 1.0
Author: Sitemakers Kft.
Author URI: http://www.sitemakers.hu/
*/



/* Begin Typography & Colors */
body {
	margin: 0;
	padding: 0;
	color: #383838;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:13px;
	background:#9b1418;
}
a:link, a:visited {
	color: #BC151C;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: none;
	color: #BC151C;
}
a:link img, a:visited img {
	border-color: #931418;
}
a:focus img, a:hover img, a:active img {
	border-color: #BC151C;
}
p {
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
h2 {
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	margin:0px;
	padding-top: 5px;
	padding-bottom: 5px;
	color:#BC151C;
}
h3 {
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	margin:0px;
	padding-top: 5px;
	padding-bottom: 5px;
	color:#231f20;
}
h4 {
	font-size: 17px;
	font-style: normal;
	font-weight: normal;
	margin:0px;
	padding-top: 5px;
	padding-bottom: 5px;
	color:#231f20;
}
.hiba {
	color:#FF0000;
	font-size:10px;
}
.piros {
	color:#F00;
}
/* End Typography & Colors */



/* Begin Structure */
#container {
	width: 1001px;
	margin:10px auto 0 auto;
	position: relative;
	background:url(/images/center.gif);
}
#header {
	background:#9b1418 url(/images/headers/rotate.php) no-repeat center top;
	height: 230px;
	position: relative;
}
#logo {
	position:absolute;
	left:5px;
	top:5px;
}
#inline-content {
	background: url(/images/top.gif) no-repeat center top;
}
*html #inline-content {
	display:inline-block;
}
#left {
	float:left;
	width:160px;
	padding:10px 20px;
	margin-right:5px;
	color:#FFF;
}
#right {
	float:right;
	width:160px;
	padding:10px 20px;
	color:#FFF;
}
#content {
	float: left;
	width: 570px;
	padding:10px;
}
#footer {
	width: 1001px;
	font-size: 10px;
	text-transform: uppercase;
	background:#34779c;
	margin:0 auto;
	font-weight:bold;
	color:#FFF;
	background:url(/images/bottom.gif) no-repeat center top;
	height:30px;
}
#footer p {
	padding:9px;
	margin:0 auto;
}
#footer a {
	color:#FFF;
}
/* End Structure */



/* Begin Boxes */
.both {
	clear:both;
}
.halfleft {
	width:270px;
	float:left;
	position:relative;
}
.halfright {
	width:270px;
	float:right;
	position:relative;
}
.halfleft h3, .halfright h3 {
	padding:0 0 8px 0;
	margin:5px 0 8px 0;
	border-bottom:1px solid #BC151C;
}
.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 */
#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 */



/* Begin Tables */
.mytable {
	padding: 0;
	margin: 0;
	border-left: 1px solid #9E7756;
}
.mytable th {
	font: bold 10px Arial, Helvetica, sans-serif;
	border-right: 1px solid #9E7756;
	border-bottom: 1px solid #9E7756;
	border-top: 1px solid #9E7756;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	padding: 6px 1px 6px 5px;
	background: #CAE8EA url(/images/bg_header.jpg) no-repeat;
}
.mytable th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #9E7756;
	background: none;
}
.mytable td.noborder {
	border-bottom: 0;
}
.mytable td {
	font: 11px Arial, Helvetica, sans-serif;
	border-right: 1px solid #9E7756;
	border-bottom: 1px solid #9E7756;
	padding: 6px 1px 6px 5px;
	background: #E8E4E3;
	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: Tahoma, Geneva, sans-serif;
}
.button, a.button {
	background: #974128;
	border: 1px solid #BC151C;
	color:#FFFFFF;
	padding:0 .4em 0 .4em;
	width:auto;
	overflow:visible;
	margin-top: 4px;
	font-weight:bold;
}
a.button {
	font-size: 12px;
	padding: 1px 7px;
}
a.button:hover, a.button:focus {
	font-size: 12px;
	color:#FFFFFF;
}
.button:hover, .button:focus {
	background: #BC151C;
	border: 1px solid #BC151C;
	color:#FFFFFF;
}
.button:visited {
	color:#FFFFFF;
}
.fields {
	padding: 2px;
	border: 1px solid #909090;
	background: #FFFFFF url(/images/input_bg.gif) repeat-x left top;
}
.fields:hover, .fields:focus {
	border: 1px solid #BC151C;
}
.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 {
	position:absolute;
	width:1001px;
	top:154px;
	line-height:normal;
	font-weight: bold;
	margin:0 auto;
	height:51px;
	background:url(/images/menu.jpg) no-repeat;
}
#topnav ul {
	margin:0;
	padding:0;
	list-style:none;
}
#topnav li {
	float:left;
	padding:0;
}
#topnav a {
	float:left;
	display:block;
	margin:0;
	padding:15px 56px 15px 55px;
	text-decoration:none;
	color:#FFF;
	background:url(/images/menu_separator.gif) no-repeat right 3px;
}
#topnav li.last {
	float:right;
}
#topnav li.last a {
	background:none;
}
#topnav li.first a:hover, #topnav li.first a.active_menu {
	background:url(/images/menu.jpg) no-repeat left -51px;
}
#topnav li.last a:hover, #topnav li.last a.active_menu {
	background:url(/images/menu.jpg) no-repeat right -51px;
}
#topnav a:hover, #topnav a.active_menu {
	text-decoration:none;
	background:url(/images/menu.jpg) no-repeat center -51px;
}
#topnav ul li ul {
	position:absolute;
	top:51px;
	width:500px;
}
#topnav ul li ul li a {
	background:none;
	padding:6px 12px 7px 12px;
}
#topnav li.first ul li a:hover, #topnav li.first ul li a.active_menu {
	background:none;
}
#topnav li.last ul li a:hover, #topnav li.last ul li a.active_menu {
	background:none;
}
#topnav ul li ul li a:hover, #topnav ul li ul li a.active_menu {
	color:#FCA228;
	background:none;
}
.sub1 {
	left:45px;
}
.sub2 {
	left:215px;
}
.sub3 {
	left:215px;
}
/* End Menus */



/* Begin Gallery */
.thumb {
	margin: 2px;
	border: 1px solid #93161A;
	height:126px;
	width:135px;
	float: left;
	text-align: center;
	background:#BC151C;
	color:#FFF;
}
.thumb img{
	display: inline;
	margin: 2px;
}
.thumb a img{
	border: 0;
}
.thumb a:hover img {
	border: 0;
}
.photo_title {
	text-align: center;
	font-weight: normal;
	width:135px;
	margin: 0 auto;
	font-size:11px;
} 
/* End Gallery */



/* Begin Other */
iframe {
	border:1px solid #74AC00;
}
#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 */


/* Begin Spry */
.textfieldRequiredMsg, 
.textfieldInvalidFormatMsg, 
.textfieldMinValueMsg,
.textfieldMaxValueMsg,
.textfieldMinCharsMsg,
.textfieldMaxCharsMsg,
.textfieldValidMsg {
	display: none;
}
.textfieldRequiredState .textfieldRequiredMsg, 
.textfieldInvalidFormatState .textfieldInvalidFormatMsg, 
.textfieldMinValueState .textfieldMinValueMsg,
.textfieldMaxValueState .textfieldMaxValueMsg,
.textfieldMinCharsState .textfieldMinCharsMsg,
.textfieldMaxCharsState .textfieldMaxCharsMsg
{
	display: inline;
	color: #CC3333;
	font-size:10px;
}
.textfieldValidState input, input.textfieldValidState {
	background-color: #B8F5B1;
}

input.textfieldRequiredState, .textfieldRequiredState input, 
input.textfieldInvalidFormatState, .textfieldInvalidFormatState input, 
input.textfieldMinValueState, .textfieldMinValueState input, 
input.textfieldMaxValueState, .textfieldMaxValueState input, 
input.textfieldMinCharsState, .textfieldMinCharsState input, 
input.textfieldMaxCharsState, .textfieldMaxCharsState input {
	background-color: #FF9F9F;
}
.textfieldFocusState input, input.textfieldFocusState {
	background-color: #FFFFCC;
}
.textfieldFlashText input, input.textfieldFlashText{
	color: red !important;
}
.confirmRequiredMsg, 
.confirmInvalidMsg, 
.confirmValidMsg {
	display: none;
}
.confirmRequiredState .confirmRequiredMsg,
.confirmInvalidState .confirmInvalidMsg
{
	display: inline;
	color: #CC3333;
	font-size:10px;
}
.confirmValidState input, input.confirmValidState {
	background-color: #B8F5B1;
}
input.confirmRequiredState, .confirmRequiredState input, 
input.confirmInvalidState, .confirmInvalidState input
{
	background-color: #FF9F9F;
}
.confirmFocusState input, input.confirmFocusState {
	background-color: #FFFFCC;
}
.checkboxRequiredMsg, .checkboxMinSelectionsMsg, .checkboxMaxSelectionsMsg{
	display: none;
}
.checkboxRequiredState .checkboxRequiredMsg,
.checkboxMinSelectionsState .checkboxMinSelectionsMsg,
.checkboxMaxSelectionsState .checkboxMaxSelectionsMsg {
	display: inline;
	color: #CC3333;
	font-size:10px;
}
.textareaRequiredMsg,
.textareaMinCharsMsg,
.textareaMaxCharsMsg,
.textareaValidMsg {
	display:none;
}
.textareaRequiredState .textareaRequiredMsg,
.textareaMinCharsState .textareaMinCharsMsg,
.textareaMaxCharsState .textareaMaxCharsMsg
{
	display: inline;
	color: #CC3333;
	font-size:10px;
}
.textareaValidState textarea, textarea.textareaValidState {
	background-color:#B8F5B1;
}
textarea.textareaRequiredState, .textareaRequiredState textarea, 
textarea.textareaMinCharsState, .textareaMinCharsState textarea, 
textarea.textareaMaxCharsState, .textareaMaxCharsState textarea {
	background-color:#FF9F9F;
}
.textareaFocusState textarea, textarea.textareaFocusState {
	background-color:#FFFFCC;
}
.textareaFlashState textarea, textarea.textareaFlashState{
	color:red !important;
}
textarea.textareaHintState, .textareaHintState textarea{
	/* color: red !important;*/
}
.selectRequiredMsg, .selectInvalidMsg {
	display: none;
}
.selectRequiredState .selectRequiredMsg,
.selectInvalidState .selectInvalidMsg {
	display: inline;
	color: #CC3333;
	font-size:10px;
}
.selectValidState select, select.selectValidState {
	background-color: #B8F5B1;
}
select.selectRequiredState, .selectRequiredState select,
select.selectInvalidState, .selectInvalidState select {
	background-color: #FF9F9F;
}
.selectFocusState select, select.selectFocusState {
	background-color: #FFFFCC;
}
/* End Spry */

