/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color:#F00;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 10px 0;
	border-bottom: 1px solid #cccccc;
	width: 100%;
	background-color:#f3f3e7;
}

#navBar{
	
	padding: 0px;
	background-color: #eeeeee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width:20%;
}

#content{
  float:right;
	width: 70%;
	margin: 0;
	padding: 0 3% 0 0;
}

#content1{
  float:left;
	width: 800px;
	margin: 0;
	padding: 0 0 0 0;
	background-color:#f3f3e7;
}

#content2 /*naptár a régibol*/

{
float:left;
background-image:url('images/contentbgtop.jpg');
background-repeat:repeat-x;
background-position:top center;
background-color:#f3f3e7;
width:800px;
margin-top:20px;
margin:auto;
padding:0px;
margin-bottom:0px;
margin-right:0px;


}

/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 10px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 30px 0px 10px 10px;
}


/************* #globalNav styles **************/

#globalNav{
color: #cccccc;
padding: 10px 10px 0px 10px;
white-space: nowrap;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}
#globalNav a:hover {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
	color:#FF0000;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
	float:right;
}

#breadCrumb a:hover {
	color:#FF0000;
}

/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.kepek{
	font-size: 80%;
}


.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	background-color:#f3f3e7;
}
#siteInfo1{
	float:right;
	border: 0px solid #cccccc;
	font-size: 75%;
	color: #006699;
	padding: 10px 10px 10px 10px;
	margin-top: -38px;
	background-color:#f3f3e7;
	width:75%;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 0px 0px 5px 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#sectionLinks1{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}
#sectionLinks1 h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

#sectionLinks1 a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks1 a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
}

#sectionLinks1 a:hover{
	border-top: 1px solid #cccccc;
	background-color: #ffffff;
	padding: 2px 0px 2px 10px;
	color:#FF0000;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}


/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 20px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}


#headlines p{
	padding: 5px 0px 5px 0px;
}

/****innen a regi****/

#col1

{
float:left;
width:500px;
margin-left:10px;
margin-top:30px;
background-color:inherit;
text-align:justify;
font-size:10pt;
padding:5px;

}

#col11

{
float:left;
width:700px;
margin-left:10px;
margin-top:30px;
background-color:inherit;
text-align:justify;
font-size:10pt;
padding:5px;

}

#col1 h1
{
display:block;
font-size:1.2em;
font-family:Helvetica, Arial, sans-serif;
text-align:left;
font-weight:bold;
color:#202f2b;
font-weight:normal;
padding-bottom:2px;
margin-top:5px;
margin-bottom:10px;
margin-left:5px;
border-bottom:1px solid #ff0000;
}
#col11 h1
{
display:block;
font-size:1.2em;
font-family:Helvetica, Arial, sans-serif;
text-align:left;
font-weight:bold;
color:#202f2b;
font-weight:normal;
padding-bottom:2px;
margin-top:5px;
margin-bottom:10px;
margin-left:5px;
border-bottom:1px solid #ff0000;
}

#col1 .red
{
color:#9a0c1c;
}

#col11 .red
{
color:#9a0c1c;
}

#col1 p

 { 
font: normal 10pt Arial, Verdana, Helvetica, sans-serif;
font-size:0.9em;
color: #000000;
padding:10px;
text-align:justify;
}
#col11 p

 { 
font: normal 10pt Arial, Verdana, Helvetica, sans-serif;
font-size:0.9em;
color: #000000;
padding:10px;
text-align:justify;
}


#col1 td {
  font-family:arial;
  font-size:9pt;
}

#col11 td {
  font-family:arial;
  font-size:9pt;
}

#col2

{
float:left;
background:#ffffff;
width:372px;
margin:20px 18px 5px 18px;
padding:10px 15px 5px 10px;
text-align:justify;
font-size:10pt;
border:2px solid #ebebeb;
}


#col2 p

 { 
font: normal 9pt Arial, Verdana, Helvetica, sans-serif;
font-size:10pt;
margin-top:12px;
color: #000000;
padding:10px 25px 5px 10px;
text-align:justify;
}

#col2 h1
{
display:block;
font-size:1.2em;
font-family:Helvetica, Arial, sans-serif;
text-align:left;
font-weight:bold;
color:#202f2b;
font-weight:normal;
padding-bottom:2px;
margin-top:5px;
margin-bottom:10px;
margin-left:5px;
border-bottom:1px solid #ff0000;
}

#col3

{
float:right;
background:#ffffff;
width:272px;
margin:20px 18px 5px 0;
padding:10px 15px 5px 10px;
text-align:justify;
font-size:9pt;
border:2px solid #ebebeb;
}

#col3 h1
{
display:block;
font-size:1.2em;
font-family:Helvetica, Arial, sans-serif;
text-align:left;
font-weight:bold;
color:#202f2b;
font-weight:normal;
padding-bottom:2px;
margin-top:5px;
margin-bottom:10px;
margin-left:5px;
border-bottom:1px solid #ff0000;
}

#col3 p

 { 
font: normal 0.9em Arial, Verdana, Helvetica, sans-serif;
font-size:9pt;
margin-top:15px;
color: #000000;
padding:10px 25px 5px 10px;
text-align:justify;
}

form
{
padding:0px;
margin:0px;
}

form p
{
color: #555555;
text-align: left;
font-size: 0.6em;
font-family: Helvetica, Arial, Verdana;
}

label {
  float:none;
}

label, input {
        display: block;
        width: 120px;
        float: left;
        margin-bottom: 10px;
}

label, select {
        display: block;
        width: 130px;
        float: left;
        margin-bottom: 10px;
}

label {
        text-align: right;
        width: 160px;
        padding-right: 20px;
}



br {
        clear: left;
}

#curdate label {
  float:none;
}

.submit 
{
float:right;
color: #000000;
margin-top:0px;
background-color: #f9faf4;
width: 60px;
margin-right:70px;
margin-left:3px;
margin-top:5px;
}

.input

{
color: #000000;
margin-top:0px;
background-color: #f9faf4;
border-top:3px solid #550a13;
border-left:6px solid #550a13;
border-right:6px solid #550a13;
border-bottom:6px solid #550a13;
width: 150px;
font-size: 1.9em;
font-family: Helvetica, Arial, Verdana, sans-serif;
}

.left

{float:left;
padding:4px;}

.days{
    background-color: #6868AB;
    color:#EEEEEF;
    font:10pt;
    font-weight:bold;
    cursor:default;
    text-align:center;
    padding-right:0.5em;
}

.actday{
    background-color: #F6DC34;
    color:#ffffff;
    border:2px solid #E20408;
    font-weight:bold;
}

.satday {
  color:#873243;
  background-color: #A8E0D9;
}

.sunday{
  color:#ffffff;
  background-color: #B2958A;
}

.empty {
  background-color:#f3f3e7;
  cursor:default;
}

.doHigh {
  color:#F9FFE0;
  background-color: #33914F;
}

#calendar th {
  border-collapse:collpase;
  border:1px solid #888;
  background-color: #AEDEAB;
  color:#161677;
  font:11pt Arial;
  font-weight:bold;
  cursor:default;
  text-align:center;
}

#calendar td {
  border:1px solid #888;
  text-align:right;
  padding:2pt;
}

#calendar table {
  border:1px solid #888; 
  border-collapse:collapse;
  font:11pt arial;
  cursor:pointer;
}

#calendar a {
  text-decoration:none;
}

#booking span {
  max-width:100px;
  text-align:right;
  float:left;
}

#booking div {
  max-width:100px;
  text-align:left;
  float:left;
}

#metar

{
float:left;
width:500px;
margin-left:10px;
margin-top:30px;
background-color:#ffffff;
text-align:justify;
font-size:10pt;
padding:15px;

}
/*** excel ***/
table.excel {
	border-style:ridge;
	border-width:1;
	border-collapse:collapse;
	font-family:sans-serif;
	font-size:12px;
	background-color:#FFFFFF;
}
table.excel thead th, table.excel tbody th {
	background:#CCCCCC;
	border-style:ridge;
	border-width:1;
	text-align: center;
	vertical-align:bottom;
}
table.excel tbody th {
	text-align:center;
	width:20px;
}
table.excel tbody td {
	vertical-align:bottom;
}
table.excel tbody td {
    padding: 0 3px;
	border: 1px solid #EEEEEE;
}

