/* CSS Document */

<!--
* {
	margin: 0;
	padding: 0;
	border: 0;
}
html {
	width: 100%;
	height: 100%;
}
body {
	width: 100%;
	height: 100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: url(img/bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #1d1d1d;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #dddddd;
}
#container {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}
#logo {
	background: url(img/logo.jpg);
	height: 135px;
}
#menu {
	width: 700px;
	cursor:pointer;
}
#content {
	width: 660px;
	background-color: #1a1a1a;
	padding: 20px;
	float: left;
}
#column {
	margin-left: 170px;
}
#alt_column{
	float: right;
	width: 180px;
	margin-left: 40px;
}
#content h1 {
	color: #dddddd;
	font-size: 22px;
}
#content h2 {
	color: #dddddd;
	font-size: 15px;
}
#content p {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 13px;
	color: #bbbbbb;
}
#copy {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	color: #555555;
	text-align: center;
	font-size: 11px;
	line-height: 30px;
}
#copy a:visited {
color: #555555;
text-decoration:none;
}

#copy a:hover {
color:#333333;
text-decoration:none;
}


img {
	border: 0;
}

a, a:visited {
   color: #bbbbbb;
   text-decoration:underline;
   cursor:pointer;
}

a:hover {
   color: #dddddd;
   text-decoration:none;
}

.teksti, ol, ul {
font-size:13px;
color: #bbbbbb;
}


.lomake {
font-size:13px;
border:#333333 thin solid;
margin-top:5px;
}


table {

font-size:11px;
color:#bbbbbb;
}
-->