/* 
	SAUNA OPEN AIR STYLE SHEET
*/

BODY {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #bec2c5;
	background-color: #000000;
	background-image: url(../images/background.gif);
}

#container {
	width: 754px;
	background-color: #1c1c1c;
	background-image: url(../images/sauna-container.gif); 
	background-position: 0px 0px;
	background-repeat: repeat;
	margin: 0 auto;	
}

/* HEADER */
#header {
	width: 754px;
	height: 200px;
	background-image: url(../images/sauna-header.jpg);
	background-repeat: no-repeat;
	background-color: transparent;
    margin: 0px;
    padding: 0px;
	overflow: hidden;
	clear: both;
}
#header a {
	margin: 50px 0px 0px 140px; 
	display: block;
	width: 475px;
	height: 100px;
	position: absolute;
}

/* FOOTER */
#footer {
	width: 754px;
	height: 150px;
	background-color: transparent;
	background-image: url(../images/sauna-footer.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	clear: both;
	margin: 0px;
	overflow: hidden;
}
#footer p {
	margin: 0px 0px 0px 0px;
	padding: 128px 0px 0px 0px;
	color: #9d3b00;
	font-size: 90%;
	text-align: center;
}
#footer a {
	color: #9d3b00;
	text-decoration: none;
}
#footer a:hover {
	color: #ffd88e;
	text-decoration: underline;
}


/* NAVI */
#navibar {
	clear: both;
	width: 754px;
	height: 40px;
    margin: 0px;
    padding: 0px;
	overflow: hidden;
	background-image: url(../images/sauna-navi.gif);
	background-repeat: no-repeat;
	background-color: transparent;
}
#mainnavi {
	margin: 0px 0px 0px 28px;
	padding: 0px;
}
#mainnavi dt {
	margin: 0px 5px 0px 15px;
	padding: 8px 20px 0px 0px;
	height: 40px;
	display: block;
	float: left;
	text-transform: uppercase;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
	border-right: solid 2px #000000;
}
#mainnavi dt a {
	margin: 0px;
	padding: 0px;
	color: #ffd88e;
	text-decoration: none;
}
#mainnavi dt a:hover {
	color: #000000;
	text-decoration: none;
	background-color: transparent;
}

/* NAVI - DROP MENU */

#dropmenudiv {
	margin: 10px 0px 10px 0px;
	position: absolute;
	border: 1px solid #2e0b05;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	background-color: #a30200;
	z-index: 100;
}
#dropmenudiv a {
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 2px solid #2e0b05;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	color: #ffb653;
}
#dropmenudiv a:hover { /*hover background color*/
	background-color: #7c0a08;
	color: #000000;
}


/* JULISTE-SIVU */
#poster {
	margin: 20px auto;
	height: 100%;
	width: 500px;
	background-color: #000000;
	text-align: center;
	font-size: 120%;
	padding: 10px;
}
#poster a {
	color: #ffaa3c;
	text-decoration: none;
}
#poster a:hover {
	color: #c11200;
	text-decoration: underline;
}
#poster img {
	padding: 0px;
	border: solid 2px #000000;
    display: block;
	margin-top: 0px;
	margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}


/* CONTENT */

#content {
	width: 754px;
}
#contentcol {
	width: 754px;
	overflow: hidden;
	background-color: transparent;
	background-image: url(../images/sauna-contenttop.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
#leftcol { /* Real width 145px */
	float: left;
	width: 100px;
	margin: 60px 0px 0px 0px;
	padding: 0px 10px 0px 35px;
	background-color: transparent;
	background-position: 0px 0px;
	background-repeat: repeat;
}
#leftcol p {
	font-size: 90%;
}
#leftcol h1 {
	font-size: 90%;
	line-height: 120%;
	color: #b6b6b6;
	margin: 0px 0px 10px 0px;
	padding: 5px 0px 5px 0px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #1c1c1c;
	background-color: transparent;
	text-align: center;
}

#centercol { /* Real width 464px */
	float: left;
	width: 444px;
	margin: 55px 0px 0px 0px;
	padding: 0px 10px 20px 10px;
	background-color: transparent;
/*  
	Container-taustakuvan takia ei tarvitse reunaviivoja 
	border-right: solid 1px #8d0200;
	border-left: solid 1px #8d0200;
*/
}

#centercol p {
	text-align: justify;
}
#centercol h1 {
	font-size: 130%;
	line-height: 120%;
	color: #e71f00;
	margin: 0px 0px 10px 0px;
	padding: 5px 0px 5px 0px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: solid 1px #8d0200;
	background-color: transparent;
	text-align: center;
}
#centercol img {
	padding: 0px;
	margin: 0px 10px 10px 10px;
	border: solid 1px #8d0200;
}
#centercol img.center {
	padding: 0px;
	border: solid 1px #8d0200;
    display: block;
	margin-top: 10px;
	margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}
#centercol img.left {
	padding: 0px;
	margin: 0px 10px 10px 0px;
	border: solid 1px #8d0200;
}
#centercol img.right {
	padding: 0px;
	margin: 0px 0px 10px 10px;
	border: solid 1px #8d0200;
	float: right;
	display: block;
}
#content img.icon {
	margin: 0px;
	padding: 0px;
	border: none;
}

#rightcol { /* Real width 145px */
	float: left;
	width: 100px;
	margin: 60px 0px 0px 10px;
	padding: 0px 35px 20px 0px;
	background-color: transparent;
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
#rightcol h1 {
	font-size: 90%;
	line-height: 120%;
	color: #b6b6b6;
	margin: 0px 0px 10px 0px;
	padding: 5px 0px 5px 0px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: solid 1px #1c1c1c;
	background-color: transparent;
	text-align: center;
}
#rightcol img {
	margin: 0px;
	padding: 0px;
	border: none;
}

h1 {
	font-size: 120%;
	line-height: 120%;
	color: #8d0200;
	margin: 5px 0px 5px 0px;
	padding: 5px 0px 5px 0px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: transparent;
}
h2 {
	font-size: 120%;
	line-height: 120%;
	color: #f1f1f1;
	margin: 15px 0px 5px 0px;
	padding: 5px 0px 5px 0px;
	font-weight: bold;
	border-bottom: solid 2px #303030;
	background-color: transparent;
}
h3 {
	font-size: 100%;
	line-height: 120%;
	color: #eeeeee;
	margin: 10px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	background-color: transparent;
}
h4 {
	font-size: 90%;
	line-height: 120%;
	color: #cacdd0;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: transparent;
}
p {
	font-size: inherit;
	line-height: 150%;
	color: #bec2c5;
	margin: 5px 0px 5px 0px;
	background-color: transparent;
}
p .kirjoittaja {
	font-size: 90%;
	color: #4C3824;
}
p .center {
	text-align: center;
}
p .right {
	text-align: right;
}
#content a {
	color: #ffaa3c;
	text-decoration: none;
}
#content a:hover {
	color: #c11200;
	text-decoration: none;
}
ul {
	list-style-type: square;
	padding: 0;
	margin: 0px 5px 20px 15px;
}
li {
	font-size: inherit;
	line-height: 150%;
	padding: 1px 0px 0px 0px;
}
ol {
	list-style-type: decimal;
	padding: 0;
	margin: 0px 5px 20px 40px;
}
li.numero {
	background-image: none;
	font-size: inherit;
	line-height: 150%;
	padding: 1px 0px 0px 10px;
}
blockquote {
	font-style: italic; 
}
pre {
	font-family: inherit;
	font-size: inherit;
}

#line {
	clear: both;
	margin: 10px 0px 10px 0px;
	padding: 0px 5px 0px 5px;
	border-bottom: 1px solid #303030;
	background-color: transparent;
}
#line2 {
	clear: both;
	margin: 0px;
	padding: 10px 0px 10px 0px;
	border-bottom: 1px solid #1c1c1c;
	background-color: transparent;
}

input.palaute {
	margin: 2px;
	padding: 2px 2px 2px 2px;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px; 
	color: #FFFFFF;
	background-color: #000000; 
	border: 2px solid #8d0200; 
	width: 430px; 
	height: 15px;
}
textarea.palauteboxi
{ 
	color: #FFFFFF;
	margin: 2px;
	padding: 2px 2px 2px 2px;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	background-color: #000000;
	border: 2px solid #8d0200; 
	width: 430px; 
	height: 200px;
	overflow-x: hidden; 
}

input.button
{ 
	margin: 2px;
	padding: 2px 2px 2px 2px;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	color: #FFFFFF;
	font-style: bold;
	font-weight: normal;
	border-width: 2px;
	border-color: #8d0200;
	border-style: bold;
	background-color: #333333;
}
select.valikko {
	margin: 2px;
	padding: 4px;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px; 
	color: #FFFFFF;
	background-color: #000000;
	border: 2px solid #8d0200; 
}

/* TABLES */

#keikat {
	width: 100%;
	font-family: inherit;
	font-size: inherit;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
}
#keikat td {
	padding: 2px;
	vertical-align: top;
}
#keikat td.tdpvm {
	padding: 10px 0px 5px 0px;
	border-top: solid 1px #303030;
	width: 15%;
}
#keikat td.tdotsikko {
	padding: 10px 0px 5px 0px;
	border-top: solid 1px #303030;
	width: 77%;
	color: #f1f1f1;
	font-weight: bold;
}
#keikat td.tdhinta {
	padding: 10px 0px 5px 0px;
	border-top: solid 1px #303030;
	width: 8%;
	font-weight: bold;
}
#keikat td.tdlisatieto {
	padding: 0px 0px 10px 0px;
}
#keikat td.tdlippup {
	padding: 0px 0px 10px 0px;
}
#keikat td.tdtyhja {
	padding: 0px 0px 10px 0px;
}
#saunasofar {
	width: 100%;
	font-family: inherit;
	font-size: inherit;
	margin: 0px 0px 0px 0px;
	padding: 5px 10px 5px 10px;
}
#saunasofar td {
	padding: 2px;
	vertical-align: top;
	border-bottom: solid 1px #303030;	
}
#saunasofar td.tdpvm {
	width: 15%;
}
#saunasofar td.tdcontent {
	width: 85%;
}

#ohjelmatable {
        width: 100%;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        line-height: 15px;
        color: #bec2c5;
        background-color: #1c1c1c;
        margin: 0px 0px 0px 0px;
        padding: 5px 10px 5px 10px;
}
#ohjelmatable a {
        color: #ffaa3c;
        text-decoration: none;
}
#ohjelmatable a:hover {
        color: #c11200;
        text-decoration: none;
}
#ohjelmatable th {
        font-size: 120%;
        line-height: 120%;
        color: #e71f00;
        margin: 5px 0px 5px 0px;
        padding: 10px 0px 5px 0px;
        font-weight: bold;
        text-transform: uppercase;
        background-color: transparent;
        vertical-align: top;
        border-bottom: solid 1px #8d0200;
}
#ohjelmatable td {
        padding: 2px;
        vertical-align: top;
        background-color: #303030;
/*      border-bottom: solid 1px #303030;       */
}
#ohjelmatable td.lava {
        font-size: 110%;
        line-height: 120%;
        color: #f1f1f1;
        margin: 15px 0px 5px 0px;
        padding: 5px 0px 5px 0px;
        font-weight: bold;
/*      border-bottom: solid 2px #303030; */
        background-color: transparent;
}
#ohjelmatable td.tdcontentl {
        width: 50%;
}
#ohjelmatable td.tdcontentr {
        width: 50%;
}

