/*
 * Copyright (c) 2008 JohnnyBoy
 *
 * Luistelutyle for retkiluistelu.com
 */


body {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url("../img/style/background.jpg");
	background-attachment: fixed;
	background-position: center; 
}

#layout {
	width: 812px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	background-image: url("../img/style/innerback.png");
	background-position: center;
	background-repeat: repeat-y;
}

#logo {
	background-image: url("../img/style/logo.png");
	background-position: center top;
	background-repeat: no-repeat;
	height: 97px;
}

#mainmenu {
	text-align: center;
}


ul {
	margin: 0px;
	padding: 0px;
	margin-left: 10px;
}

.sublist {
	margin-bottom: 3px;
}

#mainmenu ul, #menu ul {
	margin: 0px;
	padding: 0px;
}

#mainmenu li, #menu li {
	list-style: none;
	display: inline;
	padding-left: 5px;
	padding-right: 5px;
}




img {
	border: 0px solid black;
}

#table {
	margin-left: 10px;
	margin-right: 10px;
}

table {
	margin-top: 20px;
	margin-bottom: 20px;
}

table a {
	color: #0066CC;
	text-decoration: none;
}

table a:hover {
	text-decoration: underline;
}


#rightbox table {
	margin-top: 0px;
	margin-bottom: 10px;
}

.center {
	margin-left: auto;
	margin-right: auto;
}

#galleria, #galleriakuva {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 10px;
	width: 100%;
	text-align: center;
}

#galleriakuva img {
	border: 1px solid black;
}


.left {
	width: 165px;
	vertical-align: top;
	padding-right: 6px;
}

.right {
	vertical-align: top;
	border-left: 2px solid #b6db9b;
	font-size: 12px;
	font-family: arial;
}

.otsikko {
	background-image: url("../img/style/otsikko.png");
	background-position: center top;
	background-repeat: no-repeat;
	height: 31px;
	text-align: center;
	padding-top: 9px;
	color: white;
	font-weight: bold;
	margin-top: 5px;
}

.box {
	padding: 10px;
	padding-bottom: 40px;
	padding-top: 7px;

}


#rightbox {
	padding-left: 21px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 3px;
	width: 574px;
}


.isootsikko, .isootsikko2 {
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: 16px;
	color: #0099FF;
	border-bottom: 2px solid #b6db9b;
	border-right: 3px solid white;
	width: 200px;
	font-weight: bold;
}

.isootsikko2 {
	margin-left: 10px;
}

#menu {
	background-image: url("../img/style/menuback.png");
	background-position: center top;
	background-repeat: no-repeat;
	height: 29px;
	text-align: center;
	padding-top: 8px;
}

#menu a {
	color: white;
	text-decoration: none;
}

#menu a:hover {
	text-decoration: underline;
}

#menu li {
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px solid white;
}

#menu li.last {
	border-right: 0px solid white;
}


#copy {
	text-align: center;
	color: white;
}
#copy a {
	color: white;
	text-decoration: none;
}

#copy a:hover {
	text-decoration: underline;
}

.oikealle {
	position: relative;
	margin: 7px;
	float: right;
}

.vasemmalle {
	position: relative;
	margin: 7px;
	float: left;
}

.pic {
	width: 130px;
}


.pic img {
	border: 2px solid white;
}
.pic a:hover {
	text-decoration: none;
}

.pic a:hover img {
	border-right: 2px solid gray;
	border-bottom: 2px solid gray;
	border-top: 2px solid silver;
	border-left: 2px solid silver;
	text-decoration: none;
	
}

.pici img {
	border-right: 3px solid gray;
	border-bottom: 3px solid gray;
	border-top: 2px solid silver;
	border-left: 2px solid silver;
}




#lista {
	width: 100%;
}

.ilmoituslista:hover {
	background-color: silver;
}

.topi {
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid black;
}

.righti {
	text-align: right;
	width: 100px;
}

#lista input {
	border: 0px solid black;
}

#laskuri {
	text-align: center;
}


#update {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	color: silver;
	font-size: 10px;
}

.red a {
	color: red;
}

