body {
	font-size: 13px;
	font-family: Arial;
	color: #00000;
	background-image: url(http://www.nettipokerihuoneet.com/kuvat/bg.jpg);
	background-repeat: repeat;
	margin: 0;
}

a {
	font-family: Arial;
	color: #1C518C;
	text-decoration: none;
}

a:hover {
	font-family: Arial;
	color: #1C518C;
	text-decoration: underline;
}

table { font-size: 1em; }
.tauluotsikko { color: #1C518C; padding-right: 20px; }

FORM { margin: 0; padding: 0;}
INPUT, SELECT { font-size: 0.9em; font-family: Arial; color: #6E8597; padding: 2px; margin: 1px; border: 1px solid #CCD5DC; background-color: #F3F9FE }
TEXTAREA{ font-size: 0.9em; font-family: Arial; color: #6E8597; padding: 3px; margin: 1px; border: 1px solid #CCD5DC; background-color: #F3F9FE }
INPUT.submit { font-size: 0.9em; font-family: Arial; color: #E1E1E1; padding: 2px; margin: 1px; border: 1px solid #CCD5DC; background-color: #2368b6 }

.small { font-size: 0.9em; color: #979797;}

#header {
	width: 986px;
	height: 150px;
	background-color: #065389;
	margin-left: auto;
	margin-right: auto;
}

#header img {
	position: relative;
	left: 30px;
	top: 40px;
}

#mainos { 
	position: relative;
	width: 468px; 
	float: right; 
	margin-right: 30px;
	margin-top: 38px; }

#container {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	background: url(kuvat/dialog.png);
	background-repeat: repeat-y; /** Repeats the image vertically **/
    background-position: center; /** Centers the Background image **/
}

.content { padding: 10px 30px 30px 30px; }

.content h1 {
	font-size: 1.6em;
	font-weight: bold;
	color: #1C518C;
	margin: 0;
}

.content h2 {
	font-size: 1.4em;
	font-weight: bold;
	color: #1C518C;
	margin: 0;
}

#footer {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	background: url(kuvat/dialog2.png);
	background-repeat: no-repeat; /** Repeats the image vertically **/
    background-position: top; /** Centers the Background image **/
	padding-top: 22px;
	text-align: center;
}

#etusivuhuone {
	width: 200px;
	margin: 5px;
	padding: 5px;
	border: 1px solid #E1E1E1;
	text-align: center;
	font-size: 1.2em;
	float: left;
}

#etusivuhuone:hover { border: 1px solid #adadad; }

#huonekuva {
	width: 200px;
	margin: 5px;
	padding: 5px;
	text-align: center;
	font-size: 1.2em;
	float: right;
}

#huonekuva img { border: 1px solid #F1F1F1;  padding: 5px; }

#huonekuva img:hover { border: 1px solid #d4d4d4; padding: 5px; }

/* Begin CSS Drop Down Menu */

#menuh-container { width: 986px; padding: 0px 19px; background-color: #075f9d; }

#menuh
	{
	font-size: 1.1em;
	font-family: arial, helvetica, sans-serif;
	width:100%;
	float:left;
	 background-color: #075f9d;
	 margin-bottom: 10px;
	}
		
#menuh a
	{
	text-align: center;
	display:block;
	white-space:nowrap;
	margin:0;
	}
	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
	{
	color: white;
	background-color: #075f9d;
	text-decoration:none;
	padding: 6px;
	}
	
#menuh a:hover						/* menu on mouse-over  */
	{
	color: white;
	background-color: #054775;
	text-decoration:none;
	}	
	
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	background-image: url(navdown_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}
	
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
	background-image: url(nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:9em;	/* width of all menu boxes */
	/* NOTE: For adjustable menu boxes you can comment out the above width rule.
	However, you will have to add padding in the "#menh a" rule so that the menu boxes
	will have space on either side of the text -- try it */
	}

#menuh li
	{
	position:relative;
	min-height: 1px;		/* Sophie Dennis contribution for IE7 */
	vertical-align: bottom;		/* Sophie Dennis contribution for IE7 */
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}

/* End CSS Drop Down Menu */

