@charset "ISO-8859-1";

body { margin:0px;
	background-color:#986716;
	font-family:Trebuchet MS,Georgia,Tahoma, Verdana;
	color:#FFFFFF;
	font-size:11px;
}

html { height:100%; }
img { margin:0px; border-style:none; }
fieldset { border:none; line-height:20px; margin-left:-5px}
legend { color:#ef8821; font-size:12px; font-weight:bold; margin-left:-3px}
a {color:#ef8821;}

#flashcontent{
	position:absolute;
	top:20px;
	left:20px;
	height:30px;
	width:30px;
	z-index:1000;
}

.wrap1 {
	position: relative;
	margin:auto;
	width:800px;
	height:100%;
	z-index:1;
}

.wrap2 {
	position:absolute;
	left:0px;
	top:282px;
	width:750px;
	z-index:3;
	padding:20px 50px 0px 0px;
	background-color:#000;
	overflow:visible;
}

.wrap3 {
	position:static;
	padding-top:10px;
}

.wrap4 {
	position:absolute;
	left:0px;
	top:282px;
	width:750px;
	z-index:3;
	padding:20px 50px 0px 0px;
	background-color:#000;
	overflow:visible;
	height:1360px
}



.lautanen {
	position:absolute;
	left:304px;
	top:-1px;
	width:496px;
	height:247px;
	z-index:1;
}


.logo {
	position:absolute;
	left:0px;
	top:-1px;
	width:308px;
	height:247px;
	z-index:2;
}


.valikkodiv {
	position:absolute;
	left:0px;
	top:246px;
	width:730px;
	height:36px;
	z-index:4;
	background-image:url(valikkotausta1.gif);
	background-repeat: repeat-x;
	padding-left:70px;
}


.sisalto {
	position:relative;
	float:right;
	width:423px;
	overflow:visible;
}

.sisalto2 {
	position:relative;
	float:right;
	width:748px;
	overflow:visible;
}


.otsikko1 {
	color:#ef8821;
	font-size:36px;
}

.otsikko2 {
	color:#ef8821;
	font-size:15px;
	font-style:italic;
}


.ingressi {
	color:#ef8821;
	font-size:12px;
	font-style:italic;
	margin-top:-20px;
}


.linja {
	margin-bottom:0px;
	font-size:12px;
}

.linja2 {
margin-top:10px;
margin-bottom:20px;
font-size:12px;
}


.kuva {
	margin-bottom:0;
}

.kuva2 {
	margin-top:43px;
	margin-left:2px;
	margin-bottom:0;
}

.kuva3 {
	float:left;
}


.ohjelma_ajankohta {
	font-size:12px;
}

.ohjelma_otsikko {
	text-transform: uppercase;
	color:#ef8821;
	font-size:13px;
	margin-bottom:10px;
}

.lomake {
	height:35px;
	vertical-align:top;

}

.clubi, .linna, .veturitallit, .fashionfood, .sturenkatu21 {
	position:absolute;
	height:200px;
	width:748px
}

.clubi {top:200px}
.linna {top:430px;}
.veturitallit {top:645px;}
.fashionfood {top:875px}
.sturenkatu21 {top:1080px}

.muuttilat_kuvat {
	position:absolute;
	width:305;
}

.muuttilat_esittelyt {
	position:absolute;
	width:440;
	left:330px;
}

div.menu{
	text-align:center;
	font-style:italic;
	border:#ef8821 solid 1px;
	margin:20px 0 20px 0;
	padding:20px;
}

div.menu h2{
	font-size:14px;
	color:#ef8821;
}

div.menu p{
	margin:0;
	padding-top:3px;
}


div.menu p.hinta{
	font-style:normal;
	padding:20px;
}



.puh_email {
	position:relative;
	float:right;
	width:423px;
	overflow:visible;
}

.puh_email2 {
	position:absolute;
	top:1350px;
	left:330px;
	width:423px;
	overflow:visible;
}

.puh_email p{
	font-size:10px;
	color:#ef8821;
	padding:5px 0 10px 0;
	margin:0;
	font-style:italic;
}

.puh_email2 p{
	font-size:10px;
	color:#ef8821;
	padding:5px 0 10px 0;
	margin:0;
	font-style:italic;
}
	
	
	
	
	
	
	

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: auto;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: auto;
	float: left;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: inherit;
	position: absolute;
	left: -1000em;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: inherit;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: -5% 0 0 95%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	border: none;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	background-color: #EEE;
	color: #333;
	text-decoration: none;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background-color: #33C;
	color: #FFF;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	background-color: #33C;
	color: #FFF;
}


/*----*/

a#esittely{
	width: 121px;
	height: 36px;
	background-image: url(esittely.gif);
	background-position: 0 -0px;
}

a#esittely:hover{
	background-position: 0 -36px;
}

ul.MenuBarHorizontal a#esittely.MenuBarItemHover, ul.MenuBarHorizontal a#esittely.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a#esittely.MenuBarSubmenuVisible{
	background-position: 0 -36px;

}

.ulfix1 {width: 121px}

/*----*/






/*----*/

a#ruokajajuoma{
	width: 182px;
	height: 36px;
	background-image: url(ruokajajuoma.gif);
	background-position: 0 -0px;
}

a#ruokajajuoma:hover{
	background-position: 0 -36px;
}

ul.MenuBarHorizontal a#ruokajajuoma.MenuBarItemHover, ul.MenuBarHorizontal a#ruokajajuoma.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a#ruokajajuoma.MenuBarSubmenuVisible{
	background-position: 0 -36px;

}

.ulfix2 {width: 182px}




a.lounas, a.valiaikatarjoilu, a.juomat {
	display: block;
    width: 182px;
    height: 36px;
    background-position: 0 -0px;
}

a.lounas {background: url(lounas.gif);}
a.valiaikatarjoilu {background: url(valiaikatarjoilu.gif);}
a.juomat {background: url(juomat.gif);}



a:hover.lounas, a:hover.valiaikatarjoilu, a:hover.juomat {background-position: 0 -36px;}


.ulfix5{width: 182px;}

/*----*/






/*----*/

a#ohjelma{
	width: 111px;
	height: 36px;
	background-image: url(ohjelma.gif);
	background-position: 0 -0px;
}

a#ohjelma:hover{
	background-position: 0 -36px;
}

ul.MenuBarHorizontal a#ohjelma.MenuBarItemHover, ul.MenuBarHorizontal a#ohjelma.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a#ohjelma.MenuBarSubmenuVisible{
	background-position: 0 -36px;

}

.ulfix3{width: 111px}

/*----*/





/*----*/

a#yksityistilaisuudet{
	width: 217px;
	height: 36px;
	background-image: url(yksityistilaisuudet.gif);
	background-position: 0 -0px;
}

a#yksityistilaisuudet:hover{
	background-position: 0 -36px;
}

ul.MenuBarHorizontal a#yksityistilaisuudet.MenuBarItemHover, ul.MenuBarHorizontal a#yksityistilaisuudet.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a#yksityistilaisuudet.MenuBarSubmenuVisible{
	background-position: 0 -36px;
	width: 217px;

}

.ulfix4{width: 217px}



a.info, a.menut, a.tarjouspyynto, a.muuttilat {
	display: block;
    width: 217px;
    height: 36px;
    background-position: 0 -0px;
}

a.info {background: url(info.gif);}
a.menut {background: url(menut.gif);}
a.tarjouspyynto {background: url(tarjouspyynto.gif);}
a.muuttilat {background: url(muuttilat.gif);}



a:hover.info, a:hover.menut, a:hover.tarjouspyynto, a:hover.muuttilat {background-position: 0 -36px;}


.ulfix5{width: 217px;}

/*----*/



/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenu
{
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
{
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}

