@import url('?csst=/themes/global/css/modules.csst');
@import url('?csst=/themes/global/css/input.csst');
@import url('?csst=/themes/global/css/pages.csst');

	body {
        color: #356618;
        background: url(http://www.szivovi.hu/themes/global/images/bg-body.jpg) repeat;
		font-family: 'PT Sans', sans-serif;
	}
	
	h1, h2, h3, h4, h5, h6 {
        color: #818181;
        font-size: 20px;
        letter-spacing: 0.028em;
        margin: 0;
        text-transform: uppercase;
	}

	h1 {
		font-size: 26px;
	}
	h2 {
		font-size: 22px;
	}
	h3 {
		font-size: 20px;
	}

	p, ul, ol {
		font-size: 14px;
		font-weight: normal;
		margin-bottom: 10px;
	}

	ul li, 
	ol li {
		margin-left: 5px;
	}

	a {
		text-decoration: none;
		color: rgb(65, 142, 21);
	}
	
	img {
		border: 0px;
	}
	
	blockquote {
		border: solid 1px #cccccc;
		background-color: #e7e7e7;
		padding: 5px;
		font-size: 12px;
	}
	
	hr {
		width: 98%;
		height: 1px;
		color: #CCCCCC;
		background-color: #CCCCCC;
		border: 0px;
	}
	
	table {
		color: #5e4a2b;
	}
	
	th {
		background-color: #876e44;
		color: #ffffff;
	}
    
    li a.custom-menu-item {
		text-decoration: none;
		color: #f0f2c9;
        background-color: rgb(75, 75, 75);
	}
	li a.custom-menu-item:hover {
        text-decoration: none;
        color: rgb(28, 50, 15);
        background-color: rgb(218, 234, 209);
	}

/*
	Layout
	======
*/
	div.bigcontainer {
		width: 1076px;
		margin: 0 auto;
		padding: 0;
		text-align: center;
		background: transparent url(themes/global/images/design/diagonal.png) repeat-y;
	}
	
	#logo {
		margin: -5px 363px -95px 11px;
		z-index: -1;
	}	
		
	div.title {
		width: 960px;
		height: 151px;
		margin: 0 auto;
		padding: 0;
		text-align: right;
		background: url(themes/global/images/design/main_header.gif) no-repeat;
		border-left: 1px solid #7b643a;
		border-top: 1px solid #7b643a;
		border-right: 1px solid #7b643a;
	}
	
	div.title img {
		border: 0;
		margin: 0;
		padding: 0;
	}

	div.head {
		width: 960px;
		height: 37px;
		margin: 0 auto;
		background: url(themes/global/images/design/top_menu_background.png) repeat-x;
		border-left: 1px solid #7b643a;
		border-top: 1px solid #7b643a;
		border-right: 1px solid #7b643a;	
	}
	
	div.head table {
		width: 100%;
		cellpadding: 0;
		cellspacing: 0;
		height: 32px;
		color: #ffefc6;
	}
	
	div.head table #leftspacer {
		width: 220px;
	}
	
	div.head table #rightspacer {
		width: 10px;
	}	
	
	div.head table td {
		vertical-align: middle;
		text-align: center;
	}
		
	div.head table td a{
		font-size: 14px;
		text-transform: uppercase; 
		text-decoration: none;
		color: #ffefc6;
		font-effect: outline;
		font-weight: normal;
	}
	
	div.head table td a:hover {
		color: #ffffff;
	}
		
		
	.head_left { 
		vertical-align: top;
	 

		text-align: left;
	 
 }
	
	.head_right { 
		vertical-align: top;
	 

		text-align: right;
	 
 }
	
	div.columncontainer {
		width: 960px;
		margin: 0 auto;
		padding: 0;
		float: left;
		border: 0;
		border-left: 1px solid #7b643a;
		border-right: 1px solid #7b643a;		
		background: #7e5f34 url(themes/global/images/design/bottom_background.gif) no-repeat;
		background-position: center bottom;
		min-height: 500px;
		
		overflow-x: hidden;
	}	

	div.hmenu {
		width: 900px;
		height: 45px;
		margin: auto;
		background-color: #7e5f34;
		padding-left: 21px;
	}
	
	div.container {
		background-color: #ffffff;
		width: 960px;
		margin: 0 auto;
	}
	
	div.vmenu {
		width: 189px;
		float: left;
		margin: 0;
		height: 100%;
		background-color: transparent;
		border-left: 1px solid #a69274;
		min-height: 800px;
		color: #ffefc6;
		font-effect: outline;		
	}
	
	div.vmenu table.menu_normal {
		margin: 5px 0px 5px 0px;
		padding: 3px 5px 3px 0px;
		text-align: left;
		width: 180px;
		border: 0px;
		background: transparent;
	}
	
	div.vmenu table td {
		padding: 0px;
		border: 0px;
		background: transparent;
	}
	
	div.vmenu table td.flag {
		width: 18px;
		padding: 0px;
		border: 0px;
		background: transparent;
	}
		
	div.vmenu table.menu_selected {
		margin: 5px 0px 5px 0px;
		padding: 3px 5px 3px 0px;
		text-align: left;
		width: 190px;
		border: 0px;
		background: transparent url(themes/global/images/design/menu_selected_background.png) repeat-y;
	}
	
	div.vmenu a.menu_item {
		font-size: 14px;
		text-transform: uppercase; 
		text-decoration: none;
		color: #ffefc6;
		font-effect: outline;
	}
	
	div.vmenu a.menu_item:hover {
		color: #ffffff;
		font-weight: bold;
	}	
	
	div.vmenu p {
		font-size: 14px;
		text-transform: uppercase; 
		text-decoration: none;
		text-align: left;
		color: #ffffff;
		font-effect: outline;
		margin: 0px;
		margin-left: 8px
	}
		
	div.content {
		width: 540px;
		padding: 20px;
		padding-top: 40px;
		float: left;
		text-align: left;
		margin: 0;
		background: #ffffff url(themes/global/images/design/main_background.png) repeat-x;
		min-height: 900px;
		overflow-x: hidden;
	}
	
	div.content_wide {
		width: 670px;
		padding: 20px;
		padding-top: 40px;
		float: left;
		text-align: left;
		margin: 0;
		background: #ffffff url(themes/global/images/design/main_background.png) repeat-x;
		min-height: 900px;
		overflow-x: hidden;
	}	
	
	div.content hr {
		width: 98%;
		background: transparent url(themes/global/images/design/hr.png) no-repeat;
		height: 10px;
	}
	
	div.sidebar {
		width: 189px;
		float: left;
		margin: 0;
		border-right: 1px solid #a69274;
		min-height: 800px;
	}
	
	div.sidebar_closed {
		width: 59px;
		float: left;
		margin: 0;
		border-right: 0px solid #a69274;
		min-height: 800px;
		overflow: hidden;
	}
		
	div.sidebar table.menu_normal {
		margin: 5px 0px 5px 0px;
		padding: 3px 5px 3px 0px;
		text-align: left;
		width: 180px;
		border: 0px;
		background: transparent;
	}
	
	div.sidebar table td {
		padding: 0px;
		border: 0px;
		background: transparent;
	}
	
	div.sidebar table td.flag {
		width: 18px;
		padding: 0px;
		border: 0px;
		background: transparent;
	}
		
	div.sidebar table.menu_selected {
		margin: 5px 0px 5px 0px;
		padding: 3px 5px 3px 0px;
		text-align: left;
		width: 190px;
		border: 0px;
		background: transparent url(themes/global/images/design/menu_selected_background.png) repeat-y;
	}
	
	div.sidebar p {
		color: #FFFFFF;	
		margin: 0;
		padding: 4px;
		padding-left: 8px;
		text-transform: none;
		background: transparent url(themes/global/images/design/opacity.png) repeat;
	}
	
	div.sidebar a {
		color: #ffefc6;
	}
	
	div.sidebar a:hover {
		font-weight: normal;
		color: #ffefc6;
	}	
		
	div.sidebar a.menu_item  {
		font-size: 14px;
		text-transform: uppercase; 
		text-decoration: none;
		color: #ffefc6;
		font-effect: outline;
	}
	
	div.sidebar a.menu_item:hover {
		color: #ffffff;
		font-weight: bold;
	}	
	
	div.smalltail {
		width: 960px;
		height: 5px;
		margin: auto;
		clear: left;
		background: url(themes/global/images/design/small_tail.gif) no-repeat;
		border: 0px;
		border-left: 1px solid #7b643a;
		border-right: 1px solid #7b643a;		
	}
		
	div.tail {
		width: 960px;
		height: 32px;
		text-align: center;
		vertical-align: middle;
		color: #ffffff;
		background-color: #FFFFFF;
		border-left: 1px solid #7b643a;
		border-bottom: 1px solid #7b643a;		
		border-right: 1px solid #7b643a;		
		margin: auto;
		clear: left;
		background: url(themes/global/images/design/tail_background.png) repeat-x;
		font-family: arial;
		font-size: 12px;
		line-height: 32px;
	}
	
	div.tail a {
		text-decoration: none;
		color: #ffe6a2;
		font-effect: outline;		
	}
	
	div.tail a:hover {
		text-decoration: none;
		color: #ffffff;
		font-effect: outline;		
	}
	
/*
	Tags
	====
*/
	p.small {
		font-size: 12px;
		margin-left: 5px;
		margin-top: 2px;
		margin-bottom: 2px;
		text-align: left;
	}
	
	p.code {
		font-family: "Courier New", Courier, mono;
	}
	
	li.error {
		font-family: Arial;	
		font-size: 12px;
		color: #FF0000;
	}
	
	a.small:link {
		text-decoration: none;
		font-size: 12px;
		color: #7094FF;
	}
	
	a.small:visited {
		text-decoration: none;
		font-size: 12px;
		color: #7094FF;
	}
	
	a.small:hover {
		text-decoration: underline;
	}
	
	a.small:active {
		text-decoration: none;
		font-size: 12px;
		color: #7094FF;
	}
	
	a.smaller:link {
		text-decoration: none;
		font-size: 10px;
		color: #7094FF;
	}
	
	a.smaller:visited {
		text-decoration: none;
		font-size: 10px;
		color: #7094FF;
	}
	
	a.smaller:hover {
		text-decoration: underline;
	}
	
	a.smaller:active {
		text-decoration: none;
		font-size: 10px;
		color: #7094FF;
	}
	
	a.trackback {
		font-size: 11px;
		font-weight: normal;
	}
	
	a.h3:link {
		font-size: 18px;
		font-weight: bold;
		color: #12457a;
		text-decoration: none;
	}
	
	a.h3:visited {
		font-size: 18px;
		font-weight: bold;
		color: #12457a;
		text-decoration: none;
	}
	
	a.h3:hover {
		text-decoration: none;
		border-bottom: 2px solid #12457a;
	}
	
	a.h3:active {
		font-size: 18px;
		font-weight: bold;
		color: #12457a;
		text-decoration: none;
	}
	
	span.req {
		font-weight: bold;
	}
	
	table.table_100 {
		width: 100%;
	}
	
	p.tags {
		text-align: left;
		font-size: 8pt;
		word-wrap: break-word;
	}
	
	span.infotag {
		border-bottom: dashed 1px #000000;
	}

/*
	Menu
	====
*/
	div.menu {
		margin-top: 60px;
	}
	
	div.menu h2, div.sidebar h2 {
		width: 100%;
		height: 28px;
		background: transparent url(themes/global/images/design/menu_title_background.png) repeat-x;
		margin: 0px;
		margin-top: 40px;
		color: #ffefc6;
		font-size: 16px;
		padding-top: 3px;
		font-weight: bold;
		font-variant: small-caps;
	}
	
	div.menu p.normal {
		margin: 0;
		padding-left: 8px;
		background: transparent;
	}

	div.menu p {
		margin: 0;
		padding: 4px;
		padding-left: 8px;
		text-transform: none;
		background: transparent url(themes/global/images/design/opacity.png) repeat;
	}
	
	div.menu a {
		color: #ffefc6;
	}
	
	div.menu a:hover {
		font-weight: normal;
		color: #ffefc6;
	}
	

/* 
	Message
	=======
*/
	div.message {
		border: solid 2px #7FB74D;
		background-color: #D2F9AF;
	}
	
	p.message {
		color: #009900;
		margin: 15px 15px;
		font-weight: bold;
	}

/*
	Error message
	=============
*/
	div.error {
		border: solid 2px #960000;
		background-color: #CF7979;
	}
	
	p.error {
		color: #000000;
		margin: 15px 15px;
		font-weight: bold;
	}
	
	span.error {
		float:left;
		margin:0 7px 50px 0;
	}

/*
	Framework logo
	==============
*/
	div.logo {
		text-align: center;
		padding-top: 15px;
	}



/*
	Hiding
	======
*/
	.iframe-visible {
		height: 300px;
		visibility: visible;
	}
	.iframe-hidden {
		height: 0px;
		visibility: collapse;
	}
	.div-visible {
		display: block;
	}
	.div-hidden {
		height: 0px;
		display: none;
	}

/*
	Form tables
	===========
*/
	table.urlap {
		width: 540px;
		border: none;
		margin-bottom: 35px;
		margin-left: 5px;
		margin-right: 5px;
		margin: auto;
	}
	
	table.lista {
		width: 100%;
		border: solid 1px #CCCCCC;
	}
	
	table.lista-75 {
		width: 75%;
		border: solid 1px #CCCCCC;
	}
	tr.sor1 {
		background-color: #fff9e7;
		border-bottom: solid 1px #000000;
		border-left: solid 1px #000000;
	}
	
	tr.sor2 {
		background-color: #ffe49b;
		border-bottom: solid 1px #000000;
		border-right: solid 1px #000000;
	}
	
	tr.sor3 {
		background-color: #fcfcfc;
		width: 300px;
	}
	
	tr.sor4 {
		background-color: #f6f6f6;
		width: 300px;
	}

/*
	Other
	=====
*/
	.no-border {
		border: 0px;
	}
	
	.no-border-left {
		border: 0px;
		float: left;
		padding: 5px;
	}

/*
	BBCode
	======
*/
	#smiley_panel {
		display: none;
	}
	
	span.BBCode_bold {
		font-weight: bold;
	}
	span.BBCode_italic {
		font-style: italic;
	}
	span.BBCode_underline {
		text-decoration: underline;
	}
	a.BBCode_url {
	}
	img.BBCode_image {
		border: 0;
	}
	span.BBCode_code {
		font-family: "Courier New";
	}
	blockquote.BBCode_qoute {
		border: solid 1px #cccccc;
		background-color: #e7e7e7;
		padding: 5px;
		font-size: 12px;	
	}
	span.BBCode_ {
	}

/*
	Login
	=====
*/

	td.login_right {
		text-align: right;
	}
	
	td.login_center {
		text-align: center;
	}
/*
	Admin
	=====
*/

	td.static_list {
		color: #ffffff;
		background-color: #7b643a;
		font-weight: bold;
		text-align: center;
	}
	
	td.static_lang_global {
		text-align: center;
		background-color: #FF0000;
	}
	
	td.static_lang {
		text-align: center;
	}
	
	td.revisions {
		border-bottom: solid 1px #000000;
	}
	
	td.revisions_right {
		border-bottom: solid 1px #000000;
		text-align: right;
	}
	
	div.links {
		border: 1px solid #dddddd;
		padding: 0px 15px 15px 15px;
	}
	
	div.link {
		background-color: #ebebeb;
		padding: 2px;
		padding-left: 10px;
		margin-top: 5px;
	}
	
	div.link_desc {
		padding: 2px;
		padding-left: 20px;
		background-color: #fafafa;
	}
	
/*
	Newsletter
	==========
*/

	.nl_desc {
		padding: 0px;
		background-color: #fff0c8;
		border: 1px solid #dfd0a8;
	}
	
	.nl_desc p.normal {
		margin: 0px;
		padding-left: 20px;
	}		
	
	.nl_desc p {
		margin: 0px;
		padding-left: 20px;
		background: #fff0c8;
	}
			
	.nl_desc h3 {
		margin: 0px;
		padding: 3px;
		color: #fff0c8;
		background: url(themes/global/images/design/menu_title_background.png) repeat-x;
	}		
	
	.nl_view {
		border: 1px solid #bfb088;
	}
	
/*
	Events
	==========
*/

	.eventsh3 {
		margin: 0px;
		padding: 3px;
		color: #fff0c8;
		background: url(themes/global/images/design/menu_title_background.png) repeat-x;
	}		

	.eventsh3 a {
		color: #fff0c8;
	}		

	.eventsh4 {
		font-size: 16px;
		margin: 0px;
		padding: 3px;
		color: #fff0c8;
		background: url(themes/global/images/design/menu_title_background.png) repeat-x;
	}
	
	.events_contact {
		float: right;
		width: 200px;
		margin-left: 20px;
		border: 1px solid #7b643a;
	}	
	
	.events_ul {
		padding: 0px;
		margin: 0px;
	}