html {height:100%;}

body {
    height: 100%;
    /*background-color: transparent !important;*/
    background-image: url("http://www.superjaded.fi/img/bg.jpg");
    background-color: #c8c0b0;
    background-repeat: repeat;
    margin: 0;
    padding: 0;
    font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
    font-size: 12px;
}


/* vesileimakuvan sijainti */

div.watermark {
    position:absolute;
    bottom:0%;
    right:0%;
    z-index:0;
    
}

/* DIV -MÄÄRITTELYT */

/* PERUSDIVISION, ei mitään muotoiluja */

DIV {
    margin: 0;
    padding: 0;
    border: 0;
    z-index:1;
    position: relative;
}

/* would you call this a wtf moment? */
DIV#everything {
    position: absolute;
    width: 100%;
    height: 100%;
}

/* SIVUN KESKITTÄMISEEN TARVITTAVAT ELEMENTIT */
DIV#main {
    margin: auto;
    text-align: center;
    width: 720px;
}
DIV#align {
    margin: auto;
    text-align: center;
    width: 570px;
}

DIV#center {
    width: 570px;
}

DIV.leftmargin, DIV.rightmargin {
    padding: 5px;
    width: 60px;
    height: 500px;
}

DIV.leftmargin { float: left; text-align: right; }
DIV.rightmargin { float: right; text-align: left; }

DIV.left_arrow_container, DIV.right_arrow_container {
    padding: 5px;
    position: absolute;
    bottom: 0%;
}

DIV.left_arrow_container a, DIV.right_arrow_container a {
    text-decoration: none;
}

DIV.left_arrow_container { right: 0%; }
DIV.right_arrow_container { left: 0%; }

/* YLÄPALKKI */

DIV#topheader {
    font-size: 11px;
    font-weight: bold;
    color: #9f7033;
}

DIV#langmenu {
    text-align: right;
    font-size: 10px;
}

DIV#header {
    height: 184px;
    width: 100%;
    max-height: 184px;
}

DIV#header A IMG { border: 0; }
DIV#etusivu { padding-left: 10px; }
/* VALIKKO */
DIV#menu {
	position: absolute;
	background-repeat: no-repeat;
	text-align: right;
	left: 0%;
	bottom: 0%;
	padding: 2px; /* This needed for displaying &Auml dots in IE*/
}


DIV#news_column {
   background-image: url("http://www.superjaded.fi/img/ajankohtaista_bg.jpg");
   background-color: #e0c89a;
   background-repeat: repeat-x;
   color: #ffffff;
   text-align: left;
   width: 200px;
   border: 3px solid #ffffff;
   max-height: 140px;
   padding: 3px;
   padding-left: 14px;
   font-weight: bolder;
   position: absolute;
   left: 0%;
   top: 0%;
   overflow: hidden;
}

DIV#news_hdr {
   font-size: 12px;
   padding-bottom: 5px;
}

DIV#contact {
   position: absolute;
   top: 0%;
   right: 0%;
   text-align: right;
}

DIV#logo {
   position: absolute;
   bottom: 0%;
   right: 0%;
}

DIV#text {
  width: 570px;
  max-width: 570px;
  min-height: 300px;
  text-align: left;
}

DIV.naama_description {
  position: absolute;
  top: 200px;
  width: 200px;
  height: 200px;
}

DIV.naama_description h1 {
  font-size: 12px;
  color: #ffffff;
}

DIV.naama_description p {
  font-size: 11px;
  color: #000000;
}

DIV#vieraskirjan_viesti {
  border-bottom: 1px solid #aa0000;
	margin-bottom: 3px;
}
DIV#vieraskirjan_tiedot {
  border-bottom: 1px solid #aa0000;
	margin-bottom: 3px;
}

TABLE.layout tr td{
    vertical-align: top;
}

/* Piilotettu kenttä, käytetään vieraskirjassa spämmäyken estämiseksi */
.piilotettu {
  position: absolute;
	 top: 10;
	 left: 10; 
	 display: none; 
}


/*********************************************/
/**** VARSINAISEN TEKSTIKENTÄN MÄÄRITTELYT ***/
/*********************************************/

UL.uutisteksti {
	list-style-type: none;
        padding-left: 0px;
	line-height: 100%;
}
/*************************************/

/********************/
/* LISTAMÄÄRITTELYT */
/********************/
UL {
  margin: 0;
  padding-left: 14px;
	border: 0;
}
LI {
	font-size: 12px;
	
}
OL LI { list-style-type: numeric; }
/* VALIKON NAPIT */
UL.menu_buttons {
  margin-left: 0;
	margin-top: 0;
	margin-right: 40px;
	margin-bottom: 0;
	padding: 0;
	padding-bottom: 10px;
	display: block;
	line-height: 100%;
}
UL.menu_buttons LI {
	display: inline;
	whitespace: nowrap;
	line-height: 100%;
	list-style-type: none;
	padding: 0;
	margin: 0;
	border: 0;
}
UL.menu_buttons LI A {
  margin: 0;
  padding: 0;
  text-decoration: none;
}

UL.menu_buttons LI A:hover {
  color: #ffffff;
}


/******************************/

/*******************************/
/**Tekstimäärittelyt           */
/*******************************/
p {
    border: 0;
    margin: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
    color: #000000;
    text-align: left;

}

h1{
    border: 0;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15pt;
	color: #33333;
}

h2{
    border: 0;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #333333;
}

h3{
	border: 0;
	margin: 0;
	padding: 0;
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #333333;
}

h4 ,h5 {
	border: 0;
	margin: 0;
	padding: 0;
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
}

DIV#varoitus  {
  border: 1px solid #ff0000;
	background-color: #560000;
	color: #ffffff;
	padding: 3px;
	margin: 3px;
	
}

/*************************/
/* Lomakkeen määrittelyt */
/*************************/

INPUT, TEXTAREA {
	color: #000000;
	background-color: #c8c0b0;
	font-size: 11px;
	border-bottom: 1px solid #781005;
	border-right: 1px solid #781005;
	border-left: 1px solid #781005;
	border-top: 1px solid #781005;
	padding: 3px;
}

INPUT.button {
	background-color: #781005;
	color: #c8c0b0;
	border-bottom: 1px solid #781005;
	border-right: 1px solid #781005;
	border-left: 1px solid #781005;
	border-top: 1px solid #781005;
}

INPUT.button:hover {
  background-color: #e90000;
}

LABEL {
	color: #000000;
	font-size: 11px;
}

FIELDSET {
	border: 1px solid #000000;
	margin: 2px;
}

/*** Uudet ***/ 
p{
	font-family: Trebuchet MS,Verdana,Helvetica,Arial,sans-serif;
	font-size: 12px;
	margin:0px;
	padding: 0px;
}	

p.reply{
	font-family: Trebuchet MS,Verdana,Helvetica,Arial,sans-serif;
	font-size: 12px;
	color: #AA0000;
}	

TD.gbTop{
	border-top:1px solid #AA0000;
	padding-top:5px;
}	

p.green{
	border: 0;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	text-align: center;
	color: #189346;
}
p.error{
	border: 0;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	text-align: left;
	color: #fd2525;
}

#fbox {
	position: relative;
    width: 280px;
    /* border: 1px solid #ff0000; */
    padding: 4px;	
	/* margin-left: 40px; */
}

A { color: #9f7033; }
A:visited { color: #781005; }
A:hover { color: #ffffff; }

