﻿/*
 * TAMKin oppimisympÃ¤ristÃ¶, base for web pages (Kolmas PyÃ¶rÃ¤)
 * basicstyle.css
 * CSS basic styles for web sites.
 *
 * basicstyle.css
 * author: Annika Granlund, Jarmo KortetjÃ¤rvi
 * created: 2010-05-31
 * modified: 2010-11-08
 */

 /* *** DEFAULT SETTINGS OFF *** */
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, a, hr{
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font-size: 100.01%; /* Fix for some browser bugs */
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%;
}
/* *** END OD DEFAULT SETTING OFF *** */

body {
	background-color: #eee; /*testaa vareja, tarvitaan hillitympi savy
	background: #97bffb;
 */ /*testaa vareja 
	background: #b8eaf8;
 */;
	background: #C0ECFE;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color: #800080;
}

/* text sizes */
h1 {
	font-size: 20px;
	margin-bottom: 5px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 16px;
}

p {
	font-size: 14px;
	margin: 5px 0px;
}

/* text decorations */
.cursive {
	font-style: italic;
}

.bold {
	font-weight: bold;
}

.floatRight {
	float: right;
}

.floatLeft {
	float: left;
}

.alignRight{
	text-align: right;
}

.none {
	margin: 0px 20px;
}

.notification {
	color: #C0C0C0;
}

.center  {
	text-align: center;
}

.clear {
	clear: both;
}

.notice {
	color: red;
}

/* div structure */
#body {
	margin: 0 auto;
	width: 800px;
	background-color: #fff;
}

#header {
	background-image: url("../images/viisgee.png");
	background-repeat: no-repeat;
	width: 800px;
	height: 200px;
	border-bottom: 5px solid #25408f;
}

#navigation {
	font-size: 12px;
}


#content {
	float: left;
	margin: 20px;
	width: 560px;
}

#footer {
	clear: both;
	border-top: 5px solid #25408f;
	padding: 5px 0;
}

/* basic horizontal-navigation */
#navi a {
	text-decoration: none;
	color: #000;
}

#navi li {
	display: inline;
}

ul #navi {
	list-style-type: none;
}