/** LAYOUT SETTINGS **/
body {
	font-size: 12px;
	font-family: verdana, arial, helvetica, sans-serif;
	padding: 0;
	margin: 0;
	background-color:#EFEFEF;
	line-height: 1em;
}

#container1, #container2, #container3 {
  display:inline-table;
  /* \*/display:block;/**/
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	width: 715px;
}


#container1 {
	margin-top: 3em;
	width: 715px;
	padding:0 6px 6px 0;
	background-color: #E8E8E8;
}

#container2 {
	padding:0 4px 4px 0;
	background-color: #CCCCCC;
}

#container3 {
	padding:0 2px 2px 0;
	background-color: #999999;
}

#header {
	height: 160px;
	background: #141225 url(images/jouluristeilybanneri09.png) no-repeat;
}

#menu {
	padding: 0;
	margin: 0;
	background-color: #141225;
}

#divider {
	background-color: #01802f;
	height: 0.5em;
	margin: 0;
	padding: 0;
}

#maincontent {
	padding-top: 3em;
	padding-bottom: 3em;
	padding-left: 1em;
	padding-right: 1em;
	margin-bottom: 0;
	background-color: #fff;
	line-height: 2em;
	letter-spacing: 0.03em;
}

#footer {
	border-top: #999 0.3em solid;	
	background-color: #fff;
	padding: 1em;
	margin-top: 0;
	margin-bottom: 0;
	text-align: c
	
	
	
	
	
	
	
	
	
	
	enter;
}

#footer img {
	margin-top: 2em;
	margin-bottom: 2em;
	margin-left: 1.5em;
	margin-right: 1.5em;
}

#footer a img {
	border: 0;
}

/** GENERAL SETTINGS **/
h1, h2, h3, h4 {color: #01802f;}
.simple-response-msg {
	background: #f4f4f4; 
	border: 2px solid #ff0000; 
	padding: .5em;
	color: #ff0033;
	margin: .5em;
	margin-left: auto;
	margin-right: auto;
	width: 70%;
}

td {
	padding: .3em;
	vertical-align: top;
}
td.emp {
	background: #f4f4f4; 
	color: #01802f;
}

/** FORM SETTINGS **/
input[type="text"], input[type="password"], textarea {
color: #555753;
background-color: #fff;
border: 1px solid #d3d7cf;
border-top: 1px solid #babdb6;
border-left: 1px solid #babdb6;
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus{
color: #000;
background-color: #fff;
border: 1px solid #01802f;
}

/** REGISTRATION **/
.registration_pricedata {
	border: 2px solid #01802f;
	padding: 0.3em;
	margin-right: 1em;
	float: right;
	margin-top: 1em;
}
.registration_pricedata h1  {
	border: 2px solid #01802f;
	background-color: #01802f;
	color: #000;
	font-weight: 900;
	font-size: 12px;	
	margin: -0.3em;
	margin-bottom: 1em;
}

/* MENU */

.menu:after {height: 0; clear: both; content: "."; display: block; visibility: hidden;}
.menu .content, .menu .content ul, .menu .content ul li {padding:0; margin:0;}
.menu .content ul {position:relative; list-style-type: none; display:inline-block; z-index:1000;}
.narrow .menu .content ul {z-index:500;}
.menu a, .menu a:visited {
color:#fff;
padding:4px;
display:block;
min-height:18px;
font-weight: bold;
text-decoration:none;
border-right:2px solid #141225;
border-top: none;
border-bottom: none;
}
.menu li {background:#141225;}
.wide .menu li {float: left;}

.wide .menu li ul li a, .wide .menu li ul li a:visited {width:190px;}
.menu li:hover {position:relative;}
.menu li:hover > a {background:#01802f; color:#fff;}

.wide .menu li ul {display:none;}
.menu li:hover > ul {
display:block;
position:absolute;
padding:10px 30px 30px 30px;
}
.wide .menu li:hover > ul {top:16px; left:-31px;}
.wide .menu li ul li:hover > ul {top:-10px; left:148px;}

.menu ul table {
top:0;
left:0;
z-index:1000;
font-size:1em;
position:absolute;
border-collapse:collapse;
}
* html .menu a:hover {background:#719a21; color:#fff; position:relative;}
* html .wide .menu a:hover {float: left;}

* html .wide .menu li ul, * html .wide .menu li ul li a, * html .wide .menu li ul li a:visited {width:200px;}