/****************This css file contains the main style for the site.**********************************

******************************************************************************************************

*****************************Created by Farkas Boldizsár**********************************************

*****************************************************************************************************/



@CHARSET "UTF-8";
/* RESET ************************************************************************/



html {
	margin:0;
	padding:0;
	border:0;
}
body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, p, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font:inherit;
	vertical-align:baseline;
}
article, aside, details, figcaption, figure, dialog, footer, header, hgroup, menu, nav, section {
	display:block;
}
body {
	line-height:1.5;
	background:white;
}
table {
	border-collapse:separate;
	border-spacing:0;
}
caption, th, td {
	text-align:left;
	font-weight:normal;
	float:none;
}
table, th, td {
	vertical-align:middle;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
}
blockquote, q {
	quotes:"" "";
}
a img {
	border:none;
}
:focus {
	outline:0;
}
/* TAGEK ************************************************************************/
body {
	background-image:url(../kepek/q6vrzpb.png);
	background-repeat:repeat;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}
h1 {
	color:#2d0100;
	margin:0 0 5px 0;
	font-size: 24px;
}
h2 {
	color:#5a3020;
	margin:5px 0 0 0;
	font-size: 19px;
}
h3 {
	color:#262117;
	margin:8px 0 0 0;
	font-size: 17px;
}
p, li{
	line-height:22px;
	color: #39241C;
	font-size:14px;
}
a:link, a:visited, a:active {
	color:#982103;
	text-decoration: none;
	font-weight:600;
}
a:hover {
	text-decoration: underline;
	color:#c85133;
}
a:focus {
}
/* ÜRLAPOK************************************************************************/



input[type="text"], input[type="password"], input[type="email"] {
	padding:1px 2px;
}
p.error {
	border:1px solid #FB3C04;
	background:#FF8484;
	color:#333;
	padding:3px 8px;
	margin-top:5px;
}
p.success {
	border:1px solid #0C6;
	background:#B7FFB7;
	color:#333;
	padding:3px 8px;
	margin-top:5px;
}
p.admin_error {
	border:1px solid #FB3C04;
	background:#FF8484;
	color:#333;
	padding:3px 8px;
	margin:5px 0 !important;
}
p.admin_success {
	border:1px solid #0C6;
	background:#B7FFB7;
	color:#333;
	padding:3px 8px;
	margin:5px 0 !important;
}
#login_form {
	width:500px;
}
#login_form label {
	float: left;
	width:80px;
}
#urlap label {
	margin-right:5px;
}
/* DIVEK ************************************************************************/



#wrapper {
	width:1024px;
	margin:0 auto;
	margin-bottom:15px;
	background: #f3f3f3;
	padding:0;
	border-right: 2px solid #2d0100;
	border-left: 2px solid #2d0100;
	border-bottom:2px solid #2d0100;
	-moz-box-shadow: 0px 0px 10px #38190a;
	-webkit-box-shadow: 0px 0px 10px #38190a;
	box-shadow: 0px 0px 10px #38190a;/*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
}
#header {
	height:400px;
	width:1024px;
	background-image: url(../kepek/logo.jpg);
}
#nav {
	height:26px;
	font-size: 14;
	padding:10px;
	margin-top:-46px;
	background-color: rgba(0,0,0,0.4);
}
#nav ul {
	float:right;
	margin-right:10px;
}
#nav ul li {
	list-style:none;
}
#nav li {
	float: left;
}
#nav a {
	display: block;
	padding: 3px 15px;
	font-size: 18px;
	color: #fefefe;
	list-style-type: none;
	background-color: rgba(34,2,1,0.7);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin-left:30px;
	font-weight:400;
}
#nav a:hover {
	color: #fff;
	text-decoration: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color: rgba(34,34,34,0.8);
}
#content {
	padding:10px 20px 20px 20px;
}
#footer {
	background: #e5e5e5;
	padding:10px;
	border-top:1px solid #2d0100;
	color:#999;
}
#footer p {
	font-size:14px;
}
#img_holder {
	width:300px;
	height:200px;
	overflow:hidden;
}
#g_box1, #g_box2{
	margin-top:10px;
}
/*Admin-felület**********************************************************************/

#admin_header {
	margin-top:30px;
	margin-bottom:50px;
}
#admin_wrapper {
	width:1024px;
	margin:0 auto;
	margin-bottom:15px;
	color:#333;
	font-size:14px;
}
#regform_holder {
	color:#333;
	font-size:14px;
}
#admin_wrapper a, #login_area a, #regform_holder a {
	color:#036;
	font-weight:400;
	font-size:14px;
}
#admin_wrapper h1, #admin_wrapper h2, #admin_wrapper h3, #admin_wrapper h4, #admin_wrapper h5, #admin_wrapper h6 {
	color:#222;
}
#admin_wrapper h1 {
	font-size:18px;
}
#admin_wrapper p {
	font-size:14px;
}
#admin_wrapper a:hover {
	color:#03c;
}
#login_area {
	padding:10px 20px;
	width:160px;
	margin:100px auto 0 auto;
	background: #f3f3f3;
	border: 1px solid #999;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
}
#login_area label {
	color:#333;
}
#admin_info, #admin_content, #admin_content2{
	padding:10px 20px;
	background: #f3f3f3;
	border: 1px solid #999999;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
}
#admin_info {
	width:200px;
	float:left;
}
#admin_content {
	width:700px;
	float:right;
}
#admin_content2 {
	width:800px;
	margin:0 auto;
}
#admin_loaded_content {
	background:#cdcdcd;
	padding:5px 10px;;
}

/*TÁBLÁZATOK, URLAPOK**********************************************************************/

#urlap, #urlap2 {
	margin-top:10px;
}
table {
	width: 100%;
	margin: 0 auto;
	margin-bottom:10px;
}
table td {
	margin-top:30px;
	background:#eee;
	padding:5px;
}
table th {
	margin-top:30px;
	background:#dfdfdf;
	padding:5px;
}
table p {
	margin:0;
	color:#474138;
}
table {
	color:#26251F;
}
table.printed_nevezesek {
	border:1px solid #999;
}
table.printed_nevezesek td {
	font-size:11px;
	border:1px solid #999;
	padding:4px 5px 0 5px;;
	vertical-align:middle;
	text-align:center;

}
table.printed_nevezesek th {
	font-size:12px;
	font-weight:bold;
	border:1px solid #999;
	padding:2px 5px;
	text-align:center;
}
/*FANCYBOX*/

#gallery {
	margin:0 auto;
	text-align:center;
}
#gallery img {
	border:solid 2px #241200;
	margin:3px 3px;
}
#gallery img:hover {
	border:solid 2px #6A3500;
}
