﻿body {
    font-family: 'Bookman Old Style', 'Times New Roman', Arial;
    min-width: 780px;
    margin: 0;
    padding: 0;
    border: 0;
    text-align: justify;
    font-size: 12px;
    color: #000000;
	background-color: #F0F0F0;
    background-repeat: repeat;
	background-image: url(Images/bg_gordium.png);
}

h1, h2, h3, h4, h5, h6 {color: #750000; font-weight: bold;}

h1 {
	margin: 0 0 0 0;
	font-size: 2.0em;
}
h2 {
	clear: both;
	margin: 0em 0em 0em 0em;
	font-size: 1.7em;
}
h3 {
	margin: 1.2em 0em 1.2em 0em;
	font-size: 1.4em;
}
h4 {
	margin: 1.2em 0em 1.2em 0em;
	font-size: 1.2em;
}
h5 {
	margin: 1.2em 0em 1.2em 0em;
	font-size: 1.0em;
}
h6 {
	margin: 1.2em 0em 1.2em 0em;
	font-size: 0.8em;
}
pre {
	font-family: monospace;
	font-size: 1.0em;
}

strong, b {font-weight: bold;}

/* Az odal hasznos területének alapja */
#mainwrapper {			
	margin-top: 14px;
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
	width: 990px;
	text-align: left;
}

/* Az oldal felső árnyéka */
#topShadow {
	height: 8px;
	background-image: url(Images/top_shadow.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

/* Az oldal tartalmi árnyéka */
#contentShadow {
	width: 990px;
	background-image: url(Images/bg_content.png);
	background-repeat: repeat-y;
}

/* Az oldal alsó árnyéka */
#bottomShadow {
	height: 8px;		
	background-image: url(Images/bottom_shadow.png);
	background-repeat: no-repeat;
}

/* A teljes fejléc */
#Header {
	position: relative;
	height: 149px;
	margin-left: 11px;
	z-index:1;
    top: 0px;
    left: 0px;
}

/* Gordium felírat Class */
.GordiumStyle {
	font-variant: small-caps;
}

/* Felső menü login csik fejlécen */
#TopLoginRow {
	position: relative;
	margin-left: 8px;
	width: 974px;
	height: 28px;
	/* background-image: url('Images/top_loginrow.png');
	background-position: bottom;
	background-repeat: no-repeat; */
	background-image: url('Images/top_login5.png');
	background-position: bottom;
	background-repeat: repeat-x;
}

/* Felső dátum és névnap információ a fejlécen */
#TopDaySection {
	position: inherit;
	float: left;
	margin-left: 12px;
	width: 400px;
	height: 24px;
    margin-top: 4px;
    font-size: 10pt;
    color: #750000;
    font-weight: bold;
}

#TopDaySection img {
    margin-top: 0px;
    margin-bottom: -2px;
    height: 14px;
    width: 20px;
}
  
/* Felső belépési sor a fejlécen */
#TopLoginSection
{
    position: inherit;
    float: right;
    margin-right: 12px;
    height: 24px;
    margin-top: 4px;
    font-size: 10pt;
    color: #750000;
    font-weight: bold;
}

#TopLoginSection a
{
    color: #750000;
    font-weight: bold;
    text-decoration: none;
}

#TopLoginSection a:hover
{
    color: #003300;
    font-weight: bold;
}

/* Felső Banner sor fejlécen */
#TopHeader {
	position: relative;
	margin-left: 8px;
	width: 974px;
	height: 80px;
	background-image: url('Images/Baner5.png');
	background-repeat: no-repeat;
}

/* Felső menü és morzsautvonal területe */

#TopMenuArea {
	position: relative;
	margin-left: 8px;
	width: 974px;
	height: 62px;
	background-image: url('Images/bg_menu5.png');
	background-repeat: repeat-x;
}

/* Felső menü */

#TopMenuRow {
	position: relative;
	margin-left: 20px;
	width: 954px;
	height: 34px;
	font-size: 11pt;
    font-weight: bold;
}

#TopMenuRow .item
{
    border: 2px groove #9F6A35;
    padding-right: 7px;
    padding-left: 7px;
    padding-top: 3px;
    padding-bottom: 5px;
    color: #750000;
    font-weight: bold;
    background: url('Images/TableHeaderB.png') repeat-x;
}

#TopMenuRow .selected {color:#750000;}

#TopMenuRow .hover {
	color:#003300; 
	padding-bottom: 5px;
	background:url('Images/FlashLine.gif') bottom left repeat-x;
}

/* Morzsautvonal */

#TopSitePath {
	position: relative;
	margin-left: 20px;
	width: 954px;
	height: 28px;
	padding-top: 5px;    
    font-size: 10pt;
    font-weight: normal;
}

#TopSitePath p {
	color: #FFFFFF;
	
}
#TopSitePath a
{
    color: #750000;
    text-decoration: none;
}
#TopSitePath a:hover
{
    color: #333333;
    text-decoration: none;
}

/* Menü tartalom alapja */
.SidebarMenuEntry
{
    margin: 0 0 5px 0;
    border: 2px solid #fff;
    background: #eee url('Images/bg_entry.png') repeat-x;
}

/* Bal oldali menü tartalom */
#LeftMenu
{
	width: 168px;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 4px;
	margin-right: 4px;
	overflow:hidden;
	font-size: 10pt;
	font-weight: bold;
}

#LeftMenu .item {
	padding-top: 1px;
	padding-left: 4px;
	padding-bottom: 1px;
	padding-right: 4px;
	color: #003300;
	/* color:#333333; */
    display: block;
}

#LeftMenu .selected {
	color:#750000;
}

#LeftMenu .hover {
	color:#750000;
	background:url('Images/left_menuhover.png') repeat-x;
    text-decoration:none;
    display: block;
}

/* Jobb oldali menü tartalom */
#RightMenu
{
	width: 172px;
	margin: 4px 4px 4px 4px;
	overflow:hidden;
	font-size: 10pt;
	font-weight: bold;
}

#RightMenu .item {
	padding-top: 1px;
	padding-left: 4px;
	padding-bottom: 1px;
	padding-right: 4px;
	color: #003300;
	/* color:#333333; */
    display: block;
}

#RightMenu .selected {
	color:#750000;
}

#RightMenu .hover {
	color:#750000;
	background:url('Images/left_menuhover.png') repeat-x;
    text-decoration:none;
    display: block;
}

/* Lábléc a partner linkeknek */
#FooterPartners {
	clear: both;
	margin-left: 188px;
	margin-bottom: -8px;
	padding-top: 0px;
	padding-bottom: 0px;
	width: 614px;
	height: 128px;
	background-color: #1D4C18;
}

#FooterPartners a {
	color: White;
	font-weight: bold;
}

/* Lábléc */
#Footer {
	clear: both;
	margin-left: 8px;
	width: 974px;
	height: 52px;
	background-image: url('Images/bg_footer5.png');
	background-repeat: repeat-x;
	background-position: bottom;
}

#Footer p {
	font-size: 1.11em;
	text-align: center;
	color: #000000;
	font-weight: bold;
    margin-top: 8px;	
	margin-bottom: 0px;
	padding-top: 4px;
	padding-bottom: 0px;
}
#Footer a
{
    color: #000000;
    text-decoration: none;
}
#Footer a:hover
{
    color: #750000;
    text-decoration: none;
}

/* Belső teljes tartalom - két SliderBar-al */
#FullContent {
	margin-left: 8px;
	width: 974px;
}

/* Ball SiderBar */
#LeftSidebar {
	position:relative;	
	float: left;
	width: 180px;
}

/* Jobb SiderBar */
#RightSidebar {
	position:relative;	
	float: right;
	width: 180px;
}

/* Sidebar tartalom */
.SidebarContainer
{
	width: 172px;
	margin: 4px 4px 4px 4px;
	text-align: justify;
}

.SidebarContainer h3{
    margin:0 0 10px 0;
    color:#750000;
    font-weight:bold;
    border-bottom:2px solid #abb;
}

/* Teljes központi tartalom kerete */
#CenterContent {
	position: relative;
    float: left;
	width: 614px;
}

/* Tartlom dobozok fejléc területe */

.ContentFlashBox{
    position: relative;
	width: 614px;
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 0px 0px;
	text-align: center;
	background-color: #1D4C18;
}

.ContentHeadBox{
    position: relative;
	width: 614px;
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 4px 0px;
	text-align: center;
	background-color: #1D4C18;
}

.ContentHead
{
    background: #eee url('Images/TableHeaderT.png') repeat-x;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 6px;
    padding-right: 6px;
}

/* Tartlom dobozok területe */
#ContentBox{
    position: relative;
	width: 610px;
	margin: 2px 2px 2px 2px;
	text-align: justify;
}

#ContentBox h2{
    margin:0 0 10px 0;
    color:#750000;
    font-weight:bold;
    border-bottom:2px solid #abb;
}

#ContentBox h2 a{
    color:#750000;
    font-weight:bold;
    text-decoration:none;
}

#ContentBox h2 a:hover{
    color:#003300;
    text-decoration:none;
    background:none;
}

#ContentBox p{
    margin:0.5em 1em 0.8em 1em;
    color: Black;
}

/* Tartalmi egység - egy hír*/
.ContentEntry
{
	background-position: #E0E0E0 url('Images/bg_entry.png') repeat-x;
	margin: 0 0 5px 0;
	border: 2px solid #fff;
	background: #E0E0E0 url('Images/bg_entry.png') repeat-x;
	color: #333333;
	padding: 10px 10px 0 10px;
}

.ContentEntry a{
    color: #750000;
    font-weight: bold;
    text-decoration:none;
    padding-bottom:2px;
}

.ContentEntry a:hover, .intro a:hover{
    color: #003300; 
    text-decoration:none;
    font-weight: bold;
    padding-bottom:2px;
    background: url('Images/FlashLine.gif') bottom left repeat-x;
}

.ContentEntryPhoto{
    margin:5px 10px 10px 0;
    float:left;
    padding:3px;
    border:1px solid #fff;
    background-color:#ddd;
    color:#333333;
}

.ContentEntryLeftPhotoBorder
{
    margin: 8px 10px 8px 0;
    float: left;
    padding: 0px;
    color: #333333;
}

.ContentEntryRightPhotoBorder
{
    margin: 8px 0px 8px 10px;
    float: right;
    padding: 0px;
    color: #333333;
}

.ContentEntryCenterPhotoBorder
{
    margin: 4px 4px 4px 4px;
    float: inherit;
    padding: 0px;
    color: #333333;
}

.ContentEntryMeta{
    border-top: 2px solid #ccc;
    padding: 5px 1px 0 0;
    margin:10px 0 0 0;
    text-align:right;
    font-size:0.9em;
    color: #567;
}

.ContentEntryMeta a{
    color: #750000; 
    text-decoration:none;
    padding-bottom:2px;
}

.ContentEntryMeta a:hover, .intro a:hover{
    color: #003300; 
    text-decoration:none;
    padding-bottom:2px;
    background: url('Images/FlashLine.gif') bottom left repeat-x;
}

.ContentEntryDate{
    float:left;
    font-weight:bold;
}

/* Névnap információs blok */

#NameDayInfo
{
    position: fixed;
    width: 200px;
    visibility: visible;
    background-color: Green;
    color: Black;
    text-align: left;
    font-size: 9pt;
    font-weight: normal;
    display: block;
    overflow: auto;
}

/* Honlaptérkép */

#ContantMap
{
	
	margin: 4px 4px 4px 4px;
	overflow:hidden;
	font-size: 11pt;
	font-weight: bold;
}

#ContantMap .item {
	padding-top: 1px;
	padding-left: 20px;
	padding-bottom: 1px;
	padding-right: 4px;
	color: #003300;
	/* color:#333333; */
    display: block;
}

#ContantMap .selected {
	color:#750000;
}

#ContantMap .hover {
	color:#750000;
	background:url('Images/left_menuhover.png') repeat-x;
    text-decoration:none;
    display: block;
}

/* Sidebar tartalom */
.SidebarEntry
{
    margin: 0 0 5px 0;
    border: 2px solid #fff;
    background: #eee url(  'Images/bg_entry.png' ) repeat-x;
    color: #333333;
    padding: 4px 4px 0 4px;
}

.SidebarEntry img
{
    vertical-align: middle;
}

.SidebarEntry a{
    color: #003300;
}

.SidebarEntry a:hover, .intro a:hover{
    text-decoration:none;
    color: #750000;
    padding-bottom:2px;
    background:url('Images/FlashLine.gif') bottom left repeat-x;
}

.SidebarEntryMeta
{
    border-top: 2px solid #ccc;
    padding: 4px 2px 0 0;
    margin: 6px 0 6px 0;
    text-align: right;
    font-size: 0.9em;
    color: #003300;
}

/* Hir lista Tábla Styles */
#NewsListTabla {
    float: inherit; 
    width: 586px;
    font-weight: bold;
}
#NewsListTabla h4{
    margin-bottom: 2px;
}
#NewsListTabla h5{
    margin-top: 3px;
    margin-bottom: 1px;
}
#NewsListTabla .DateList{
    width: 120px;
    display: inline-block;
}

#NewsListTabla a
{
    color: #003300;
    text-decoration: none;
    padding-top: 2px;
    padding-left: 6px;
    padding-bottom: 2px;
    font-style: normal;
    display: block;
}
#NewsListTabla a:hover
{
    color: #750000;
    text-decoration: none;
    background:url('Images/left_menuhover.png') repeat-x;
    padding-top: 2px;
    padding-left: 6px;
    padding-bottom: 2px;
    display: block;
}

/* [135x90] webforditas.hu stilusai */

#webTab, #textTab, #dictTab  
{ display:none; }

.boxTabLabelLeft
{ width: 5px; height: 19px; background-image: url(../images/tab_inactive_left.gif); }
.boxTabLabelMiddle
{ background-image: url(../images/tab_inactive_base.gif); }
.boxTabLabelRight
{ width: 5px; background-image: url(../images/tab_inactive_right.gif); }

div.boxContainer {
	display:block;
    position: relative;
	overflow:hidden;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #606a74;
	background-color: #ffffff;
	padding:0px;
	margin:0px;
}

div.boxContainer div,
div.boxContainer table,
div.boxContainer td,
div.boxContainer form,
div.boxContainer img,
div.boxContainer a {
	border :0px;
	padding: 0px;
	margin :0px;
	/*vertical-align:middle;*/
}

.hiddenIFrame
{
    
}

a.wfanchor { cursor:pointer; }

.boxTabGradientTD {
	background-color: #c6cdd4;
	background-image: url(../images/tab_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}

.boxInput {
	display:inline;
	overflow:auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #606a74;
	background-color: #FFFFFF;
	background-image: url(../../images/box_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 3px;
	width: 100%;
	border: 1px solid #a5adb5;
}

input.boxInput {
	overflow:hidden;
	height:21px;
}

textarea.boxInput {
	height:100%;
}

.boxSelect {
	display:inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #606a74;
	background-color: #d9dfe4;
	padding: 1px;
	border: 1px solid #a5adb5;
	font-weight: bold;
	text-align: left;
	height: 20px;
	vertical-align: middle;
}

/* [135x90] webforditas.hu stilusai vége */