@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif; 
	font-size:14px;
	/* background: #666666; */
	background: #333333;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #000;
}
h2 {
	font-size: 17px;
	font-weight: bold;
	color: #000;
}

h3 {
	font-size: 18px;
	font-weight: bold;
	color: #000;
}




h4 {
	font-size: 14px;
	color: #000;
	font-weight: bold;
}

h3 {
		font-size: 14px;
	color: #000066;
	font-weight: bold;

}

.twoColFixRtHdr #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000066;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header {
	background-image: url(images/banneri.jpg);
	height: 125px;
	border: thick;
/*	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

.twoColFixRtHdr #header2 { 
/*	background: #DDDDDD; */
/*	background: #3399CC;  */
	background: #0033CC; 
	border-top-style: solid;
	border-bottom-style: solid;
	border-color: #000066;
	border-width: 1px;
	padding-top: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	padding-left: 0px;
} 


.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color:#00F;
}
.twoColFixRtHdr #sidebar1 {
/*	background-image:url(images/sivu.jpg); */
	background:#FFF;
	float: right; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
/*	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 20px 20px;
}
.twoColFixRtHdr #mainContent { 
	margin: 0 180px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding-left: 40px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-top: 20px;
	min-height: 600px;
} 

.twoColFixRtHdr #mC { 
	margin: 0 0 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 40px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	min-height: 700px;
} 

.twoColFixRtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#999; 
	border-top-style: solid;
	border-color: #000066;
	border-width: 1px;

} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


.twoColFixRtHdr #mainContent table{
	padding-top: 20px;
	width: 440px;
	height: 332px;
	background: #FFF;	 
	
}


.twoColFixRtHdr #sidebar1 table,td{
	border:1px;
	padding-top: 0;
/*	padding-left: 165px;
	background: #3399CC;
	background: #0033CC;  */
	background: #999999;	 
	
}

.twoColFixRtHdr #navlist table,td 
{
	background-color: #CCC; 	
}




.twoColFixRtHdr #navlist ul{
	padding-top: 4px;
	text-align: center;
	
}

.twoColFixRtHdr #navlist li
{
font: 100% Arial;
display:inline;
text-decoration:none;
list-style-type: none;
padding-right: 15px;
font-size:15px;
font-weight: bold;
}

.twoColFixRtHdr #navlist li a
{
color: #FFF;
font-size:15px;
text-decoration:none;
font-weight: bold;
}

.twoColFixRtHdr #navlist li a:hover
{
color: #0033CC;
font-size:15px;
text-decoration:none;
font-weight: bold;
}

.twoColFixRtHdr #navlist li a:active
{
color: #0033CC;
font-weight: bold;
font-size:15px;
text-decoration:none;
}



.twoColFixRtHdr #mC #foodlist td
{
 background-color: #FFF; 
}


.twoColFixRtHdr  #foodlist li
{
font: 100% Arial;
display:inline;
text-decoration:none;
list-style-type: none;

padding-right: 3px;
font-size:15px;
font-weight: bold;
background: transparent;
}

.twoColFixRtHdr  #foodlist li a
{
color: #0099CC;
font-size:14px;
text-decoration:none;
font-weight: bold;
background: transparent;
}

.twoColFixRtHdr  #foodlist li a:hover
{
color: #0033CC;
font-size:14px;
text-decoration:none;
font-weight: bold;
background: transparent;
}

.twoColFixRtHdr  #foodlist li a:active
{
color: #0033CC;
font-weight: bold;
font-size:14px;
text-decoration:none;
background: transparent;
}








/* Menulist code */






.twoColFixRtHdr #mC #foodlist2 td
{
 background-color: #FFF; 
}

.twoColFixRtHdr  #foodlist2 ul
{
text-align: center;

}
.twoColFixRtHdr  #foodlist2 li
{
font: 100% Arial;
display:inline;
text-decoration:none;
list-style-type: none;
padding-left: 40px;
font-size:15px;
font-weight: bold;
background: transparent;
}

.twoColFixRtHdr  #foodlist2 li a
{
color: #0099CC;
font-size:14px;
text-decoration:none;
font-weight: bold;
background: transparent;
}

.twoColFixRtHdr  #foodlist2 li a:hover
{
color: #0033CC;
font-size:14px;
text-decoration:none;
font-weight: bold;
background: transparent;
}

.twoColFixRtHdr  #foodlist2 li a:active
{
color: #0033CC;
font-weight: bold;
font-size:14px;
text-decoration:none;
background: transparent;
}








/* Hoverbox code */


.hoverbox
{
	cursor: default;
	list-style: none;
	text-align: center;
	padding-top: 0px;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

.hoverbox img
{
	margin-top: 0px;
	background: #0033CC;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-top: 4px;
	vertical-align: top;
	width: 230px;
	height: 150px;
}

.hoverbox li
{
/*	background: #eee; */
	background: #66CCFF;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 50px; 
	padding: 2px;
	position: relative;
	margin-top: 5px;

}


.hoverbox li a
{


}



.hoverbox .preview
{
	border-color: #66CCFF;
	width: 460px;
	height: 300px;
}

.hoverbox ul{
	margin-left: auto;
	margin-right: auto;	
}

/* =Internet Explorer Fixes
----------------------------------------------------------------------*/

.hoverbox a
{
	position: relative;
}

.hoverbox a:hover
{
	display: block;
	font-size: 100%;
	z-index: 1;
}

.hoverbox a:hover .preview
{
	top: -38px;
	left: -50px;
}

.hoverbox li
{
	position: static;
}
