@charset "UTF-8";
/* CSS Document */

html, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}

body {
	background-color: #CDBDA0;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
	/*background-image: url(images/tausta_beige.jpg); */
	background-repeat: repeat;
	font-weight: normal;
}

html {
overflow:-moz-scrollbars-vertical;
}

h1 {
	color: #333333;
	font-size: 16px;
	font-weight: normal;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

h2 {
	color: #333333;
	font-size: 14px;
	font-weight: normal;
	line-height: 14px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

h3 {
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}


a, a:link {
	color: #993300;
	text-decoration: none;
}

a:visited {
	color: #993300;
	text-decoration: none;
}

a:hover {
	color: #333333;
	text-decoration: underline;
}
p {
	padding-bottom: 10px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

a:focus {
	color: #000;
}

a:active {
	color: #000;
}
#topDiv {
	background-color: #ddd;
	border-bottom: solid 1px #666; /* Sets the bottom border properties for an element using shorthand notation */
	font-size: 18px;
	font-weight: bold;
	line-height: 15px;
	padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: left;
}

#outerWrapper {
	background-color: #fff;
	text-align: left;
	width: 900px;
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#outerWrapper #header {
	font-size: 18px;
	font-weight: bold;
	line-height: 15px;
	padding: 0px;
	height: 85px;
}
#logo a {
	background-image: url(images/himasali_logo.gif);
	background-repeat: no-repeat;
	float: left;
	height: 60px;
	width: 220px;
	margin-left: 30px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-decoration: none;
}

#logo a span {
visibility: hidden;
} 

#flashheader {
	font-size: 18px;
	font-weight: bold;
	line-height: 15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 880px;
	margin-right: auto;
	margin-left: auto;
}
#outerWrapper #contentWrapper #rightColumn1 {
	background-color: #ffffff;
	float: right;
	width: 220px;
	margin: 10px;
	display: inline;
}
.rightColumn1-row {
	width: 200px;
	margin-bottom: 10px;
	float: left;
	background-color: #f3f1e9;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.rightColumn1-row p {
	float: left;
}

#outerWrapper #contentWrapper #content {
	margin-top: 0;
	margin-right: 240px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
}

#outerWrapper #contentWrapper .clearFloat {
	clear: right;
	display: block;
}
#footer {
	padding: 5px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}


#menu{
	padding: 0;
	float: right;
	margin-top: 32px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	width: 610px;
}

#menu ul{
	margin-bottom: 0px;
	padding-left: 0;
	float: left;
	font-weight: bold;
	width: 100%;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	border-top-width: 0px;
	border-right-width: 0;
	border-bottom-width: 0px;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #DFDFDF;
	border-right-color: #DFDFDF;
	border-bottom-color: #DFDFDF;
	border-left-color: #DFDFDF;
}

* html #menu ul{ /*IE only rule. Delete extra margin-bottom*/
margin-bottom: 0;
}

#menu ul li{
display: inline;
}


#menu ul li a{
	float: left;
	color: #333333;
	font-weight: normal;
	text-decoration: none;
	background: white url(media/menudivide.gif) top right repeat-y;
	letter-spacing: 1px;
	font-size: 11px;
	padding-top: 2px;
	margin-right: 13px;
	margin-left: 13px;
}

#menu ul li a:hover{
	color: #333333;
	background-color: #FFFFFF;
	padding-bottom: 0;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #D8D1BE;
}

#menu ul li#current a {
	color: #000000;
	background-color: #FFFFFF;
	padding-bottom: 0;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #D8D1BE;
}

.lounaslista a, .lounaslista a:visited {
	background-color: #cc9966;
	padding: 5px;
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 11px;
	width: 190px;
	float: left;
	cursor: pointer;
}

.lounaslista a:hover {
	background-color: #C5BEAD;
	text-decoration: none;
	color: #ffffff;
}

.left {
	float: left;
}

.right {
	width: 15px;
	float: right;
}

.ajankohtaista  {
	margin-top: 0px;
	line-height: 14px;
	clear: both;
}

.ajankohtaista p {
	clear: both;
}

.ajankohtaista h1 {
	color: #333333;
	font-size: 12px;
	font-weight: normal;
	line-height: 14px;
	font-family: Arial;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 0px;
	padding-bottom: 5px;
}
.english {
	font-size: 11px;
	float: right;
	margin-right: 10px;
	margin-top: 10px;
	text-align: right;
	width: 100px;
}

.english a {
	font-size: 11px;
	float: right;
	font-weight: normal;
}
.kuvateksti {
	font-size: 11px;
	font-style: italic;
	color: #666666;
	padding-top: 2px;
}
#flashheader {
	font-size: 18px;
	font-weight: bold;
	line-height: 15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 880px;
	margin-right: auto;
	margin-left: auto;
}

#taustatiedot_lomake {
	margin-top: 20px;
}

#tilaisuus_lomake {
	margin-top: 5px;
}

#palaute_lomake {
	margin-top: 5px;
}

#taustatiedot {
	width: 351px;
	height: 147px;
	background: url(images/taustatiedot.jpg) no-repeat;
	font-size: 12px;
	color: #ffffff;
	padding-top: 19px;
}

#tilaisuus {
	width: 489px;
	height: 358px;
	background: url(images/tilaisuus.jpg) no-repeat;
	font-size: 12px;
	color: #ffffff;
	padding-top: 19px;
}

.taustatiedot_row {
	margin-left: 18px;
}

.tilaisuus_row {
	margin-left: 18px;
}

.taustatiedot_nappi {
	width: 47px;
	height: 21px;
	background: url(images/nappi_small.jpg) no-repeat;
	padding-left: 5px;
	line-height: 21px;
	float: left;
}

.tilaisuus_nappi {
	width: 185px;
	height: 21px;
	background: url(images/nappi_big.jpg) no-repeat;
	padding-left: 5px;
	line-height: 21px;
	float: left;
}

.taustatiedot_row input {
	width: 253px;
	height: 17px;
	border: 1px solid #e6dfd0;
	float: left;
	margin-bottom: 6px;
	margin-left: 2px;
}

.tilaisuus_row input {
	width: 253px;
	height: 17px;
	border: 1px solid #e6dfd0;
	float: left;
	margin-bottom: 6px;
	margin-left: 2px;
}

.submit_btn {
	width: 174px;
	height: 31px;
	background: url(images/laheta_nappi.jpg) no-repeat;
	color: #ffffff;
	font-size: 12px;
	cursor: pointer;
	text-align: center;
	line-height: 31px;
	margin-top: 5px;
	margin-bottom: 25px;
}

textarea {
	border: 10px solid #cdbda0;
}

.feedback_btn {
	width: 124px;
	height: 31px;
	background: url(images/palaute_nappi.jpg) no-repeat;
	color: #ffffff;
	font-size: 12px;
	cursor: pointer;
	text-align: center;
	line-height: 31px;
	margin-top: 30px;
	margin-bottom: 25px;
}

.tilaisuus_textarea {
	border: 1px solid #e6dfd0;
	margin-left: 2px;
	margin-bottom: 3px;
}

#confirm_box {
	margin-top: 100px;
	margin-bottom: 130px;
	font-size: 16px;
	text-align: center;
}