/*************************/
/* SECTION 1 - MAIN BODY */
/*************************/

body {
	font-size: 70%;
	margin: 0;
	padding: 0px;
	font-family: arial, sans-serif;
	background-color: #000;
}

.page-container {
	width: 700px;
	margin: 0px auto;
	padding: 0px;

}


/*************************************/
/* SECTION 2 - HEADER AND NAVIGATION */
/*************************************/

/*----------------------------*/
/* 2.1 - Header */
/*----------------------------*/


.header {
	top: 20px;
	width: 700px;
	height: 125px;
	position: absolute;
	z-index: 1;
	background-image: url(images/tausta.gif);
	
}

.img-logo {
	clear: both;
	float: left;
	width: 190px;
	height: 130px;
	margin: 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	z-index: 4;
	border: 0;
}

/*----------------------------*/
/* APUNAVI */
/*----------------------------*/

.nav0-container {
	width: 700px;
	top: 6px;
	position: absolute;
	z-index: 2;
	background: transparent;
}
.nav0 {
	margin: 0px;
	padding: 0px;
	font-family: verdana, arial, "sans serif";
	font-size: 10px;
}
.nav0 ul {float: right; margin: 0px; padding: 0px 0px 0px 0px; border-left: solid 1px #ccc;}	
.nav0 li {display: inline; list-style: none; margin: 0px; padding: 0px;}
.nav0 li a {
	display: block;
	float: left;
	margin: 0px;
	padding: 1px 6px 1px 6px;
	border-right: solid 1px #ccc;
	color: #00A8B4;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}
.nav0 a:hover {
	color: #C9DD03;
	text-decoration: none;
	background-color: #fff;
	border-bottom: none;
}


/*--------------------------*/

/* PÄÄNAVI */

/*--------------------------*/


.nav1-container {
	width: 700px;
	top: 82px;
	position: absolute;
	z-index: 3;
	background: transparent;
}
.nav1 {
	margin-left: 200px;
	margin-right: 0px;
	padding: 0px;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 0.03em;
}

.nav1 ul {float: right; 
margin: 0px; 
padding: 0px 0px 0px 0px; 
font-weight: bold;
border-left: solid 0px #00A8B4;
}

.nav1 li {
	display: inline;
	float: left;
	margin-right: 0px;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	margin-left: 3px;
	}
	
.nav1 li a {
	display: inline;
	float: left;
	margin: 0px;
	padding: 5px 10px 3px 10px;
	color: #fff;
	background-color: #00A8B4;
	text-decoration: none;
	font-size: 13px;
	background-image: url(images/tab_turkoosi.gif);
	background-repeat: no-repeat;
}

.nav1 a:hover {
	color: #fff;
	text-decoration: none;
	background-image: url(images/tab_hover_turkoosi.gif);
	background-color: #00A8B4;
}

.nav1 a:hover.selected {
	color: #fff;
	text-decoration: none;
	background-image: url(images/tab_hover_lime.gif);
	background-color: #C9DD03;
}

.nav1 a.selected {
	color: #fff;
	background-color: #C9DD03;
	padding: 5px 10px 3px 10px;
	background-image: url(images/tab_lime.gif);
	background-repeat: no-repeat;
}


.nav1 a.inactive {
	color: #fff;
	background-color: #E5E5E5;
	padding: 5px 10px 3px 10px;
	background-image: url(images/tab_inactive.gif);
	background-repeat: no-repeat;
}

/*----------------------------*/
/* vasenreuna pystynavin paikka - varalle */
/*----------------------------*/
.nav2 {
	overflow: hidden;
	clear: both;
	float: left;
	width: 160px;
	padding: 0px;
	margin-top: 150px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	min-height: 200px;
}


/*----------------------------*/
/* buffer */
/*----------------------------*/


.buffer {
	clear: both;
	width: 10px;
	height: 10px;
	margin: 0px 0px 0px;
	padding: 0px;
	background-color: #FFFFFF;
}



/******************************************************************************/
/* SECTION 3 - SPECIFIC CLASSES FOR CONTENT*/
/******************************************************************************/


.content {
	float: left;
	width: 530px;
	color: rgb(75,75,75);
	margin-top: 135px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

.content-container {
	clear: both;
	float: left;
	width: 350px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
.content-container-1col {
	overflow: hidden;
	width: 170px;
	margin: 0px;
	padding: 0px;
}

.content-container-2col-left {
	overflow: hidden;
	width: 160px;
	margin: 0px;
	padding: 0px 10px 0px 0px;
	border-right: 1px solid #ccc;
}
.content-container-2col-right {
	overflow: hidden;
	float: right;
	width: 170px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}


.content-pagetitle {
	overflow: hidden;
	width: 530px;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 10px;
	color: #00A8B4;
	font-size: 160%;
	background-color: #FFFFFF;
	font-family: verdana, "Times New Roman", Times, serif;
}





/*********************************/
/* SECTION 4 - COMMON PARAMETERS */
/*********************************/

/*--------------------*/
/* 4.1 - Content Area */
/*--------------------*/

/* Titles and textboxes*/
.content-title {
	margin: 20px 0px 10px;
	font-weight: bold;
	font-size: 140%;
	padding: 0px 0px 2px;
	border-bottom: dotted 1px #ccc;
	color: #C9DD03;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1 {
	margin: 10px 0px 10px;
	font-weight: bold;
	font-size: 170%;
	padding: 0px 0px 2px;
	border-bottom: solid 1px #ccc;
	color: #00A8B4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h2 {
	margin: 10px 0px 10px;
	font-weight: bold;
	font-size: 140%;
	padding: 0px 0px 2px;
	border-bottom: solid 1px #ccc;
	color: #00A8B4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h3 {
	margin: 10px 0px 10px;
	font-weight: bold;
	font-size: 120%;
	padding: 0px 0px 2px;
	border-bottom: solid 1px #ccc;
	color: #00A8B4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


.content-title-pieni {margin: 0px; padding: 0px; color: #ffcc00; font-weight: bold; font-size: 120%;}
.content-title-shade {
	margin: 0px 0px 0px;
	padding: 2px 7px 2px 9px;
	color: #FF00FF;
	font-weight: bold;
	font-size: 120%;
	font-family: arial, "Times New Roman", Times, serif;
	background-color: #333333;
}

.content-txtbox {margin: 0px; padding: 7px 0px 0px 0px;}

.content-txtbox-shade {
	margin: 0px;
	padding: 0;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

/* Paragraphs */
p {
	margin: 0px 0px 2px 0px;
	padding: 0px;
	line-height: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
}
p.readmore {margin: 1.0em 0px 0.5em 0px; padding: 0px; line-height: 1.2em; font-size: 100%; }

/* Lists */
ul.noindent {margin: 0px 0px 7px 15px; padding: 0px; list-style-type: disc; list-style-position: outside; font-size: 110%;}
ul.indent {margin: 0px 0px 7px 15px; padding: 0px 0px 0px 15px; list-style-type: disc; font-family: arial; font-size: 110%;}
ol {margin: 0px 0px 0px 9px; padding: 0px 0px 0px 25px; list-style-type: decimal; list-style-position: outside; font-size: 110%;}
ul.linklist-noindent {margin: -0.3em 0px 0.5em 0px; padding: 0px; list-style-type: none; line-height: 1.2em; font-size: 110%; }
ul.linklist-indent {margin: -0.3em 0px 0.5em 0px; padding: 0px 0px 0px 10px; list-style-type: none; line-height: 1.2em; font-size: 110%; }


/* Images */
.img-left-noborder {float: left; margin: 0px 10px 5px 0px;}
.img-center-noborder {
	margin: 10px 10px 5px 0px;
	text-align: center;
}
.img-left-border {float: left; margin: 0px 10px 5px 0px; border: solid 1px #ccc;}
.img-right-noborder{float: right; margin: 0px 0px 5px 10px;}
.img-right-border{float: right; margin: 0px 0px 5px 10px; border: solid 1px #ccc;}

/*--------------------*/
/* 4.2 - Footer Area  */
/*--------------------*/
.footer {
	overflow: hidden;
	clear: both;
	height: 1.5em;
	border-top: 1px solid  #ccc;
	font-size: 11px;
	padding-top: 0.5em;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	margin-left: 170px;
	background-color: #FFFFFF;
	width: 530px;
}

.footer p {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	text-align: left;
	font-size: 100%;
	text-align: center;
	color: #999999;
}

/*-------------------*/
/* 4.3 - Hyperlinks  */
/*-------------------*/


.content a {color: #00A8B4; text-decoration: underline;}

.content a:visited {color: #C9DD03; text-decoration: underline;} 
.content a:active {color: #C9DD03; text-decoration: underline;} 
.content a:hover {color: #ffffff; text-decoration: none; background-color: #00A8B4;}

.content2 a {color: #00A8B4; text-decoration: underline;}

.content2 a:visited {color: #C9DD03; text-decoration: underline;} 
.content2 a:active {color: #C9DD03; text-decoration: underline;} 
.content2 a:hover {color: #ffffff; text-decoration: none; background-color: #00A8B4;}

.footer a {color: #00A8B4; text-decoration: underline;}
.footer a:visited {color: #00A8B4; text-decoration: underline;}
.footer a:active {color: #00A8B4; text-decoration: underline;}
.footer a:hover {
	color: #ffffff;
	text-decoration: underline;
	background-color: #C9DD03;
}

/*******************************/
/* SECTION 5 - GENERIC CLASSES */
/*******************************/

/*-----------------------------*/
/* 5.1 - Horizontal alignments */
/*-----------------------------*/
.align-left {text-align: left;}
.align-right {text-align: right;}
.align-center {text-align: center;}



/*****************************/
/* SECTION 6 - MISCELLANEOUS */
/*****************************/
.showcode {font-family: monospace; font-weight: bold; font-size: 13px; color: rgb(255,0,0);}
.clear {clear: both;}
.hide {display: none;}
br {clear: none;}

/*****************************/
/* SECTION 7 - FORM OBJECTS */
/*****************************/
#input-form .field {
	width: 200px;
    border: 1px solid #ccc;
	margin-bottom: 5px;
}

#input-form .large {
    width: 300px;
	margin-bottom: 5px;
}

#input-form .small {
    width: 50px;
	margin-bottom: 5px;
}

#input-form .area {
    width: 300px;
    height: 100px;
    display: block;
	border: 1px solid #ccc;
	margin-bottom: 5px;
}

#input-form .check {
display: inline;
	margin: 0px;
}


#input-form .radiobutton {
display: inline;
	border: 1px solid #ccc;
	margin: 0px;
}

#input-form .select {
	display: block;
	border: 1px solid #ccc;
}
form {
	margin: 0px;
}

.input-desc {
	display: block;
	padding-bottom: 1px;
	color: #888;
	padding-top: 2px;
	font-size: 11px;
	text-transform: uppercase;
	text-align: left;
}

.input-error {
	display: inline;
	font-size: 11px;
	font-weight: bold;
	color: #CC0000;
	margin: 3px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
}

.button_img{
	vertical-align: bottom;
	border: none;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-left: 0px;
}

input.solid{
	border:1px solid #ccc;
	background-color:#1f1f1f;
	color: #9933cc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

.sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 190px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
}
