* {
padding: 0;
margin: 0;
}

body {
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	/*background-position: middle;*/
	background-color: #7EB7CB;
	background-position: center top;
	background-attachment: fixed;
	text-align: center;
	
}

td {
	vertical-align: top;
}

img {
	border: none;
}

input, textarea {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}


/*p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 19px;
	margin-bottom: 14px;
}*/


#main {
	
	margin: 30px auto 0 auto;
	width: 750px;
	/*text-align: left;*/
}

#header {
	background-image: url(images/bg_header.jpg);
	background-repeat: no-repeat;
	height: 151px;
}

#jump_menu {
	margin-left: 580px;
	margin-top: 75px;
}

#jump_menu select{
	width: 155px;
}

#uppermenu {
	/*padding-left: 30px;*/
	height: 98px;
	background-image:url(../images/header3.gif);
	vertical-align: middle;
	overflow: hidden;
	clear: both;
}

#logo {
	margin-left: -450px;
}

#upperbg {
	background-image: url(../images/menu_top.gif);
	background-repeat: no-repeat;
	background-position: right;
	height: 30px;
	width: 100%;
	clear: both;
}


#content_wrap {
	width: 750px;
	background-color: #FFFFFF;
	/*background-image: url(images/bg_content.gif);
	background-repeat: repeat-y;*/
	background-position: top;
}


#submenu {
	/*width: 205px;*/
	float: left;
	overflow: hidden;
	padding-bottom: 30px;
}

#submenu a {
	padding-bottom: 3px;
	
}

.content {
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 20px;
}

#content {

	width: 519px;
}

.content p {
	font-family: "trebuchet MS";
	font-size: 12px;
	color: #4D4D4D;
	line-height: 19px;
	padding-bottom:12px;
	/*margin: 15 30 20px 30px;*/
}

.text {
	font-family: "trebuchet MS";
	font-size: 12px;
	color: #4D4D4D;
	line-height: 19px;
	/*margin: 15 30 20px 30px;*/
}

.content ol {
	MARGIN-LEFT: 30px;
}

.content li {
	font-family: "trebuchet MS";
	font-size: 12px;
	color: #4D4D4D;
	line-height: 19px;
	/*margin: 15 30 20px 30px;*/
}

.content h1 {
	font-family: "Trebuchet MS";
	font-weight: bold;
	font-size: 20px;
	color: #007AC2;
	margin-bottom: 8px;
}

.header1 {
	font-family: "Trebuchet MS";
	font-weight: bold;
	font-size: 20px;
	color: #007AC2;
	margin-bottom: 8px;
}

.content h2 {
	font-family: Arial;
	font-weight: bold;
	font-size: 15px;
	color: #007AC2;
	margin-bottom: 10px;
	margin-top: 8px;
}

.header2 {
	font-family: Arial;
	font-weight: bold;
	font-size: 15px;
	color: #007AC2;
	margin-bottom: 10px;
	margin-top: 8px;
}

.content h3 {
	font-family: Arial;
	font-weight: bold;
	font-size: 15px;
	color: #007AC2;
	margin-bottom: 10px;
	margin-top: 8px;
}

.header3 {
	font-family: Arial;
	font-weight: bold;
	font-size: 15px;
	color: #007AC2;
	margin-bottom: 10px;
	margin-top: 8px;
}

.content h4 {
	font-family: "Trebuchet MS";
	font-weight: bold;
	font-size: 18px;
	color: #007AC2;
	margin-bottom: 8px;
}

.header4 {
	font-family: "Trebuchet MS";
	font-weight: bold;
	font-size: 18px;
	color: #007AC2;
	margin-bottom: 8px;
}

/*#content h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #333333;
	margin-bottom: 8px;
}*/

#content h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #8E8E8E;
	margin-bottom: 5px;
	font-weight: bold;
	border-bottom: 1px solid #DAE3E4;
	padding-bottom: 4px;
}

#content b, #content strong {
	font-weight: bold;
	color: #656565;
}

#content i, #content em {
	font-weight: bold;
	color: #A5A4A4;
	font-style: normal;
}

.column {
	/*width: 150px;
	border: 1px solid;*/
	padding-right: 35px;
}
.column_small {
	width: 300px;
	/*border: 1px solid;*/
	padding-right: 10px;
}

.lomake textarea{
	width: 250px;
	font-size: 12px;
	margin-left: 10px;
	margin-bottom: 10px;
}

.lomake input{
	width: 250px;
	font-size: 12px;
	margin-left: 10px;
	margin-bottom: 10px;
}

#right_picture {
	width: 200px;
	float: left;
	margin-left: 10px;
	overflow: hidden;
	font-family: "trebuchet MS";
	font-size: 12px;
	color: #4D4D4D;
	line-height: 19px;
	padding-bottom:12px;
}

#right_picture img {
	display: block;
	margin-bottom: 15px;	
}

.clear {
	height: 1px;
	overflow: hidden;
	clear: both;
}

/*#content a:link { color: #33CC00; text-decoration: underline; }
#content a:visited { color: #538C01; text-decoration: underline; }
#content a:hover { color: #FFFFFF; background-color: #33CC00; text-decoration: none; }
#content a:active {	color: #FFFFFF;	background-color: #33CC00; text-decoration: none;}*/

#content a { 
	line-height: 19px;
	text-decoration: underline;
	font-family: "trebuchet MS";
	font-size: 13px;
	color: #6D6D6D;
	font-weight: bold;
}
#content a:link { color: #6D6D6D; text-decoration: underline; }
#content a:hover { color: #6D6D6D; text-decoration: none; }
#content a:active, #footer a:visited { color: #6D6D6D; text-decoration: none; }

.tekniset {
	font-family: "trebuchet MS";
	font-size: 10px;
	color: #4D4D4D;
	line-height: 15px;
	border-top: 1px solid;
	border-right: 1px solid;
	border-color: #cccccc;
	/*width: 100%;
	padding-bottom:12px;
	margin: 15 30 20px 30px;*/
}

.tekniset td {
	border-left: 1px solid;
	border-bottom: 1px solid;
	padding: 1px;
	border-color: #cccccc;
}

#pdf {
	margin-bottom: 0px;
}

#pdf a { 
	background-image: url(../images/acrobat_logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	/*display: block;*/
	padding-left: 25px;
	margin-bottom: 5px;
	/*line-height: 14px;
	margin-bottom: 13px;*/
	text-decoration: underline;
	font-family: "trebuchet MS";
	font-size: 12px;
	color:#6D6D6D;
	font-weight: bold;
}
/*-----ALKUPERÄNEN LINKKIVÄRI color: #B5C6CD /#778C95    ;-----*/

#pdf a:link { color: #6D6D6D; text-decoration: underline; }
#pdf a:hover { color: #6D6D6D; text-decoration: none; }
#pdf a:active, #footer a:visited { color: #6D6D6D; text-decoration: none; }


.menuline	{
border-bottom: 1px #ffffff solid;
height: 22px;
vertical-align: middle;
}


/* YHTEYDENOTTO */

#yhteydeotto { 
	/*width: 535px; */
	padding: 0; 
	margin: 0;
}

#yhteydenotto .leftcolumn {
	/*width: 315px;*/
	padding-bottom: 5px;

}

#yhteydenotto .rightcolumn {
	vertical-align: top;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}

#yhteydenotto .input {
	/*width: 300px;*/
	height: 20px;
	padding-top: 2px;
	padding-left: 3px;
}

#osoite {
	padding-left: 15px;
}


#footer {
	display: block;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	background-color: transparent;
	height: 36px;
	/*width: 100%;*/
	margin: 0;
	clear: both;
}

#footer p {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #303030;
	margin: 16px 30px 0 0px;
	padding-left: 30px;
	float: left;
}

#footer a.author {
	float: right;
	margin-right: 30px;
	margin-top: 19px;
}

#footer a { font-size: 9px; }
#footer a:link { color: #303030; text-decoration: underline; }
#footer a:hover { color: #303030; text-decoration: none; background-color: #FFFFFF; }
#footer a:active, #footer a:visited { color: #303030; text-decoration: underline; }

#mainmenu {
width: 170px;
background-color: #EFEFEF;
border-left: 1px #DFDDDD solid;
}

#mainmenu p {
	font-family: "trebuchet MS";
	font-size: 12px;
	color: #4D4D4D;
	line-height: 19px;
	padding-bottom:12px;
	/*margin: 15 30 20px 30px;*/
}

#mainmenu a	{font-size: 12px; font-family: Tahoma, Arial, Helvetica, sans-serif; font-weight: bold; font-style: normal; color: #007AC2; text-decoration: none;}
#mainmenu a:visited, #mainmenu a.menu:active	{ font-size: 12px; font-family: Tahoma, Arial, Helvetica, sans-serif; font-weight: bold; font-style: normal; color: #007AC2; text-decoration: none;}
#mainmenu a:hover	{ font-size: 12px; font-family: Tahoma, Arial, Helvetica, sans-serif; font-weight: bold; font-style: normal; color: #007AC2; text-decoration: underline;}

#mainmenu a.menu_sub	{
	font-size: 12px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #4D4D4D;
	text-decoration: none;
}

#mainmenu a.menu_sub:visited, a.menu:active	{
	font-size: 12px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #4D4D4D;
	text-decoration: none;
}

#mainmenu a.menu_sub:hover	{
	font-size: 12px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #007AC2;
	text-decoration: none;
}

.tilaus {
	width: 350px;
}
