/* standard elements */
* {
	margin: 0;
	padding: 0;
}

a {text-decoration: none;}

body {
	background: #fff;
	color: #BBB;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
}

p,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}

blockquote {font: bold 1em sans-serif;}

img {border: none;}

ul {margin-left: 2em;}
h1 {font: normal 2.0em sans-serif;}
h2 {
	font: bold 1.6em Verdana,sans-serif;
	color: #ff0000;
	padding-bottom: 4px;
}

code {
 background: gray;
 display: block;
 width: 50%;
 font-size: 1.2em;
 margin: 0;
 overflow: auto;
 padding: 8px 10px;
 white-space: pre;
}

/* misc */
.clearer {clear: both;}
.stripes {
	background: #333;
	height: 6px;
}
.left {float: left;}
.right {float: right;}

/* header */

.header {
	border-bottom: 1px solid #fff;
	font: normal 3.5em Arial Black, Arial Black, Gadget, sans-serif;
       color: #fff;
	height: 175px;
}
.header a {
	color: #888;
	display: block;
	line-height: 100px;
	text-decoration: none;
	width: 100%;
}
.header span {
	padding-left: 20px; 
}

.header a:hover {
	background: #5e5e5e;
	color: #BBB;
}

/* structure */
.container {
     position:relative;
     margin-left: auto;
     margin-right: auto;
     margin-top: 3%;
     margin-bottom: auto;
     width: 800px;
     border: 2px solid #000;
     text-align: left;
}

.main {
	background: #fff;
	color: #000;
/*     width: 100%;
	border-bottom: 0px solid #000;
	border-left: 0px solid #000;*/
}
.main .left {background: #fff; width: 800px; text-align: left;}
/*.main .right {background: #fff; width: 180px;}*/

.content {
	background: #fff;
	/*width: 800px;*/
/*	border-left: 0px solid #5e5e5e; */
/*     border: 2px solid #000; */
	padding: 16px;
}

/* content elements */
.content h1 {
	background: url(img/bgh1.gif) repeat-x left bottom;
	background: #fff;
	color: #000;
	margin-bottom: 10px;
	padding: 6px 0 4px;
}
.content h2 {
	/*background: url(img/bgh1.gif) repeat-x left bottom;*/
	color: #fff;
	margin-bottom: 4px;
	padding: 6px 0 4px;
}
.content a {
	color: #ff0000;
	text-decoration: underline;
}
.content a:hover {color: #CCC;}
.content .descr {margin-bottom: 5px;}

/* bottom */
.bottom {
	text-align: center;
	color: #666;
	clear: both;
	font-size: 1.1em;
}
.bottom a {color: #888;}

/* navigaatio */
.nav {background: #fff url(./img/nav_valittu.gif);}

.nav a {
 background: #fff url(./img/nav_valittu.gif);
 border-right: 1px solid #161616;
 color: #111;
 float: left;
 font: bold 1em Verdana,sans-serif;
 line-height: 28px;
 padding: 0 18px;
}

#valittu {
 background: #fff url(./img/nav.gif);
 border-top: 1px solid #161616;
 border-right: 1px solid #161616;
 color: #FF0000;
 float: left;
 font: bold 1em Verdana,sans-serif;
 line-height: 28px;
 padding: 0 18px;
}


/*.nav #valittu{
 background: #fff url(./img/nav_valittu.gif);
 border-right: 1px solid #161616;
 color: #111;
 float: left;
 font: bold 1em Verdana,sans-serif;
 line-height: 28px;
 padding: 0 20px;
}*/

.nav a:hover {
 background: #fff url(./img/nav_hover.gif);
 color: #cc0000;
}

/*.menu {
margin: 0;
# background: url(img/li.gif) no-repeat left bottom; 
font: bold 1.0em Verdana,sans-serif;
list-style: none;
margin: 1%;
}

.menu a {
 display: block;
 width: 80%;
 color: #fff;
 line-height: 2.2em;
 padding-left: 18px;
 text-decoration: none;
}

.menu a:hover {color: #BBB;}
*/

